forked from ice-lab/react-materials
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.04 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
{
"private": true,
"kitVersion": "3.x",
"scripts": {
"upload-oss": "node scripts/upload-oss.js",
"generate": "iceworks generate",
"generate:ci": "CONCURRENCY=5 LOG_LEVEL=verbose REGISTRY=https://registry.npmjs.org iceworks generate",
"lint": "npm run eslint && npm run stylelint",
"eslint": "eslint --cache --ext .js,.jsx ./",
"stylelint": "stylelint ./**/*.scss",
"deploy": "iceworks -V && npm run generate:ci && npm run upload-oss"
},
"materialConfig": {
"type": "react"
},
"husky": {
"hooks": {
"pre-push": "npm run lint"
}
},
"devDependencies": {
"@ice/screenshot": "^0.1.1",
"@ice/spec": "^0.1.5",
"ali-oss": "^6.1.0",
"eslint": "^6.1.0",
"fs-extra": "^8.1.0",
"glob": "^7.1.4",
"husky": "^3.0.1",
"ice-plugin-block": "^0.1.2",
"ice-plugin-component": "^0.1.4",
"ice-plugin-fusion": "^0.1.9",
"ice-plugin-moment-locales": "^0.1.0",
"ice-scripts": "^2.1.5",
"iceworks": "^3.1.3",
"request-promise": "^4.2.4",
"stylelint": "^10.1.0"
}
}