-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 845 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
{
"name": "instagram-clone",
"version": "1.0.0",
"description": "Instagram Clone using GrahpQL, Apollo, Node, React and MongoDB",
"main": "index.js",
"scripts": {
"start": "nodemon index.js --exec babel-node"
},
"keywords": [
"instagram",
"clone",
"graphql",
"node",
"react",
"mongodb",
"apollo"
],
"author": "Leonardo Velasquez <velasquezleonardo1@gmail.com>",
"license": "ISC",
"dependencies": {
"apollo-server-express": "^1.3.2",
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-3": "^6.24.1",
"bcrypt": "^1.0.3",
"body-parser": "^1.18.2",
"cors": "^2.8.4",
"express": "^4.16.2",
"graphql": "^0.13.0",
"graphql-tools": "^2.20.2",
"merge-graphql-schemas": "^1.4.0",
"mongoose": "^5.0.4",
"path": "^0.12.7"
}
}