|
12 | 12 | "sass": "node-sass src/styles/index.scss build/index.css --output-style compressed", |
13 | 13 | "build": "npm run clean && npm run sass && npm run webpack", |
14 | 14 | "lint": "eslint src config", |
15 | | - "dev": " webpack-dashboard -- webpack-dev-server --config config/webpack.config.dev.js", |
| 15 | + "dev": "webpack-cli serve --mode development --config config/webpack.config.dev.js", |
16 | 16 | "test": "export NODE_ENV=test && jest", |
17 | 17 | "start": "serve -s build" |
18 | 18 | }, |
|
24 | 24 | "license": "MIT", |
25 | 25 | "homepage": "https://github.com/ReactJSResources/react-webpack-babel#readme", |
26 | 26 | "dependencies": { |
27 | | - "@babel/cli": "^7.8.3", |
28 | | - "@babel/core": "^7.8.3", |
29 | | - "@babel/polyfill": "^7.8.3", |
30 | | - "@babel/preset-env": "^7.8.3", |
31 | | - "@babel/preset-react": "^7.8.3", |
32 | | - "autoprefixer": "^9.7.4", |
33 | | - "babel-eslint": "^10.0.3", |
34 | | - "babel-loader": "^8.0.6", |
| 27 | + "@babel/core": "^7.12.3", |
| 28 | + "@babel/polyfill": "^7.12.1", |
| 29 | + "@babel/preset-env": "^7.12.1", |
| 30 | + "@babel/preset-react": "^7.12.5", |
| 31 | + "autoprefixer": "^10.0.2", |
| 32 | + "babel-loader": "^8.2.0", |
35 | 33 | "babel-plugin-module-resolver": "^4.0.0", |
36 | | - "babel-polyfill": "6.26.0", |
37 | | - "copy-webpack-plugin": "^5.1.1", |
38 | | - "css-loader": "^3.4.2", |
| 34 | + "copy-webpack-plugin": "^6.3.0", |
| 35 | + "css-loader": "^5.0.1", |
39 | 36 | "enzyme": "^3.11.0", |
40 | | - "enzyme-adapter-react-16": "^1.15.2", |
41 | | - "eslint-import-resolver-babel-module": "^5.1.2", |
42 | | - "eslint-plugin-jest": "^23.6.0", |
43 | | - "file-loader": "^5.0.2", |
| 37 | + "enzyme-adapter-react-16": "^1.15.5", |
| 38 | + "file-loader": "^5.1.0", |
44 | 39 | "history": "^4.10.1", |
45 | | - "html-webpack-plugin": "^3.2.0", |
| 40 | + "html-webpack-plugin": "^4.5.0", |
46 | 41 | "jest": "^24.9.0", |
47 | | - "mini-css-extract-plugin": "^0.9.0", |
48 | | - "node-sass": "^4.13.1", |
49 | | - "postcss-cli": "^6.1.3", |
50 | | - "react": "^16.12.0", |
51 | | - "react-dom": "^16.12.0", |
52 | | - "react-router-dom": "^5.1.2", |
53 | | - "sass-loader": "^8.0.2", |
54 | | - "semantic-release": "^15.14.0", |
55 | | - "serve": "^11.3.0", |
56 | | - "shx": "^0.3.2", |
57 | | - "style-loader": "^1.1.3", |
58 | | - "uglifyjs-webpack-plugin": "^2.2.0", |
59 | | - "url-loader": "^3.0.0", |
60 | | - "webpack": "^4.41.5", |
61 | | - "webpack-cli": "^3.3.10", |
62 | | - "webpack-dashboard": "^3.2.0", |
63 | | - "webpack-dev-server": "^3.10.1" |
| 42 | + "node-sass": "^5.0.0", |
| 43 | + "react": "^17.0.1", |
| 44 | + "react-dom": "^17.0.1", |
| 45 | + "react-router-dom": "^5.2.0", |
| 46 | + "sass-loader": "^10.0.5", |
| 47 | + "serve": "^11.3.2", |
| 48 | + "shx": "^0.3.3", |
| 49 | + "style-loader": "^2.0.0", |
| 50 | + "webpack": "^5.4.0", |
| 51 | + "webpack-cli": "^4.2.0", |
| 52 | + "webpack-dev-server": "^3.11.0" |
64 | 53 | }, |
65 | 54 | "jest": { |
66 | 55 | "verbose": true, |
|
81 | 70 | }, |
82 | 71 | "devDependencies": { |
83 | 72 | "eslint": "^6.8.0", |
84 | | - "eslint-config-standard": "^14.1.0", |
85 | | - "eslint-plugin-import": "^2.20.0", |
86 | | - "eslint-plugin-node": "^11.0.0", |
| 73 | + "eslint-config-standard": "^14.1.1", |
| 74 | + "eslint-plugin-import": "^2.22.1", |
| 75 | + "eslint-plugin-node": "^11.1.0", |
87 | 76 | "eslint-plugin-promise": "^4.2.1", |
88 | | - "eslint-plugin-react": "^7.18.0", |
89 | | - "eslint-plugin-standard": "^4.0.1" |
| 77 | + "eslint-plugin-react": "^7.21.5", |
| 78 | + "eslint-plugin-standard": "^4.1.0" |
90 | 79 | } |
91 | 80 | } |
0 commit comments