-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.2 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
39
40
41
42
43
44
{
"name": "graphql-faker-example",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"web": "next ./web"
},
"repository": {
"type": "git",
"url": "git+https://github.com/f2etw/graphql-faker-example.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/f2etw/graphql-faker-example/issues"
},
"homepage": "https://github.com/f2etw/graphql-faker-example#readme",
"dependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.1.2",
"babel-jest": "^22.0.4",
"babel-preset-react-native": "^4.0.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^4.9.0",
"eslint-config-airbnb": "16.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"graphql": "^0.12.3",
"graphql-tag": "^2.6.1",
"graphql-tower-apollo": "^3.30.0",
"graphql-tower-faker": "^3.30.3",
"graphql-tower-types": "^3.30.0",
"jest": "^22.0.4",
"next": "^4.2.1",
"react": "^16.2.0",
"react-apollo": "^2.0.4",
"react-dom": "^16.2.0"
}
}