forked from react-cosmos/react-cosmos
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 849 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 849 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
{
"name": "react-cosmos-apollo-example",
"version": "4.6.4",
"description": "Example of mocking the Apollo Client",
"repository": "https://github.com/react-cosmos/react-cosmos/tree/master/examples/apollo",
"license": "MIT",
"scripts": {
"start:server": "babel-node server.js",
"start": "babel-node ../../packages/react-cosmos/bin/cosmos.js"
},
"dependencies": {
"apollo-server-express": "^1.3.6",
"body-parser": "^1.18.3",
"cors": "^2.8.4",
"express": "^4.16.3",
"graphql": "^0.13.2",
"graphql-tag": "^2.9.2",
"graphql-tools": "^3.0.4",
"lodash": "^4.17.10",
"react-apollo": "^2.1.8",
"react-cosmos": "^4.6.4",
"react-cosmos-apollo-proxy": "^4.6.1",
"react-cosmos-shared": "^4.6.1"
},
"xo": false,
"private": true,
"devDependencies": {
"babel-cli": "^6.26.0"
}
}