-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.92 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 1.92 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "mgis-3d-planner-1.0",
"version": "1.0.0",
"description": "MGIS 3D-Planner is a powerful platform for rural and urban design, development, and real estate planning. Built with Cesium JS technology, it enables users to design and visualize projects while understanding their real-time impact.",
"main": "app.js",
"scripts": {
"start": "node --max-old-space-size=8192 app.js",
"dev": "nodemon app.js"
},
"keywords": [
"GIS",
"3D",
"Cesium",
"urban planning",
"open source"
],
"author": "MundoGIS",
"license": "MPL-2.0",
"dependencies": {
"@turf/turf": "^7.1.0",
"axios": "^1.6.8",
"bcrypt": "^5.1.0",
"body-parser": "^1.20.2",
"bootstrap": "^5.3.3",
"bulma": "^0.9.4",
"chardet": "^2.0.0",
"child_process": "^1.0.2",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"edit-json-file": "^1.8.0",
"ejs": "^3.1.9",
"esm": "^3.2.25",
"express": "^4.18.2",
"express-fileupload": "^1.5.0",
"express-session": "^1.17.3",
"extract-zip": "^2.0.1",
"fs-extra": "^11.2.0",
"helmet": "^7.0.0",
"html2canvas": "^1.4.1",
"iconv-lite": "^0.6.3",
"jquery": "^3.7.1",
"jsdom": "^25.0.0",
"jsonwebtoken": "^9.0.2",
"jspdf": "^2.5.1",
"jszip": "^3.10.1",
"mime-types": "^2.1.35",
"multer": "^1.4.5-lts.1",
"node-fetch": "^3.3.2",
"node-schedule": "^2.1.1",
"node-windows": "^1.0.0-beta.8",
"pannellum": "^2.5.6",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"pg": "^8.14.1",
"popper.js": "^1.16.1",
"proj4": "^2.9.0",
"querystring": "^0.2.1",
"unzipper": "^0.10.14",
"url": "^0.11.3",
"util": "^0.12.5",
"uuid": "^9.0.1",
"xmldom": "^0.6.0"
},
"devDependencies": {
"@babel/cli": "^7.22.9",
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"nodemon": "^3.0.1"
}
}