forked from alibaba/ice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 941 Bytes
/
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
{
"name": "ice-workspace",
"version": "1.0.0",
"scripts": {
"upload-oss": "node scripts/upload-oss.js",
"generate:docs": "node ./scripts/generate-docs-database",
"lint": "npm run lint:nofix -- --fix",
"lint:nofix": "eslint --cache --ext .js .jsx ./"
},
"repository": {
"type": "git",
"url": "https://github.com/alibaba/ice"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"devDependencies": {
"@commitlint/cli": "^7.5.2",
"@commitlint/config-conventional": "^7.5.0",
"ali-oss": "^6.1.0",
"babel-eslint": "^10.0.1",
"eslint": "^4.14.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.5.1",
"fs-extra": "^7.0.1",
"husky": "^1.3.1",
"mark-twain": "^2.0.2",
"nodejieba": "^2.2.5"
}
}