-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
39 lines (39 loc) · 848 Bytes
/
bower.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
{
"name": "static",
"description": "static",
"main": "static",
"keywords": [
"static"
],
"authors": [
"andyzhao"
],
"license": "MIT",
"homepage": "www.iandtop.com",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"bowerlib",
"test",
"tests",
"smartpark-pub-static/src/main/webapp/bowerlib"
],
"dependencies": {
"jquery": "^3.1.1",
"datatables.net": "^1.10.12",
"datatables.net-dt": "^1.10.12",
"bootstrap": "^3.3.7",
"jstree": "^3.3.3",
"socket.io": "^1.7.3",
"stomp-websocket": "^2.3.4",
"sockjs": "^0.3.4",
"bootstrap-treeview": "^1.2.0",
"vue": "^2.2.5",
"bootstrap-table": "^1.11.1",
"bootstrap-fileinput": "^4.3.9",
"wangEditor": "^2.1.23",
"smalot-bootstrap-datetimepicker": "^2.4.4",
"requirejs": "^2.3.4"
}
}