-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1005 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
{
"name": "prismagram",
"version": "1.0.0",
"description": "instagram clone with Express+Prisma+react amd react native",
"dependencies": {
"@babel/core": "^7.10.3",
"@babel/node": "^7.10.3",
"@babel/preset-env": "^7.10.3",
"@prisma/client": "^2.1.3",
"dotenv": "^8.2.0",
"graphql-import": "^1.0.2",
"graphql-tools": "^6.0.12",
"graphql-yoga": "^1.18.3",
"jsonwebtoken": "^8.5.1",
"merge-graphql-schemas": "^1.7.8",
"morgan": "^1.10.0",
"nodemailer": "^6.4.10",
"passport": "^0.4.1",
"passport-jwt": "^4.0.0"
},
"devDependencies": {
"@prisma/cli": "^2.1.3",
"nodemon": "^2.0.4"
},
"scripts": {
"start": "nodemon --exec babel-node src/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mdm317/prismagram.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mdm317/prismagram/issues"
},
"homepage": "https://github.com/mdm317/prismagram#readme"
}