-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.24 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
45
46
47
{
"name": "pokedex",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"apollo-boost": "^0.4.3",
"apollo-cache-inmemory": "^1.6.2",
"apollo-client": "^2.6.3",
"apollo-link-http": "^1.5.15",
"graphql": "^14.4.2",
"graphql-tag": "^2.10.1",
"lodash": "^4.17.15",
"react": "16.8.6",
"react-apollo": "^2.5.8",
"react-native": "0.60.4",
"react-native-parallax-scroll-view": "^0.21.3",
"styled-components": "^4.3.2"
},
"devDependencies": {
"@babel/core": "7.5.5",
"@babel/runtime": "7.5.5",
"@react-native-community/eslint-config": "0.0.3",
"babel-eslint": "^10.0.2",
"babel-jest": "24.8.0",
"eslint": "^6.1.0",
"eslint-config-airbnb": "^17.1.1",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.14.3",
"husky": "^0.14.3",
"jest": "24.8.0",
"lint-staged": "^9.2.0",
"metro-react-native-babel-preset": "0.54.1",
"prettier": "^1.18.2",
"react-test-renderer": "16.8.6"
},
"jest": {
"preset": "react-native"
}
}