-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.1 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
{
"name": "boardinfo",
"version": "0.0.0",
"scripts": {
"start": "node ./bin/www"
},
"private": true,
"dependencies": {
"body-parser": "~1.18.3",
"bootstrap": "^3.4.1",
"browserify-middleware": "^8.1.1",
"chartnew.js": "^3.9.0",
"compression": "^1.7.4",
"connect-pg-simple": "^6.0.1",
"cookie-parser": "^1.4.4",
"core-js": "^2.6.9",
"crypto-json": "^2.0.2",
"debug": "^4.1.1",
"edge-js": "^10.3.1",
"express": "~4.16.4",
"express-minify": "^1.0.0",
"express-promise-router": "^3.0.3",
"express-session": "^1.16.2",
"file-stream-rotator": "^0.4.1",
"hammerjs": "^2.0.8",
"helmet": "^3.20.0",
"jquery": "^3.4.1",
"jquery-ui-dist": "^1.12.1",
"json2csv": "^4.5.2",
"knockout": "^3.5.0",
"mocha": "^5.2.0",
"morgan": "~1.9.1",
"node-cache": "^4.2.1",
"npm": "^6.10.3",
"pg": "^7.12.1",
"pug": "^2.0.4",
"reload": "^2.4.0",
"rxjs": "~6.5.2",
"secure-remote-password": "^0.3.1",
"serve-favicon": "~2.5.0",
"tslib": "^1.10.0",
"uglify-es": "^3.3.9",
"zone.js": "~0.9.1"
}
}