-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
executable file
·42 lines (42 loc) · 1.12 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
{
"scripts": {
"android": "react-native run-android",
"start-ios": "react-native run-ios --simulator='iPhone 7 Plus' && npm run lint-watch",
"ios": "react-native run-ios",
"web": "expo start --web",
"start": "react-native start",
"test": "jest"
},
"eslintConfig": {
"extends": "expo/native"
},
"dependencies": {
"expo": "^34.0.1",
"mobx": "^5.13.0",
"mobx-react-lite": "^1.4.1",
"react": "16.8.3",
"react-dom": "^16.8.6",
"react-native": "0.59.8",
"react-native-gesture-handler": "~1.3.0",
"react-native-iphone-x-helper": "^1.2.1",
"react-native-reanimated": "~1.1.0",
"react-native-responsive-screen": "^1.2.2",
"react-native-unimodules": "~0.5.2",
"react-native-web": "^0.11.4",
"react-navigation": "^3.11.1"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"babel-jest": "24.1.0",
"eslint": "^6.1.0",
"eslint-config-expo": "^6.0.0",
"jest": "24.1.0",
"metro-react-native-babel-preset": "0.54.0",
"prettier": "^1.18.2",
"react-test-renderer": "16.6.3"
},
"jest": {
"preset": "react-native"
},
"private": true
}