-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.55 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.55 KB
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
{
"name": "@icedesign/admin-scaffold",
"version": "3.0.1",
"description": "该模板适用于管理后台,布局方式采用左侧固定,右侧自适应方式,适合大量数据展示和界面操作",
"author": "ice-admin@alibaba-inc.com",
"dependencies": {
"@alifd/next": "1.19.0",
"@antv/data-set": "^0.9.5",
"@icedesign/container": "^1.x",
"@icedesign/form-binder": "^1.x",
"@icedesign/foundation-symbol": "^1.x",
"@icedesign/img": "^1.x",
"@icedesign/layout": "^1.x",
"@icedesign/theme": "^1.2.0",
"axios": "^0.19.2",
"bizcharts": "^3.5.7",
"enquire-js": "^0.1.2",
"lodash.clonedeep": "^4.5.0",
"moment": "^2.24.0",
"prop-types": "^15.5.8",
"qs": "^6.9.1",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-router-dom": "^5.0.1"
},
"devDependencies": {
"@ice/spec": "^0.1.1",
"eslint": "^6.0.1",
"stylelint": "^10.1.0",
"ice-scripts": "^2.0.0",
"ice-plugin-fusion": "^0.1.4",
"ice-plugin-moment-locales": "^0.1.0"
},
"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"
},
"engines": {
"node": ">=8.0.0"
},
"iceworks": {
"type": "react",
"adapter": "adapter-react-v3"
},
"ideMode": {
"name": "ice-react"
},
"repository": {
"type": "git",
"url": "https://github.com/ice-lab/react-materials/tree/master/scaffolds/ice-admin"
},
"title": "GraduateTest"
}