forked from ice-lab/react-materials
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.29 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
{
"private": true,
"name": "react-materials",
"version": "0.1.1",
"description": "icejs materials",
"author": "",
"scripts": {
"deploy": "npm run generate && npm run sync",
"generate": "iceworks generate",
"generate-and-deploy-oss": "node ./scripts/generate-and-deploy-oss.js",
"publish:packages": "ts-node ./scripts/publish-packages.ts",
"lint": "npm run eslint && npm run stylelint",
"eslint": "eslint --cache --ext .ts,.tsx ./",
"eslint:fix": "npm run eslint -- --fix",
"stylelint": "stylelint \"**/*.{css,scss,less}\"",
"stylelint:fix": "npm run stylelint -- --fix",
"prepublishOnly": "npm run generate"
},
"files": [
"build"
],
"devDependencies": {
"@iceworks/spec": "^1.0.0",
"@types/fs-extra": "^9.0.12",
"@types/globby": "^9.1.0",
"ali-oss": "^6.16.0",
"axios": "^0.21.1",
"build-plugin-component": "^1.8.0",
"build-plugin-fusion": "^0.1.20",
"build-plugin-moment-locales": "^0.1.1",
"build-scripts": "^1.1.2",
"eslint": "^7.0.0",
"fs-extra": "^10.0.0",
"globby": "^11.0.4",
"ice-npm-utils": "^2.1.1",
"iceworks": "^3.4.7-0",
"stylelint": "^13.1.0",
"ts-node": "^10.1.0"
},
"materialConfig": {
"template": "@icedesign/ice-react-ts-material-template",
"type": "react"
}
}