-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.05 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
{
"name": "neutrino-preset-react-zc",
"version": "1.1.1",
"description": "neutrino-preset-react-zc is a Neutrino preset that supports building React web applications.",
"repository": {
"url": "zcong1993/neutrino-preset-react-zc",
"type": "git"
},
"main": "index.js",
"files": [
"index.js"
],
"keywords": [
"neutrino",
"neutrino-preset",
"react",
"web",
"zc"
],
"scripts": {
"test": "jest && npm run lint",
"lint": "xo"
},
"author": "zcong1993 <1005997919@qq.com>",
"license": "MIT",
"jest": {
"testEnvironment": "node"
},
"dependencies": {
"deepmerge": "^1.4.4",
"neutrino-middleware-compile-loader": "^6.1.4",
"neutrino-middleware-image-loader": "^6.1.4",
"neutrino-middleware-styles-loader": "^0.0.5",
"neutrino-preset-react": "^6.1.4"
},
"devDependencies": {
"eslint-config-rem": "^3.0.0",
"jest-cli": "^19.0.0",
"neutrino": "^6.1.4",
"webpack": "^3.0.0",
"xo": "^0.18.0"
},
"xo": {
"extends": "rem",
"envs": [
"jest"
]
}
}