-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 952 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
{
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"eject": "expo eject"
},
"dependencies": {
"@expo/webpack-config": "^0.17.0",
"babel-preset-expo": "~9.2.0",
"expo": "^46.0.10",
"expo-2d-context": "0.0.2",
"expo-asset": "~8.6.1",
"expo-camera": "~12.3.0",
"expo-gl": "~11.4.0",
"expo-image-manipulator": "~10.4.0",
"expo-permissions": "~13.2.0",
"mem": "^4.0.0",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-native": "0.69.5",
"react-native-screens": "~3.15.0",
"react-native-svg": "12.3.0",
"react-native-web": "^0.18.9"
},
"devDependencies": {
"@babel/core": "7.12.9",
"@types/react": "~16.9.23",
"@types/react-native": "~0.61.17",
"babel-preset-expo": "~9.2.0",
"typescript": "~3.8.3"
},
"private": true
}