forked from apollographql/apollo-client-devtools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.08 KB
/
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
{
"name": "apollo-client-devtools",
"description": "Developer tools for Apollo Client, with GraphiQL integration, cache inspection, and query watching.",
"license": "MIT",
"scripts": {
"build": "webpack",
"start": "webpack -w"
},
"devDependencies": {
"babel-cli": "^6.11.4",
"babel-core": "^6.18.2",
"babel-loader": "^6.2.9",
"babel-plugin-transform-class-properties": "^6.11.5",
"babel-plugin-transform-exponentiation-operator": "^6.8.0",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.16.0",
"classnames": "^2.2.5",
"css-loader": "^0.26.1",
"graphiql": "^0.8.0",
"graphql": "^0.7.0",
"html-webpack-plugin": "^2.24.1",
"json-loader": "^0.5.4",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"style-loader": "^0.13.1",
"webpack": "^1.13.3"
},
"dependencies": {
"apollo-client": "^0.5.12",
"graphql-syntax-highlighter-react": "^0.1.0",
"graphql-tag": "^1.1.2",
"lodash": "^4.17.2",
"react-redux": "^4.4.6",
"uuid": "^3.0.1"
}
}