-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1017 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
37
38
39
{
"name": "graphql-client",
"version": "1.0.0",
"description": "== README",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"js:routes": "bundle exec rake js:routes",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Nick Mueller",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"apollo-boost": "^0.1.2",
"apollo-client": "^2.2.6",
"babel": "^6.23.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-runtime": "^6.26.0",
"graphql": "^0.13.1",
"jsx-loader": "^0.13.2",
"lodash": "~2.4.1",
"react": "^16.2.0",
"react-apollo": "^2.1.0-rc.3",
"react-dom": "^16.2.0",
"react-router": "^4.2.0",
"webpack": "^2.6.1",
"webpack-dev-server": "2.7.1"
}
}