-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 899 Bytes
/
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
{
"name": "itbe_website",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "5.1.1",
"connect-mongo": "5.1.0",
"cookie-parser": "1.4.6",
"dotenv": "16.4.3",
"ejs": "3.1.9",
"express": "4.18.2",
"express-ejs-layouts": "2.5.1",
"express-session": "1.18.0",
"express-validator": "7.0.1",
"jsonwebtoken": "9.0.2",
"method-override": "^3.0.0",
"mongodb": "6.3.0",
"mongoose": "8.1.2",
"path": "0.12.7",
"bim-fragment": "1.3.1",
"client-zip": "1.6.3",
"dat.gui": "0.7.9",
"mapbox-gl": "3.1.2",
"nodemon": "3.0.2",
"openbim-components": "1.3.1",
"three": "0.152.2",
"vite": "5.0.11",
"web-ifc": "0.0.46" },
"devDependencies": {
"nodemon": "^3.0.3"
}
}