-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.54 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "mta_app",
"version": "1.0.0",
"description": "MTA Genel Mudurlugu Jeofizik Etutleri Dairesi Baskanligi, Turkiye Geneli Jeofizik Calismalari",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"nodejs",
"express",
"sequelize",
"postgresql",
"rest",
"api"
],
"author": "Deniz Donmez",
"license": "ISC",
"dependencies": {
"@turf/boolean-intersects": "^6.5.0",
"@turf/boolean-point-in-polygon": "^6.5.0",
"@turf/center-of-mass": "^6.5.0",
"@turf/intersect": "^6.5.0",
"@vee-validate/i18n": "^4.5.10",
"axios": "^0.24.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"csurf": "^1.11.0",
"dotenv": "^16.0.0",
"exceljs": "^4.4.0",
"express": "^4.17.1",
"express-autosanitizer": "^1.0.2",
"express-rate-limit": "^6.3.0",
"express-session": "^1.17.2",
"file-saver": "^2.0.5",
"geojson": "^0.5.0",
"helmet": "^5.0.2",
"jsonwebtoken": "^8.5.1",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.8",
"pg": "^8.7.1",
"pg-hstore": "^2.3.4",
"read-excel-file": "^5.5.3",
"script-loader": "^0.7.2",
"secure-env": "^1.2.0",
"sequelize": "^6.25.3",
"turf": "^3.0.14",
"turf-linestring": "^1.0.2",
"turf-multipolygon": "^1.0.1",
"turf-polygon": "^1.0.3",
"utm-latlng": "^1.0.7",
"v8-compile-cache": "^2.3.0"
},
"devDependencies": {
"sequelize-cli": "^6.5.1"
}
}