-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.28 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.28 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
{
"name": "app",
"version": "1.1.0",
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "expo start",
"start:t": "expo start --tunnel",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"format": "biome format --write ."
},
"dependencies": {
"@react-navigation/native": "^7.1.14",
"@react-navigation/native-stack": "^7.3.21",
"@react-navigation/stack": "^7.4.2",
"@tanstack/react-query": "^5.81.5",
"expo": "^54.0.32",
"expo-secure-store": "~15.0.8",
"expo-status-bar": "~3.0.9",
"nativewind": "^4.1.23",
"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-worklets": "^0.5.1",
"zustand": "^5.0.6"
},
"devDependencies": {
"@babel/core": "^7.28.0",
"@biomejs/biome": "^1.9.4",
"@expo/ngrok": "4.1.0",
"@types/react": "~19.1.10",
"babel-preset-expo": "~54.0.10",
"react-native-svg-transformer": "^1.5.1",
"tailwindcss": "3.4.17",
"typescript": "~5.9.2"
},
"private": true
}