-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.51 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
47
48
49
50
51
{
"name": "vrchat",
"version": "1.0.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"start-c": "expo start -c",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@react-navigation/bottom-tabs": "^6.5.11",
"@react-navigation/material-bottom-tabs": "^6.2.19",
"@react-navigation/native": "^6.1.7",
"@react-navigation/native-stack": "^6.9.13",
"@types/react": "~18.2.79",
"axios": "^1.5.0",
"expo": "^51.0.21",
"expo-dev-client": "~4.0.20",
"expo-image": "~1.12.13",
"expo-splash-screen": "~0.27.5",
"expo-status-bar": "~1.12.1",
"expo-system-ui": "~3.0.7",
"immer": "^10.0.3",
"nativewind": "^2.0.11",
"react": "18.2.0",
"react-native": "0.74.3",
"react-native-element-dropdown": "^2.10.4",
"react-native-mmkv": "^2.10.2",
"react-native-paper": "^5.11.4",
"react-native-reanimated": "~3.10.1",
"react-native-root-toast": "^3.5.1",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"react-native-svg": "15.2.0",
"react-native-user-agent": "^2.3.1",
"react-native-vector-icons": "^10.0.3",
"typescript": "~5.3.3",
"zustand": "^4.4.1"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"babel-plugin-module-resolver": "^5.0.0",
"eslint-config-lz": "^2.0.0",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.4",
"tailwindcss": "3.3.2"
},
"private": true
}