forked from dongliu/runcheck
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
93 lines (93 loc) · 2.56 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
{
"name": "runcheck",
"version": "2.4.3-DEV",
"private": true,
"scripts": {
"start": "./bin/app",
"build-all": "grunt clean build-all",
"grunt": "grunt",
"mocha": "mocha",
"nyc": "nyc",
"nyc-mocha": "nyc mocha",
"pug": "pug",
"pug-lint": "pug-lint",
"postinstall": "cd ./public && npm ci"
},
"dependencies": {
"@jcu/passport-cas": "^0.1.2",
"body-parser": "^1.19.0",
"csv-parse": "^4.6.5",
"debug": "^4.1.1",
"express": "^4.17.1",
"express-session": "^1.17.0",
"express-validator": "^5.3.1",
"http-status-codes": "^1.4.0",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"mongoose": "^5.7.7",
"morgan": "^1.9.1",
"passport": "^0.4.0",
"passport-http": "^0.3.0",
"passport-local": "^1.0.0",
"pug": "^2.0.4",
"rc": "^1.2.8",
"request": "^2.88.0",
"serve-favicon": "^2.5.0",
"uri-js": "^4.2.2",
"xlsx": "^0.15.1"
},
"devDependencies": {
"@types/body-parser": "^1.17.1",
"@types/bootstrap": "^3.4.0",
"@types/bootstrap-datepicker": "0.0.13",
"@types/chai": "^4.2.4",
"@types/csv-parse": "^1.2.2",
"@types/datatables.net": "^1.10.18",
"@types/datatables.net-buttons": "^1.4.2",
"@types/debug": "^4.1.5",
"@types/express": "^4.17.2",
"@types/express-session": "^1.15.15",
"@types/express-validator": "^3.0.0",
"@types/jquery": "^3.3.31",
"@types/knockout": "^3.4.66",
"@types/lodash": "^4.14.144",
"@types/mocha": "^5.2.7",
"@types/mongoose": "^5.5.28",
"@types/morgan": "^1.7.37",
"@types/mysql": "^2.15.7",
"@types/passport": "^1.0.1",
"@types/passport-http": "^0.3.8",
"@types/passport-local": "^1.0.33",
"@types/rc": "^1.1.0",
"@types/request": "^2.48.3",
"@types/select2": "^4.0.48",
"@types/serve-favicon": "^2.2.31",
"@types/supertest": "^2.0.8",
"@types/tmp": "^0.1.0",
"chai": "^4.2.0",
"grunt": "^1.0.4",
"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",
"jsonschema": "^1.2.4",
"jstransformer-markdown-it": "^2.1.0",
"mocha": "^6.2.2",
"mysql": "^2.17.1",
"nyc": "^14.1.1",
"portfinder": "^1.0.25",
"pug-cli": "^1.0.0-alpha6",
"pug-lint": "^2.6.0",
"supertest": "^4.0.2",
"tmp": "^0.1.0",
"ts-loader": "^6.2.1",
"tslint": "^5.20.0",
"tslint-loader": "^3.6.0",
"typescript": "^3.6.4",
"vue": "^2.6.10",
"vue-loader": "^15.7.1",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.41.2"
}
}