|
12 | 12 | "start": "react-scripts start", |
13 | 13 | "build": "react-scripts build", |
14 | 14 | "test": "react-scripts test", |
15 | | - "bundle-analyzer": "react-scripts build --stats && webpack-bundle-analyzer build/bundle-stats.json", |
| 15 | + "analyze": "source-map-explorer 'build/static/js/*.js'", |
16 | 16 | "commit": "lint-staged && git-cz" |
17 | 17 | }, |
18 | 18 | "dependencies": { |
19 | 19 | "array-to-tree": "^3.3.0", |
20 | 20 | "echarts": "^4.2.1", |
21 | | - "react": "^16.8.6", |
22 | | - "react-dom": "^16.8.6", |
23 | | - "react-router-dom": "^5.0.0" |
| 21 | + "react": "^16.9.0", |
| 22 | + "react-dom": "^16.9.0", |
| 23 | + "react-router-dom": "^5.0.1" |
24 | 24 | }, |
25 | 25 | "devDependencies": { |
26 | | - "@types/echarts": "^4.1.8", |
27 | | - "@types/jest": "^24.0.11", |
28 | | - "@types/node": "^11.13.0", |
29 | | - "@types/react": "^16.8.12", |
30 | | - "@types/react-dom": "^16.8.3", |
31 | | - "@types/react-router-dom": "^4.3.1", |
32 | | - "babel-jest": "24.5.0", |
33 | | - "commitizen": "^3.0.7", |
| 26 | + "@types/echarts": "^4.1.11", |
| 27 | + "@types/jest": "^24.0.18", |
| 28 | + "@types/node": "^12.7.4", |
| 29 | + "@types/react": "^16.9.2", |
| 30 | + "@types/react-dom": "^16.9.0", |
| 31 | + "@types/react-router-dom": "^4.3.5", |
| 32 | + "babel-jest": "24.9.0", |
| 33 | + "commitizen": "^4.0.3", |
34 | 34 | "cz-moe": "^0.0.2", |
35 | | - "eslint-config-prettier": "^4.1.0", |
36 | | - "husky": "^1.3.1", |
37 | | - "lint-staged": "^8.1.5", |
38 | | - "node-sass": "^4.11.0", |
39 | | - "prettier": "^1.16.4", |
40 | | - "react-scripts": "3.0.0-next.b0cbf2ca", |
41 | | - "stylelint": "^9.10.1", |
42 | | - "stylelint-config-recommended-scss": "^3.2.0", |
43 | | - "stylelint-scss": "^3.5.4", |
44 | | - "typescript": "3.4.2", |
45 | | - "typescript-plugin-css-modules": "^1.0.5", |
46 | | - "webpack-bundle-analyzer": "^3.3.2" |
| 35 | + "eslint-config-prettier": "^6.2.0", |
| 36 | + "husky": "^3.0.5", |
| 37 | + "lint-staged": "^9.2.5", |
| 38 | + "prettier": "^1.18.2", |
| 39 | + "react-scripts": "3.1.1", |
| 40 | + "sass": "^1.22.10", |
| 41 | + "source-map-explorer": "^2.0.1", |
| 42 | + "stylelint": "^10.1.0", |
| 43 | + "stylelint-config-recommended-scss": "^3.3.0", |
| 44 | + "stylelint-scss": "^3.10.0", |
| 45 | + "typescript": "3.6.2", |
| 46 | + "typescript-plugin-css-modules": "^1.2.1" |
47 | 47 | } |
48 | 48 | } |
0 commit comments