forked from Laxeros07/Geosoft-II
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 946 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
40
41
{
"name": "geosoft-ii",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "jest"
},
"dependencies": {
"@ngageoint/leaflet-geopackage": "^4.1.3",
"axios": "^1.2.1",
"bootstrap-icons": "^1.10.2",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"docker": "^1.0.0",
"ejs": "~2.6.1",
"express": "~4.16.1",
"express-zip": "^3.0.0",
"formidable": "^2.0.1",
"fs": "^0.0.1-security",
"http-errors": "~1.6.3",
"jquery": "^3.6.3",
"jszip": "^3.10.1",
"mongo": "^0.1.0",
"mongodb": "^4.11.0",
"morgan": "~1.9.1",
"multer": "^1.4.5-lts.1",
"nodemon": "^2.0.20",
"path": "^0.12.7",
"pug": "^3.0.2",
"r-integration": "^2.4.0",
"request": "^2.88.2",
"rewire": "^6.0.0"
},
"devDependencies": {
"babel-plugin-istanbul": "^6.1.1",
"jest": "^29.4.2",
"jest-cli": "^29.4.1"
}
}