-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 942 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
{
"name": "graphql-mongo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"demo": "babel-watch server.js",
"json:server": "json-server --watch db.json"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-jest": "^22.2.0",
"babel-loader": "^7.1.2",
"babel-plugin-c-3po": "^0.7.3",
"babel-plugin-lodash": "^3.3.2",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"css-loader": "^0.28.7"
},
"dependencies": {
"apollo-server-express": "^1.3.2",
"babel-watch": "^2.0.7",
"body-parser": "^1.18.2",
"express": "^4.16.2",
"graphql": "^0.13.1",
"graphql-tools": "^2.21.0",
"json-server": "^0.12.1",
"lodash": "^4.17.5"
}
}