-
Notifications
You must be signed in to change notification settings - Fork 80
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 797 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 797 Bytes
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
{
"name": "VRWebViewer",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "^1.19.0",
"bootstrap": "^4.5.2",
"braces": "^3.0.2",
"clean-css": "^4.2.3",
"cookie-parser": "~1.4.5",
"debug": "^4.1.1",
"express": "~4.17.1",
"express-fileupload": "^1.2.0",
"gridfs-stream": "^1.1.1",
"http-errors": "~1.8.0",
"instascan": "^1.0.0",
"jade-bootstrap": "^1.0.14",
"jimp": "^0.16.0",
"jquery": "^3.5.1",
"lodash": "^4.17.20",
"mongodb": "^3.6.0",
"mongoose": "^5.10.0",
"morgan": "~1.10.0",
"multer": "^1.4.2",
"multer-gridfs-storage": "^4.2.0",
"nodemon": "^2.0.4",
"popper": "^1.0.1",
"popper.js": "^1.16.1",
"pug": "3.0.0"
}
}