Changeset 50243 for branches/4.5/package.json
- Timestamp:
- 02/08/2021 08:50:12 PM (4 years ago)
- Location:
- branches/4.5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.5
- Property svn:mergeinfo changed
/branches/5.0 merged: 43836 /trunk merged: 44176,45445,45745,45762,45783-45784,45800,45819,45885,46320,46999,47225,47912,48121,49267,49335,49358,49360,49362
- Property svn:mergeinfo changed
-
branches/4.5/package.json
r50208 r50243 24 24 "devDependencies": { 25 25 "autoprefixer": "^9.8.6", 26 "dotenv": "^8.2.0", 27 "dotenv-expand": "^5.1.0", 26 28 "grunt": "~1.3.0", 27 29 "grunt-browserify": "~5.3.0", … … 44 46 "grunt-sass": "~3.1.0", 45 47 "matchdep": "~2.0.0", 46 "sass": "^1.32.6" 48 "sass": "^1.32.6", 49 "wait-on": "5.2.1" 50 }, 51 "scripts": { 52 "build": "grunt build", 53 "test": "grunt test", 54 "watch": "grunt watch", 55 "grunt": "grunt", 56 "env:start": "node ./tools/local-env/scripts/start.js", 57 "env:stop": "node ./tools/local-env/scripts/docker.js down", 58 "env:restart": "npm run env:stop && npm run env:start", 59 "env:clean": "node ./tools/local-env/scripts/docker.js down -v --remove-orphans", 60 "env:reset": "node ./tools/local-env/scripts/docker.js down --rmi all -v --remove-orphans", 61 "env:install": "node ./tools/local-env/scripts/install.js", 62 "env:cli": "node ./tools/local-env/scripts/docker.js run cli", 63 "env:logs": "node ./tools/local-env/scripts/docker.js logs", 64 "env:pull": "node ./tools/local-env/scripts/docker.js pull", 65 "test:php": "node ./tools/local-env/scripts/docker.js run --rm phpunit phpunit" 47 66 } 48 67 }
Note: See TracChangeset
for help on using the changeset viewer.