-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 988 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 988 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
{
"name": "graphql-project",
"version": "1.0.0",
"description": "Learning GraphQL and Relay",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/edgecoders/learning-graphql-and-relay.git"
},
"author": "Samer Buna",
"license": "ISC",
"bugs": {
"url": "https://github.com/edgecoders/learning-graphql-and-relay/issues"
},
"homepage": "https://github.com/edgecoders/learning-graphql-and-relay#readme",
"dependencies": {
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"babel-relay-plugin": "^0.9.2",
"express": "^4.14.0",
"express-graphql": "^0.5.3",
"graphql": "^0.6.2",
"graphql-relay": "^0.4.2",
"lodash": "^4.14.2",
"mongodb": "^2.2.5",
"react": "^15.3.0",
"react-dom": "^15.3.0",
"react-relay": "^0.9.2",
"webpack": "^1.13.1"
}
}