forked from dongliu/cable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
114 lines (114 loc) · 3.26 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"name": "cable",
"version": "1.7.4-DEV",
"private": true,
"scripts": {
"build-all": "grunt clean build-all",
"grunt": "./node_modules/.bin/grunt",
"mocha": "./node_modules/.bin/mocha",
"nyc": "./node_modules/.bin/nyc",
"nyc-mocha": "./node_modules/.bin/nyc ./node_modules/.bin/mocha",
"pug": "pug",
"pug-lint": "pug-lint"
},
"dependencies": {
"body-parser": "^1.19.0",
"commander": "^5.1.0",
"compression": "^1.7.4",
"csv-parse": "^4.9.0",
"debug": "^4.1.1",
"express": "^4.17.1",
"express-session": "^1.17.1",
"express-validator": "^6.4.1",
"formidable": "^1.2.2",
"http-status-codes": "^1.4.0",
"ldapjs": "^1.0.2",
"mongoose": "^5.9.12",
"morgan": "^1.10.0",
"node-watch": "^0.6.4",
"passport": "^0.4.1",
"passport-apereo-cas": "^0.2.0",
"passport-http": "^0.3.0",
"pug": "^2.0.4",
"rc": "^1.2.1",
"request": "^2.88.2",
"serve-favicon": "^2.5.0",
"uri-js": "^4.2.2",
"validator": "^12.2.0",
"xlsx": "^0.15.6"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.13.0",
"@types/body-parser": "^1.19.0",
"@types/bootstrap": "^4.3.2",
"@types/chai": "^4.2.11",
"@types/chart.js": "^2.9.20",
"@types/compression": "^1.7.0",
"@types/csv-parse": "^1.2.2",
"@types/d3": "^5.7.2",
"@types/datatables.net": "^1.10.19",
"@types/datatables.net-buttons": "^1.4.3",
"@types/debug": "^4.1.5",
"@types/express": "^4.17.6",
"@types/express-session": "^1.17.0",
"@types/formidable": "^1.0.31",
"@types/http-status-codes": "^1.0.29",
"@types/jquery": "^3.3.38",
"@types/jquery.validation": "^1.16.6",
"@types/jqueryui": "^1.12.10",
"@types/jszip": "^3.1.7",
"@types/ldapjs": "^1.0.7",
"@types/lodash": "^4.14.150",
"@types/mocha": "^7.0.2",
"@types/moment": "^2.13.0",
"@types/mongoose": "^5.7.15",
"@types/morgan": "^1.9.0",
"@types/passport": "^1.0.3",
"@types/passport-http": "^0.3.8",
"@types/rc": "^1.1.0",
"@types/request": "^2.48.4",
"@types/serve-favicon": "^2.5.0",
"@types/supertest": "^2.0.9",
"@types/tmp": "^0.1.0",
"@types/typeahead": "^0.11.32",
"@types/validator": "^12.0.1",
"bootstrap": "^4.4.1",
"chai": "^4.0.2",
"chart.js": "^2.9.3",
"css-loader": "^3.5.3",
"d3": "^5.16.0",
"datatables.net-bs4": "^1.10.20",
"datatables.net-buttons-bs4": "^1.6.1",
"file-loader": "^6.0.0",
"grunt": "^1.1.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-shell": "^3.0.1",
"grunt-ts": "^6.0.0-beta.22",
"grunt-tslint": "^5.0.2",
"grunt-webpack": "^3.1.3",
"jquery": "^3.5.1",
"jquery-jeditable": "^2.0.17",
"jquery-ui": "^1.12.1",
"jquery-validation": "^1.19.1",
"jsonpath-plus": "^3.0.0",
"jsonschema": "^1.2.6",
"jszip": "^3.4.0",
"lodash": "^4.17.15",
"mocha": "^7.1.2",
"moment": "^2.25.3",
"nyc": "^15.0.1",
"popper.js": "^1.16.1",
"portfinder": "^1.0.26",
"pug-lint": "^2.6.0",
"should": "^13.2.3",
"style-loader": "^1.2.1",
"supertest": "^4.0.2",
"tmp": "^0.1.0",
"ts-loader": "^6.2.2",
"tslint": "^5.20.1",
"tslint-loader": "^3.5.4",
"typeahead.js": "^0.11.1",
"typescript": "^3.8.3",
"webpack": "^4.43.0"
}
}