-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathpackage.json
42 lines (42 loc) · 1 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
{
"name": "alice-one",
"version": "1.3.0",
"description": "alice all in one",
"keywords": [
"style"
],
"homepage": "http://aliceui.org/",
"author": "偏右 <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/aliceui/one"
},
"bugs": {
"url": "https://github.com/aliceui/one/issues"
},
"license": "MIT",
"spm": {
"main": "index.css",
"dependencies": {
"alice-base": "1.1.0",
"alice-box": "1.2.0",
"alice-animate": "2.2.0",
"alice-grid": "1.1.0",
"alice-iconfont": "1.1.0",
"alice-button": "1.3.0",
"alice-list": "1.1.0",
"alice-loading": "1.1.0",
"alice-button-dropdown": "1.3.0",
"alice-form": "1.1.0",
"alice-nav": "1.1.0",
"alice-paging": "1.1.0",
"alice-table": "1.2.0",
"alice-poptip": "1.3.0",
"alice-tab": "1.1.0",
"alice-tipbox": "1.2.0",
"alice-select": "1.1.0",
"alice-step": "1.1.0",
"alice-tiptext": "1.3.0"
}
}
}