-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 998 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 998 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
41
{
"name": "back",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon index.js",
"start": "node index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"apollo-datasource": "^0.7.3",
"apollo-server-express": "^2.19.2",
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"connect-redis": "^5.0.0",
"cors": "^2.8.5",
"dataloader": "^2.0.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-fileupload": "^1.2.1",
"express-session": "^1.17.1",
"express-unless": "^0.5.0",
"faker": "^5.2.0",
"fs": "0.0.1-security",
"geolib": "^3.3.1",
"graphql": "^15.4.0",
"http": "^0.0.1-security",
"https": "^1.0.0",
"jsonwebtoken": "^8.5.1",
"morgan": "^1.10.0",
"pg": "^8.5.1",
"query-string": "^6.13.8",
"redis": "^3.0.2",
"socket.io": "^4.0.0",
"url": "^0.11.0"
}
}