-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1007 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1007 Bytes
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
{
"name": "fluttify",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./server.js",
"dev": "./node_modules/.bin/nodemon ./server.js"
},
"dependencies": {
"aes-encryption": "^1.0.4",
"agenda": "^4.1.0",
"axios": "^0.21.1",
"connect-history-api-fallback": "^1.6.0",
"connect-mongo": "^4.2.0",
"connect-mongodb-session": "^2.4.1",
"connect-redis": "^5.1.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"debug": "~2.6.9",
"dotenv": "^8.2.0",
"express": "^4.16.4",
"express-session": "^1.17.1",
"firebase-dynamic-links": "^1.1.0",
"http": "0.0.1-security",
"http-errors": "^1.6.3",
"jade": "~1.11.0",
"jsonwebtoken": "^8.5.1",
"mongoclient": "^1.0.3",
"mongodb": "^3.6.4",
"mongoose": "^5.11.19",
"morgan": "^1.9.1",
"redis": "^3.0.2",
"spotify-web-api-node": "^5.0.2",
"underscore": "^1.12.0",
"url": "^0.11.0"
},
"devDependencies": {
"nodemon": "^2.0.7"
}
}