forked from FotonTech/challenge-rn-redux-saga
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·50 lines (50 loc) · 1.42 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
48
49
50
{
"name": "sagabooks",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start -- --reset-cache",
"test": "jest",
"lint": "eslint *.js **/*.js"
},
"dependencies": {
"babel-plugin-idx": "^2.4.0",
"color": "^3.1.0",
"idx": "^2.5.2",
"native-base": "^2.10.0",
"react": "16.6.3",
"react-native": "0.57.8",
"react-native-gesture-handler": "^1.0.12",
"react-native-vector-icons": "^6.1.0",
"react-navigation": "^3.0.9",
"redux-saga": "^0.16.2",
"styled-components": "^4.1.3"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-flow": "^7.0.0",
"babel-cli": "^6.26.0",
"babel-eslint": "^10.0.1",
"babel-jest": "23.6.0",
"babel-preset-flow": "^6.23.0",
"eslint": "^5.12.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^3.3.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.3",
"eslint-plugin-react-native": "^3.5.0",
"flow-bin": "^0.89.0",
"jest": "^23.6.0",
"metro-react-native-babel-preset": "0.51.1",
"prettier-eslint": "^8.8.2",
"prop-types": "^15.6.2",
"react-native-dotenv": "^0.2.0",
"react-native-screens": "^1.0.0-alpha.20",
"react-test-renderer": "16.6.3"
},
"jest": {
"preset": "react-native"
}
}