-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.59 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.59 KB
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
{
"name": "nowait-app",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web"
},
"dependencies": {
"@emotion/native": "^11.11.0",
"@emotion/react": "^11.14.0",
"@react-native-async-storage/async-storage": "^2.2.0",
"@react-navigation/bottom-tabs": "^7.8.11",
"@react-navigation/native": "^7.1.22",
"@react-navigation/native-stack": "^7.8.2",
"@tanstack/react-query": "^5.90.20",
"axios": "^1.13.2",
"expo": "~54.0.31",
"expo-blur": "^15.0.8",
"expo-crypto": "~15.0.8",
"expo-linear-gradient": "^15.0.8",
"expo-notifications": "^0.32.16",
"expo-secure-store": "~15.0.8",
"expo-splash-screen": "~31.0.13",
"expo-status-bar": "~3.0.9",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.5",
"react-native-reanimated": "~4.1.1",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-svg": "15.12.1",
"react-native-web": "^0.21.0",
"react-native-worklets": "0.5.1",
"zod": "^4.1.13"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.13.5",
"@types/react": "~19.1.0",
"@types/react-dom": "~19.1.7",
"@types/react-native-web": "^0",
"babel-plugin-inline-dotenv": "^1.7.0",
"react-native-svg-transformer": "^1.5.2",
"typescript": "~5.9.2"
},
"packageManager": "yarn@4.12.0+sha512.f45ab632439a67f8bc759bf32ead036a1f413287b9042726b7cc4818b7b49e14e9423ba49b18f9e06ea4941c1ad062385b1d8760a8d5091a1a31e5f6219afca8"
}