-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 1.1 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
{
"name": "example",
"version": "1.0.0",
"scripts": {
"start": "expo start --dev-client",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@expo/webpack-config": "^18.0.1",
"@shopify/flash-list": "1.4.3",
"@tanstack/react-query": "^4.29.1",
"@types/react": "~18.2.14",
"expo": "^49.0.7",
"expo-linking": "~5.0.2",
"expo-splash-screen": "~0.20.5",
"expo-status-bar": "~1.6.0",
"expo-system-ui": "~2.4.0",
"navigation-react-native": "^9.4.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.72.3",
"react-native-mmkv": "^2.10.1",
"react-native-paper": "https://github.com/web-ridge/react-native-paper",
"react-native-safe-area-context": "4.6.3",
"react-native-use-form": "^0.10.4",
"react-native-web": "~0.19.6",
"zustand": "^4.3.7"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/runtime": "^7.9.6",
"babel-loader": "^8.1.0",
"babel-plugin-module-resolver": "^4.0.0",
"babel-preset-expo": "^9.5.0"
},
"private": true
}