-
Notifications
You must be signed in to change notification settings - Fork 65
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.53 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.53 KB
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
{
"version": "1.0.0",
"name": "identity-server-demo",
"private": true,
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"node-sass": "4.14.1",
"typescript": "3.8.3",
"gulp": "4.0.2",
"gulp-typescript": "5.0.1",
"gulp-concat": "2.6.1",
"gulp-uglify": "3.0.2",
"gulp-clean-css": "4.3.0",
"gulp-sass": "4.1.0",
"del": "5.1.0",
"jquery": "3.5.1",
"jquery-validation": "1.19.2",
"jquery-validation-unobtrusive": "3.2.11",
"jquery-slimscroll": "1.3.8",
"knockout": "3.5.1",
"moment": "2.24.0",
"moment-timezone": "0.5.35",
"qrcode_js": "1.0.0",
"jqGrid": "5.4.0",
"select2": "4.0.5",
"bootstrap": "4.5.0",
"bootstrap-dropdown-hover": "4.2.0",
"bootstrap-datepicker": "1.9.0",
"font-awesome": "4.7.0",
"holderjs": "2.9.7",
"open-iconic": "1.1.1",
"popper.js": "1.16.1",
"tempusdominus-bootstrap-4": "5.1.2",
"tempusdominus-core": "5.0.3",
"toastr": "2.1.4",
"sortablejs": "1.10.2",
"@microsoft/signalr": "3.1.3",
"jquery.qrcode": "1.0.3",
"animate.css": "4.1.0",
"layui-src": "2.5.15",
"linq-js": "2.1.24",
"vue": "2.6.11",
"vue-template-compiler": "2.6.11",
"axios": "0.19.2",
"qs": "6.9.4",
"element-ui": "2.13.2",
"@smallwei/avue": "2.6.0",
"sticky-kit": "1.1.3",
"monaco-editor": "0.20.0",
"comment-core-library": "0.11.1",
"video.js": "7.8.3",
"flv.js": "1.5.0",
"videojs-flvjs": "0.2.0"
}
}