-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.65 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.65 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "graphql-comment",
"version": "0.0.8",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon --watch ./src/server ./scripts/dev-server.js",
"dev:react-native": "restart --watch src/react-native --exec npm run react-native",
"react-native": "npm-run-all sync-react-native react-native-packager",
"sync-react-native": "rsync -va ./src ./example/node_modules/graphql-comment/",
"react-native-packager": "node ./example/node_modules/react-native/local-cli/cli.js start",
"echo-server": "PORT=8888 http-echo-server"
},
"keywords": [],
"author": "",
"license": "",
"dependencies": {
"express": "^4.15.2",
"express-graphql": "^0.6.3",
"graphql-compose-recompose": "0.0.1-beta5",
"graphql-tag": "^1.3.1",
"lodash": "^4.17.4",
"moment": "^2.17.1",
"mongoose-delete": "^0.3.4",
"node-fetch": "^1.6.3",
"react-native-invertible-scroll-view": "^1.0.0",
"recompose": "^0.22.0",
"text-diff": "^1.0.1"
},
"peerDependencies": {
"graphql-compose": "^1.14.0",
"graphql-compose-connection": "^2.1.3",
"graphql-compose-mongoose": "^1.4.8",
"mongoose": "^4.8.6",
"react": "*",
"react-apollo": "^1.0.0"
},
"devDependencies": {
"graphql": "^0.9.1",
"graphql-compose": "^1.14.0",
"graphql-compose-connection": "^2.1.3",
"graphql-compose-mongoose": "^1.4.8",
"http-echo-server": "^1.0.0",
"mongoose": "^4.8.6",
"nodemon": "^1.11.0",
"npm-run-all": "^4.0.2",
"react": "^15.4.2",
"react-apollo": "^1.0.0",
"react-native": "^0.42.0",
"restart": "0.0.4"
}
}