-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
73 lines (73 loc) · 1.9 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "easywebpack-react",
"version": "5.0.2",
"description": "React client render and server side render build solution for Webpack",
"keywords": [
"webpack",
"easywebpack",
"react"
],
"dependencies": {
"@babel/preset-react": "^7.0.0",
"@hot-loader/react-dom": "^16.8.6",
"babel-plugin-import": "^1.12.0",
"easywebpack": "^5.0.0",
"eslint-plugin-react": "^7.1.0",
"isomorphic-style-loader": "^5.0.0",
"react-entry-template-loader": "^1.0.0",
"react-hot-loader": "^4.3.5"
},
"devDependencies": {
"chai": "^4.0.0",
"codecov": "^3.0.0",
"conventional-changelog-cli": "^2.0.0",
"cross-env": "^7.0.2",
"eslint-config-eslint": "^6.0.0",
"eslint-plugin-react": "^7.3.0",
"mocha": "^8.1.3",
"nyc": "^15.1.0",
"react": "^16.0.0",
"react-dom": "^16.0.0"
},
"engines": {
"node": ">=10.0.0"
},
"scripts": {
"lint": "eslint .",
"fix": "eslint --fix .",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"test": "nyc --reporter=html --reporter=text mocha --timeout=1000000",
"cov": "nyc report --reporter=lcov && codecov --token=71d430b6-cb87-49b2-a156-2c55cd181ba4",
"ci": "npm run lint && npm run cov",
"ii": "npm install --registry https://registry.npmmirror.com",
"pub": "npm publish --access=public"
},
"files": [
"index.js",
"lib",
"config",
"tool"
],
"ci": {
"version": "10, 12, 14"
},
"nyc": {
"exclude": [
"**/*.spec.js",
"index.js",
"lib/base.js",
"config/plugin/**.js",
"test/*.test.js"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/easy-team/easywebpack-react.git"
},
"bugs": {
"url": "https://github.com/easy-team/easywebpack-react/issues"
},
"homepage": "https://github.com/easy-team/easywebpack-react#readme",
"author": "hubcarl@126.com",
"license": "MIT"
}