-
Notifications
You must be signed in to change notification settings - Fork 597
/
package.json
53 lines (53 loc) · 1.29 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
{
"name": "aliceui.org",
"version": "0.3.0",
"title": "Alice",
"description": "写样式的更好方式",
"homepage": "http://aliceui.org",
"repository": {
"type": "git",
"url": "https://github.com/aliceui/aliceui.org"
},
"bugs": {
"url": "https://github.com/aliceui/aliceui.org/issues"
},
"spm": {
"main": "static/side.js",
"build": {
"loader": {
".handlebars": "spmhandlebars-loader"
}
},
"dependencies": {
"jquery": "1.7.2",
"alice-box": "1.2.0",
"alice-button-dropdown": "1.4.0",
"alice-form": "1.1.1",
"alice-button": "1.4.0",
"alice-list": "1.1.0",
"alice-nav": "1.1.0",
"alice-paging": "1.1.0",
"alice-poptip": "1.3.0",
"alice-table": "1.2.0",
"alice-tab": "1.1.0",
"alice-tipbox": "1.2.0",
"alice-tiptext": "1.3.0",
"alice-select": "1.1.0",
"alice-loading": "1.1.0",
"alice-step": "1.2.0"
},
"devDependencies": {
"arale-popup": "1.2.0",
"underscore": "1.6.0",
"arale-sticky": "1.4.0",
"arale-switchable": "1.1.0",
"arale-calendar": "1.1.0",
"arale-autocomplete": "1.4.1",
"arale-tip": "1.4.1",
"arale-dialog": "1.4.0"
}
},
"dependencies": {
"spmhandlebars-loader": "~0.1.0"
}
}