-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1003 Bytes
/
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
{
"name": "node-mongoose-express-graphql-yoga-api",
"version": "1.0.0",
"description": "node-server-graphql",
"author": {
"name": "terry",
"email": "[email protected]",
"url": "http://592php.com"
},
"main": "index.js",
"scripts": {
"dev": "nodemon --exec babel-node src/index.js",
"start": "NODE_ENV=production babel-node src/index.js"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/node": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"nodemon": "^1.18.9"
},
"dependencies": {
"apollo-server": "^2.5.0",
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.4",
"cors": "^2.8.5",
"dotenv": "^6.2.0",
"graphql": "^14.3.0",
"graphql-yoga": "^1.17.4",
"jsonwebtoken": "^8.5.1",
"prisma": "^1.34.0",
"prisma-binding": "^2.3.11",
"prisma-cli": "^1.0.9",
"redis": "^2.8.0",
"sequelize": "^5.15.1",
"uuid": "^3.3.2"
},
"license": "MIT",
"repository": {
"url": "www.592php.com"
}
}