-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
37 lines (37 loc) · 904 Bytes
/
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
{
"main": "index.js",
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"web": "expo start --web",
"start": "react-native start",
"test": "jest"
},
"dependencies": {
"expo": "^49.0.16",
"expo-splash-screen": "^0.20.0",
"expo-updates": "~0.18.16",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.72.6",
"react-native-gesture-handler": "~2.12.0",
"react-native-reanimated": "~3.3.0",
"react-native-screens": "~3.22.0",
"react-native-unimodules": "~0.9.0",
"react-native-web": "~0.19.6",
"@expo/webpack-config": "^19.0.0"
},
"devDependencies": {
"@babel/core": "~7.23.2",
"babel-jest": "~29.7.0",
"jest": "^29.2.1",
"react-test-renderer": "~16.9.0"
},
"jest": {
"preset": "react-native"
},
"overrides": {
"semver": "^7.5.3"
},
"private": true
}