-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.38 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
74
75
76
77
78
{
"name": "@icedesign/pro-scaffold",
"version": "3.0.14",
"description": "该模板提供了路由、菜单、状态、权限、Mock、前后端通信、国际化等领域的完整方案,且内置了丰富的区块,主要用于展示现有区块的分类以及区块组合的效果,使用时需要根据需求进行删除和添加",
"dependencies": {
"@alifd/next": "^1.18.16",
"@alifd/shell": "^1.0.8",
"@antv/data-set": "^0.9.5",
"@ice/store": "^0.3.0",
"@icedesign/container": "^1.x",
"@icedesign/data-binder": "^1.x",
"@icedesign/ellipsis": "^1.x",
"@icedesign/form-binder": "^1.0.3",
"@icedesign/foundation-symbol": "^1.0.0",
"@icedesign/img": "^1.0.0",
"@icedesign/label": "^1.x",
"@icedesign/layout": "^1.x",
"@icedesign/panel": "^1.0.4",
"@icedesign/theme": "^1.x",
"axios": "^0.17.1",
"bizcharts": "^3.2.2",
"classnames": "^2.2.5",
"cookie": "^0.4.0",
"enquire-js": "^0.1.2",
"history": "^4.7.2",
"hoist-non-react-statics": "^2.5.5",
"intl": "^1.2.5",
"invariant": "^2.2.4",
"moment": "^2.24.0",
"path-to-regexp": "^2.2.1",
"prop-types": "^15.5.8",
"react": "^16.2.0",
"react-dom": "^16.4.1",
"react-intl": "^2.8.0",
"react-router-dom": "^5.0.1"
},
"devDependencies": {
"@commitlint/config-conventional": "^11.0.0",
"@ice/spec": "^0.1.1",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"eslint": "^6.0.1",
"ice-plugin-fusion": "^0.1.4",
"ice-plugin-moment-locales": "^0.1.0",
"ice-scripts": "^2.0.0",
"stylelint": "^10.1.0",
"xima": "^0.2.16"
},
"scripts": {
"start": "ice-scripts dev",
"build": "ice-scripts build",
"lint": "npm run eslint && npm run stylelint",
"eslint": "eslint --cache --ext .js,.jsx ./",
"stylelint": "stylelint ./**/*.scss",
"xima-scan": "xima scan",
"xima-fix": "xima fix"
},
"engines": {
"node": ">=8.0.0"
},
"iceworks": {
"type": "react",
"adapter": "adapter-react-v3"
},
"repository": {
"type": "git",
"url": "https://github.com/ice-lab/react-materials/tree/master/scaffolds/ice-pro"
},
"husky": {
"hooks": {
"commit-msg": "xima exec commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "xima exec lint-staged"
}
},
"lint-staged": {
"**/*.{js,jsx,ts,tsx}": "xima exec eslint",
"**/*.{css,scss,less,acss}": "xima exec stylelint"
}
}