-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
50 lines (50 loc) · 1.14 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
{
"name": "apollo-project",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js",
"test": "jest"
},
"engines": {
"node": "12.17.0",
"npm": "5.x"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@babel/preset-env": "^7.11.0",
"@babel/preset-react": "^7.10.4",
"@babel/register": "^7.10.5",
"@scout_apm/scout-apm": "^0.1.10",
"apollo-engine": "^1.1.2",
"apollo-server": "^2.17.0",
"apollo-server-express": "^2.17.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^8.0.0",
"express": "^4.17.0",
"graphql": "^14.3.0",
"ignore-styles": "^5.0.1",
"jest": "^24.8.0",
"jsonwebtoken": "^8.5.1",
"logrocket": "^1.0.12",
"mysql2": "^1.6.5",
"opn": "^6.0.0",
"pg": "^7.12.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"save": "^2.4.0",
"sequelize": "^5.21.3",
"socket.io-client": "^2.2.0",
"validator": "^11.1.0"
},
"devDependencies": {
"sequelize-cli": "^6.1.0"
}
}