|
31 | 31 | "pretest": "npm run lint", |
32 | 32 | "test": "npm run test:coverage", |
33 | 33 | "prepare": "npm run build", |
34 | | - "release": "standard-version", |
35 | | - "defaults": "webpack-defaults" |
| 34 | + "release": "standard-version" |
36 | 35 | }, |
37 | 36 | "files": [ |
38 | 37 | "dist" |
|
53 | 52 | "@babel/preset-env": "^7.12.1", |
54 | 53 | "@commitlint/cli": "^11.0.0", |
55 | 54 | "@commitlint/config-conventional": "^11.0.0", |
56 | | - "@webpack-contrib/defaults": "^6.3.0", |
57 | 55 | "@webpack-contrib/eslint-config-webpack": "^3.0.0", |
58 | 56 | "babel-jest": "^26.6.1", |
59 | 57 | "babel-loader": "^8.1.0", |
|
69 | 67 | "lint-staged": "^10.5.0", |
70 | 68 | "lodash": "^4.17.20", |
71 | 69 | "memfs": "^3.2.0", |
72 | | - "mini-css-extract-plugin": "^1.2.1", |
| 70 | + "mini-css-extract-plugin": "^1.6.0", |
73 | 71 | "nodemon": "^2.0.6", |
74 | 72 | "npm-run-all": "^4.1.5", |
| 73 | + "postcss": "^8.2.14", |
| 74 | + "postcss-font-magician": "^3.0.0", |
| 75 | + "postcss-loader": "^5.2.0", |
75 | 76 | "prettier": "^2.1.2", |
76 | 77 | "sass": "^1.27.0", |
77 | 78 | "sass-loader": "^11.0.1", |
78 | 79 | "standard-version": "^9.0.0", |
79 | | - "webpack": "^5.3.0", |
80 | | - "webpack-cli": "^4.1.0", |
81 | | - "webpack-defaults": "^4.0.0" |
| 80 | + "webpack": "^5.3.0" |
82 | 81 | }, |
83 | 82 | "keywords": [ |
84 | 83 | "webpack" |
|
0 commit comments