-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.49 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
{
"name": "PACA-API",
"description": "PACA Manager APP JavaScript with MongoDB, Express, AngularJS, and Node.js..",
"version": "0.1.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/GeotrekCE/Sitourisme"
},
"scripts": {
"dev": "NODE_ENV=development nodemon server.js",
"prod": "NODE_ENV=production PORT=3003 nodemon server.js",
"postinstall": "bower install --config.interactive=true --allow-root",
"lint": "eslint modules/**/*.js library/import/geotrek.js --fix"
},
"dependencies": {
"acl": "^0.4.11",
"axios": "^0.23.0",
"bluebird": "^3.7.2",
"body-parser": "^1.19.0",
"bower": "^1.8.14",
"chalk": "^4.1.2",
"compression": "^1.7.4",
"connect-flash": "^0.1.1",
"connect-mongo": "^2.0.3",
"consolidate": "^0.16.0",
"cookie-parser": "^1.4.5",
"csv-parse": "^2.5.0",
"csv-stringify": "3.1.1",
"express": "^4.17.1",
"express-session": "^1.17.2",
"glob": "^7.2.0",
"helmet": "^4.6.0",
"lodash": "^3.10.1",
"method-override": "^3.0.0",
"moment": "^2.29.1",
"mongoose": "^4.13.14",
"morgan": "^1.10.0",
"node-fetch": "^2.7.0",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"pify": "^5.0.0",
"request": "^2.88.2",
"socket.io": "^2.3.0",
"swig": "^1.4.2"
},
"devDependencies": {
"eslint": "^8.40.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"nodemon": "^2.0.22",
"prettier": "^2.4.1"
}
}