-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 976 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
36
37
38
39
40
41
42
43
44
45
46
{
"name": "@alifd/shell",
"version": "1.1.9",
"description": "layout shell",
"files": [
"demo/",
"lib/",
"build/"
],
"main": "lib/index.js",
"stylePath": "style.js",
"scripts": {
"start": "ice-scripts dev",
"build": "ice-scripts build",
"prepublishOnly": "npm run build"
},
"license": "MIT",
"keywords": [
"ice",
"react",
"component"
],
"dependencies": {
"prop-types": "^15.5.8",
"react-lifecycles-compat": "^3.0.4"
},
"devDependencies": {
"@alifd/theme-shell": "^0.2.0",
"ice-plugin-component": "^0.1.1",
"ice-plugin-fusion": "^0.1.4",
"ice-scripts": "^2.0.0",
"moment": "^2.24.0",
"react": "^16.3.0",
"react-dom": "^16.3.0"
},
"peerDependencies": {
"react": "^16.3.0",
"@alifd/next": "^1.x"
},
"componentConfig": {
"name": "shell",
"title": "shell",
"categories": []
},
"homepage": "https://unpkg.com/@alifd/[email protected]/build/index.html"
}