-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.22 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 2.22 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "automall_admin",
"version": "2.0.9",
"description": "该模板适用于商家类管理后台,布局方式采用左侧固定,右侧自适应方式,适合大量数据展示和界面操作",
"author": "cyy",
"private": true,
"dependencies": {
"@alifd/next": "^1.18.17",
"@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.x",
"axios": "^0.17.1",
"bizcharts": "^3.2.2",
"enquire-js": "^0.1.2",
"lodash": "^4.17.15",
"lodash.clonedeep": "^4.5.0",
"moment": "^2.23.0",
"node-sass": "^4.12.0",
"prop-types": "^15.5.8",
"react": "^16.2.0",
"react-dom": "^16.4.1",
"react-router-dom": "^4.2.2"
},
"devDependencies": {
"@ice/spec": "^0.1.1",
"eslint": "^6.0.1",
"ice-plugin-fusion": "^0.1.4",
"ice-plugin-moment-locales": "^0.1.0",
"ice-plugin-smart-debug": "^0.1.2",
"ice-scripts": "^2.0.0",
"stylelint": "^10.1.0",
"webpack": "^4.38.0",
"webpack-cli": "^3.3.6"
},
"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",
"pack": "webpack"
},
"scaffoldConfig": {
"builder": "ice-scripts",
"name": "ice-commodity-management-admin",
"title": "商家管理系统",
"categories": [
"行业领域"
],
"screenshot": "https://img.alicdn.com/tfs/TB1cmQaCZbpK1RjSZFyXXX_qFXa-2872-1580.png",
"screenshots": [
"https://img.alicdn.com/tfs/TB1NtNrDxjaK1RjSZKzXXXVwXXa-2872-1582.png",
"https://img.alicdn.com/tfs/TB1jt7ZDgDqK1RjSZSyXXaxEVXa-2860-1580.png",
"https://img.alicdn.com/tfs/TB1oUpsDyLaK1RjSZFxXXamPFXa-2872-1580.png"
]
},
"engines": {
"node": ">=8.0.0"
},
"iceworks": {
"type": "react",
"adapter": "adapter-react-v2"
},
"repository": {
"type": "git",
"url": "https://github.com/ice-lab/react-materials/tree/master/scaffolds/ice-commodity-management-admin"
},
"title": "automall_admin automall管理后台"
}