-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.05 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
{
"scripts": {
"dev": "NODE_ENV=development node app/index.js",
"build": "next build",
"start": "NODE_ENV=production node app/index.js",
"example": "cd example-client && node server.js"
},
"dependencies": {
"body-parser": "^1.18.3",
"compression": "^1.7.3",
"csurf": "^1.9.0",
"dotenv": "^6.2.0",
"dotenv-webpack": "^1.7.0",
"express": "^4.16.4",
"express-boom": "^2.0.0",
"express-pino-logger": "^4.0.0",
"express-promise-router": "^3.0.3",
"express-session": "^1.15.6",
"jsonwebtoken": "^8.5.0",
"knex": "^0.16.3",
"next": "^8.0.1",
"node-fetch": "^2.3.0",
"passport-light": "^1.0.1",
"passport-openstreetmap": "^0.1.2",
"pigeon-maps": "^0.11.10",
"pigeon-marker": "^0.3.4",
"pino": "^5.11.1",
"pino-pretty": "^2.5.0",
"qs": "^6.6.0",
"querystring": "^0.2.0",
"ramda": "^0.26.1",
"react": "^16.8.2",
"react-dom": "^16.8.2",
"session-file-store": "^1.2.0",
"simple-oauth2": "^2.2.1",
"sqlite3": "^4.0.6",
"url-join": "^4.0.0"
}
}