|
1 | 1 | { |
2 | | - "name": "@easy-team/easywebpack-react", |
3 | | - "version": "4.1.1", |
| 2 | + "name": "easywebpack-react", |
| 3 | + "version": "5.0.0-beta.1", |
4 | 4 | "description": "React client render and server side render build solution for Webpack", |
5 | 5 | "keywords": [ |
6 | 6 | "webpack", |
|
9 | 9 | ], |
10 | 10 | "dependencies": { |
11 | 11 | "@babel/preset-react": "^7.0.0", |
12 | | - "@easy-team/easywebpack": "^4.1.0", |
13 | 12 | "@hot-loader/react-dom": "^16.8.6", |
14 | 13 | "babel-plugin-import": "^1.12.0", |
| 14 | + "easywebpack": "^5.0.0-beta.1", |
15 | 15 | "eslint-plugin-react": "^7.1.0", |
16 | 16 | "isomorphic-style-loader": "^5.0.0", |
17 | 17 | "react-entry-template-loader": "^1.0.0", |
|
21 | 21 | "chai": "^4.0.0", |
22 | 22 | "codecov": "^3.0.0", |
23 | 23 | "conventional-changelog-cli": "^2.0.0", |
24 | | - "cross-env": "^5.0.1", |
25 | | - "eslint-config-eslint": "^5.0.0", |
| 24 | + "cross-env": "^7.0.2", |
| 25 | + "eslint-config-eslint": "^6.0.0", |
26 | 26 | "eslint-plugin-react": "^7.3.0", |
27 | | - "mocha": "^6.0.0", |
28 | | - "nyc": "^14.0.0", |
| 27 | + "mocha": "^8.1.3", |
| 28 | + "nyc": "^15.1.0", |
29 | 29 | "react": "^16.0.0", |
30 | 30 | "react-dom": "^16.0.0" |
31 | 31 | }, |
32 | 32 | "engines": { |
33 | | - "node": ">=6.0.0" |
| 33 | + "node": ">=8.0.0" |
34 | 34 | }, |
35 | 35 | "scripts": { |
36 | 36 | "lint": "eslint .", |
|
49 | 49 | "tool" |
50 | 50 | ], |
51 | 51 | "ci": { |
52 | | - "version": "6, 8, 10" |
| 52 | + "version": "8, 10, 12, 14" |
53 | 53 | }, |
54 | 54 | "nyc": { |
55 | 55 | "exclude": [ |
|
64 | 64 | "type": "git", |
65 | 65 | "url": "git+https://github.com/easy-team/easywebpack-react.git" |
66 | 66 | }, |
| 67 | + "publishConfig": { |
| 68 | + "tag": "5x" |
| 69 | + }, |
67 | 70 | "bugs": { |
68 | 71 | "url": "https://github.com/easy-team/easywebpack-react/issues" |
69 | 72 | }, |
|
0 commit comments