-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.31 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.31 KB
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
{
"name": "firstIfcProject",
"version": "1.0.0",
"engines": {
"node": "16.14.2"
},
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js",
"devStart": "nodemon app.js",
"build": "rollup -c views/ifcModel/rollup.config.js",
"watch2": "rollup -w -c views/ifcModel/uploadRollup.config.js",
"watch": "rollup -w -c views/ifcModel/rollup.config.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"connect-flash": "^0.1.1",
"connect-mongo": "^4.6.0",
"dotenv": "^16.0.1",
"dxf-writer": "^1.18.2",
"ejs": "^3.1.8",
"ejs-mate": "^4.0.0",
"express": "^4.18.1",
"express-session": "^1.17.3",
"gridfs-stream": "^1.1.1",
"method-override": "^3.0.0",
"mongoose": "^6.5.3",
"multer": "^1.4.5-lts.1",
"multer-gridfs-storage": "^5.0.2",
"nodemon": "^2.0.19",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^7.1.2",
"session": "^0.1.0",
"three": "^0.143.0",
"web-ifc-three": "^0.0.119",
"web-ifc-viewer": "^1.0.209"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"rollup": "^2.78.0"
}
}