-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.99 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
{
"name": "@icedesign/lite-scaffold",
"version": "1.0.0",
"description": "该模板适用于从 0 到 1 开始搭建项目,内置四套布局,以及基础的页面,路由和菜单展示",
"homepage": "https://alibaba.github.io/ice/scaffold-preview/ice-design-lite.html",
"dependencies": {
"@icedesign/base": "^0.2.1",
"@icedesign/container": "^0.1.2",
"@icedesign/data-binder": "^0.1.1",
"@icedesign/form-binder": "^0.1.4",
"@icedesign/img": "^0.1.1",
"@icedesign/layout": "^0.1.1",
"@icedesign/menu": "^0.1.1",
"@icedesign/skin": "^0.1.0",
"@icedesign/styled-menu": "^0.1.1",
"axios": "^0.17.1",
"bizcharts": "latest",
"classnames": "^2.2.5",
"clipboard": "^2.0.1",
"enquire-js": "^0.1.2",
"foundation-symbol": "^0.1.0",
"immutable": "^3.8.2",
"is-hotkey": "^0.1.1",
"nebpay": "0.0.5",
"nebulas": "^0.4.8",
"prop-types": "^15.6.1",
"react-document-title": "^2.0.3",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"slate": "^0.32.1",
"slate-plain-serializer": "^0.5.1",
"slate-react": "^0.11.1"
},
"devDependencies": {
"babel-eslint": "^8.0.3",
"eslint": "^4.13.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.5.1",
"ice-scripts": "^1.1.1"
},
"scripts": {
"start": "ice dev",
"build": "ice build",
"lint": "eslint . --ext '.js,.jsx' --fix"
},
"publishConfig": {
"registry": "http://registry.npmjs.com",
"access": "public"
},
"buildConfig": {
"theme": "@icedesign/skin",
"entry": "src/index.js"
},
"scaffoldConfig": {
"name": "ice-design-lite",
"title": "ICE Design Lite",
"screenshot": "https://img.alicdn.com/tfs/TB1IM1JmuuSBuNjy1XcXXcYjFXa-1920-1080.png"
},
"title": "nas_floater",
"themeConfig": {
"theme": "light",
"primaryColor": "#3080FE",
"secondaryColor": "#FFC107"
}
}