-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.7 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
51
52
{
"name": "ReactNativeSimple",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios-dev": "react-native run-ios --scheme='ReactNativeSimple[Dev]'",
"ios-staging": "react-native run-ios --scheme='ReactNativeSimple[Staging]'",
"ios-production": "react-native run-ios --scheme='ReactNativeSimple'",
"ios-6": "react-native run-ios --simulator='iPhone 6s'",
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"@react-native-community/async-storage": "^1.6.3",
"axios": "^0.19.0",
"react": "16.9.0",
"react-native": "0.61.4",
"react-native-animatable": "^1.3.3",
"react-native-config": "^0.12.0",
"react-native-dotenv": "^0.2.0",
"react-native-fast-image": "^7.0.2",
"react-native-gesture-handler": "^1.5.0",
"react-native-modal": "^11.5.3",
"react-native-reanimated": "^1.4.0",
"react-native-safe-area-context": "^0.6.0",
"react-native-safe-area-view": "^1.0.0",
"react-native-screens": "^1.0.0-alpha.23",
"react-native-size-matters": "^0.2.1",
"react-navigation": "^4.0.10",
"react-navigation-stack": "^1.10.3",
"reactn": "^2.2.4",
"reactn-devtools": "^1.1.0",
"reactn-persist": "https://github.com/truongngodang/reactn-persist",
"redux": "^4.0.4"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/runtime": "^7.6.2",
"@react-native-community/eslint-config": "^0.0.5",
"babel-jest": "^24.9.0",
"eslint": "^6.5.1",
"jest": "^24.9.0",
"metro-react-native-babel-preset": "^0.57.0",
"prop-types": "^15.7.2",
"react-test-renderer": "16.9.0"
},
"jest": {
"preset": "react-native"
}
}