-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.71 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
52
53
54
55
56
57
{
"name": "jikyu-mobile",
"version": "1.0.0",
"main": "expo-router/entry",
"license": "MIT",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"db:generate": "drizzle-kit generate:sqlite"
},
"dependencies": {
"@pchmn/expo-material3-theme": "^1.3.2",
"@react-native-picker/picker": "2.6.1",
"@react-navigation/native-stack": "^6.9.18",
"@tanstack/react-query": "^5.24.1",
"babel-plugin-inline-import": "^3.0.0",
"deepmerge": "^4.3.1",
"drizzle-orm": "^0.29.4",
"expo": "~50.0.7",
"expo-dev-client": "~3.3.9",
"expo-linking": "~6.2.2",
"expo-router": "^3.4.7",
"expo-sqlite": "^13.2.0",
"expo-status-bar": "~1.11.1",
"luxon": "^3.4.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.50.1",
"react-native": "0.73.4",
"react-native-exception-handler": "^2.10.10",
"react-native-gesture-handler": "~2.14.0",
"react-native-gifted-charts": "^1.4.7",
"react-native-linear-gradient": "^2.8.3",
"react-native-paper": "^5.12.3",
"react-native-paper-dates": "^0.21.9",
"react-native-restart": "^0.0.27",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0",
"react-native-svg": "14.1.0",
"react-native-use-form": "^0.16.8",
"react-native-vector-icons": "^10.0.3",
"react-native-web": "~0.19.6",
"zod": "^3.22.4"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@faker-js/faker": "^8.4.1",
"@types/better-sqlite3": "^7.6.9",
"@types/luxon": "^3.4.2",
"@types/react": "~18.2.45",
"drizzle-kit": "^0.20.14",
"typescript": "^5.1.3"
},
"private": true
}