|
18 | 18 | "tslint": "tslint -t codeFrame \"**/*.tsx\"",
|
19 | 19 | "stylelint": "stylelint \"**/*.css **/*.sass **/*.scss\"",
|
20 | 20 | "lint": "yarn eslint && yarn tslint && yarn stylelint",
|
21 |
| - "clean": "rm -rf frontend/dist .awcache coverage", |
| 21 | + "clean": "rm-cli -r frontend/dist .awcache coverage", |
22 | 22 | "test": "jest --no-cache --coverage",
|
23 | 23 | "coverage": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
|
24 | 24 | "deploy": "heroku container:push web"
|
|
83 | 83 | "husky": "1.0.0-rc.13",
|
84 | 84 | "image-webpack-loader": "^4.3.1",
|
85 | 85 | "immutable": "4.0.0-rc.9",
|
86 |
| - "jest": "^23.3.0", |
| 86 | + "jest": "^23.4.0", |
87 | 87 | "material-design-icons": "^3.0.1",
|
88 | 88 | "materialize-css": "1.0.0-rc.2",
|
89 | 89 | "mini-css-extract-plugin": "^0.4.1",
|
90 | 90 | "morgan": "^1.9.0",
|
91 | 91 | "node-sass": "^4.9.2",
|
92 |
| - "nodemon": "^1.17.5", |
| 92 | + "nodemon": "^1.18.0", |
93 | 93 | "offline-plugin": "^5.0.5",
|
94 | 94 | "optimize-css-assets-webpack-plugin": "^4.0.3",
|
95 | 95 | "pg": "^7.4.3",
|
96 | 96 | "postcss": "^6.0.23",
|
97 | 97 | "postcss-import": "^11.1.0",
|
98 |
| - "postcss-loader": "^2.1.5", |
| 98 | + "postcss-loader": "^2.1.6", |
99 | 99 | "postcss-preset-env": "^5.2.1",
|
100 | 100 | "prismjs": "^1.15.0",
|
101 | 101 | "progress-bar-webpack-plugin": "^1.11.0",
|
|
110 | 110 | "redux-devtools-log-monitor": "^1.4.0",
|
111 | 111 | "redux-logger": "^3.0.6",
|
112 | 112 | "redux-thunk": "^2.3.0",
|
| 113 | + "rm-cli": "^1.4.2", |
113 | 114 | "run-sequence": "^2.2.1",
|
114 | 115 | "sass-loader": "^7.0.3",
|
115 | 116 | "style-loader": "^0.21.0",
|
|
0 commit comments