|
1 | 1 | { |
2 | 2 | "name": "create-html-boilerplate", |
3 | | - "version": "1.4.0", |
| 3 | + "version": "1.4.1", |
4 | 4 | "description": "create-html-boilerplate", |
5 | 5 | "scripts": { |
6 | | - "stylelint": "stylelint \"source/scss/**/*.(scss|css)\"", |
7 | | - "eslint": "eslint \"source/js/**/*.js\"", |
| 6 | + "start": "webpack-dev-server --config webpack/webpack.config.js --open", |
8 | 7 | "test": "concurrently npm:stylelint npm:eslint", |
9 | 8 | "build": "webpack --progress --config webpack/webpack.config.js -p", |
10 | | - "prettier": "prettier --write \"source/(scss|js)/**/*.(scss|css|js|json)\"", |
11 | | - "start": "webpack-dev-server --config webpack/webpack.config.js --open" |
| 9 | + "stylelint": "stylelint \"source/scss/**/*.(scss|css)\"", |
| 10 | + "eslint": "eslint \"source/js/**/*.js\"", |
| 11 | + "prettier": "prettier --write \"source/(scss|js)/**/*.(scss|css|js|json)\"" |
12 | 12 | }, |
13 | 13 | "dependencies": { |
14 | | - "concurrently": "^6.0.0", |
| 14 | + "concurrently": "^6.2.0", |
15 | 15 | "picturefill": "^3.0.3" |
16 | 16 | }, |
17 | 17 | "devDependencies": { |
18 | | - "autoprefixer": "^10.2.5", |
| 18 | + "autoprefixer": "^10.2.6", |
19 | 19 | "babel-loader": "^8.2.2", |
20 | 20 | "clean-webpack-plugin": "^3.0.0", |
21 | 21 | "copy-webpack-plugin": "^6.4.1", |
22 | 22 | "css-loader": "^4.3.0", |
23 | | - "eslint": "^7.23.0", |
| 23 | + "eslint": "^7.28.0", |
24 | 24 | "eslint-config-airbnb-base": "^14.2.1", |
25 | | - "eslint-config-prettier": "^8.1.0", |
26 | | - "eslint-plugin-import": "^2.22.1", |
27 | | - "eslint-plugin-prettier": "^3.3.1", |
| 25 | + "eslint-config-prettier": "^8.3.0", |
| 26 | + "eslint-plugin-import": "^2.23.4", |
| 27 | + "eslint-plugin-prettier": "^3.4.0", |
28 | 28 | "html-webpack-plugin": "^4.5.2", |
29 | | - "imagemin-webp-webpack-plugin": "^3.3.3", |
| 29 | + "imagemin-webp-webpack-plugin": "^3.3.4", |
30 | 30 | "imagemin-webpack-plugin": "^2.4.2", |
31 | | - "mini-css-extract-plugin": "^1.4.0", |
| 31 | + "mini-css-extract-plugin": "^1.6.0", |
32 | 32 | "node-sass": "^4.14.1", |
33 | 33 | "optimize-css-assets-webpack-plugin": "^5.0.4", |
34 | | - "postcss": "^8.2.9", |
| 34 | + "postcss": "^8.3.5", |
35 | 35 | "postcss-loader": "^4.2.0", |
36 | 36 | "preload-webpack-plugin": "^3.0.0-beta.4", |
37 | | - "prettier": "^2.2.1", |
| 37 | + "prettier": "^2.3.1", |
38 | 38 | "raw-loader": "^4.0.2", |
39 | 39 | "sass-loader": "^10.1.1", |
40 | | - "stylelint": "^13.12.0", |
| 40 | + "stylelint": "^13.13.1", |
41 | 41 | "stylelint-config-prettier": "^8.0.2", |
42 | 42 | "stylelint-config-recommended-scss": "^4.2.0", |
43 | | - "stylelint-config-standard": "^21.0.0", |
| 43 | + "stylelint-config-standard": "^22.0.0", |
44 | 44 | "stylelint-prettier": "^1.2.0", |
45 | 45 | "stylelint-scss": "^3.19.0", |
46 | | - "svg-sprite-loader": "^6.0.2", |
| 46 | + "svg-sprite-loader": "^6.0.7", |
47 | 47 | "svgo": "^2.3.0", |
48 | 48 | "svgo-loader": "^3.0.0", |
49 | 49 | "terser-webpack-plugin": "^4.2.3", |
|
0 commit comments