-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.25 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
{
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"expo": "~47.0.3",
"expo-constants": "~14.0.2",
"expo-linking": "~3.2.3",
"expo-router": "^0.0.43",
"expo-splash-screen": "~0.17.4",
"expo-status-bar": "~1.4.2",
"layout-test-component": "^1.0.1",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-native": "0.70.5",
"react-native-gesture-handler": "~2.8.0",
"react-native-reanimated": "~2.12.0",
"react-native-safe-area-context": "4.4.1",
"react-native-screens": "~3.18.0",
"react-native-web": "~0.18.7",
"stephan-test-component": "^1.0.12",
"zustand": "^4.2.0"
},
"devDependencies": {
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
"@babel/core": "^7.19.3",
"@types/react": "~18.0.0",
"@types/react-native": "~0.69.1",
"@welldone-software/why-did-you-render": "^7.0.1",
"babel-plugin-transform-imports": "^2.0.0"
},
"resolutions": {
"metro": "^0.73.1",
"metro-resolver": "^0.73.1"
},
"overrides": {
"metro": "^0.73.1",
"metro-resolver": "^0.73.1"
},
"name": "appdevelopmentkitprototype",
"version": "1.0.1",
"main": "App"
}