Changeset 49530 for branches/4.9/package.json
- Timestamp:
- 11/06/2020 05:32:00 PM (5 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
- Property svn:mergeinfo changed
/trunk merged: 45745,45762,45783-45784,45800,45819,45885,46320,46999,47225,47912,48121,49335,49358,49360,49362
- Property svn:mergeinfo changed
-
branches/4.9/package.json
r49415 r49530 14 14 "devDependencies": { 15 15 "autoprefixer": "^6.5.1", 16 "dotenv": "^8.2.0", 17 "dotenv-expand": "^5.1.0", 16 18 "grunt": "~0.4.5", 17 19 "grunt-banner": "^0.6.0", 18 20 "grunt-contrib-clean": "~1.0.0", 21 "grunt-cli": "0.1.13", 19 22 "grunt-contrib-compress": "~1.3.0", 20 23 "grunt-contrib-concat": "~1.0.0", … … 35 38 "grunt-rtlcss": "~2.0.1", 36 39 "grunt-sass": "~1.2.1", 40 "grunt-webpack": "^3.0.2", 37 41 "ink-docstrap": "^1.3.0", 38 "grunt-webpack": "^3.0.2",39 42 "matchdep": "~1.0.0", 43 "wait-on": "~3.2.0", 40 44 "webpack": "^3.6.0", 41 45 "webpack-dev-server": "^2.9.1" 46 }, 47 "scripts": { 48 "build": "grunt build", 49 "build:dev": "grunt build --dev", 50 "dev": "grunt watch --dev", 51 "test": "grunt test", 52 "watch": "grunt watch", 53 "grunt": "grunt", 54 "env:start": "node ./tools/local-env/scripts/start.js", 55 "env:stop": "node ./tools/local-env/scripts/docker.js down", 56 "env:restart": "npm run env:stop && npm run env:start", 57 "env:clean": "node ./tools/local-env/scripts/docker.js down -v --remove-orphans", 58 "env:reset": "node ./tools/local-env/scripts/docker.js down --rmi all -v --remove-orphans", 59 "env:install": "node ./tools/local-env/scripts/install.js", 60 "env:cli": "node ./tools/local-env/scripts/docker.js run cli", 61 "env:logs": "node ./tools/local-env/scripts/docker.js logs", 62 "env:pull": "node ./tools/local-env/scripts/docker.js pull", 63 "test:php": "node ./tools/local-env/scripts/docker.js run --rm phpunit phpunit" 42 64 } 43 65 }
Note: See TracChangeset
for help on using the changeset viewer.