-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.5 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
{
"name": "money-cracker",
"main": "expo-router/entry",
"version": "1.0.0",
"scripts": {
"start": "expo start --ios --offline",
"build:ios": "eas build --local --platform ios",
"db:new-migration": "drizzle-kit generate",
"postinstall": "patch-package",
"android": "expo run:android",
"ios": "expo run:ios"
},
"dependencies": {
"@babel/core": "^7.25.2",
"@eva-design/eva": "^2.2.0",
"@floating-ui/react-native": "^0.10.7",
"@tanstack/react-form": "^0.40.4",
"@tanstack/react-query": "^5.62.10",
"@types/react": "~18.3.12",
"@ui-kitten/components": "^5.3.1",
"@ui-kitten/eva-icons": "^5.3.1",
"@ui-kitten/metro-config": "^5.3.1",
"babel-plugin-inline-import": "^3.0.0",
"babel-plugin-react-compiler": "^19.0.0-beta-b2e8e9c-20241220",
"drizzle-kit": "^0.30.1",
"drizzle-orm": "^0.38.3",
"eas-cli": "^14.2.0",
"expo": "~52.0.20",
"expo-file-system": "~18.0.6",
"expo-localization": "~16.0.0",
"expo-router": "~4.0.15",
"expo-splash-screen": "~0.29.18",
"expo-sqlite": "^15.0.3",
"expo-status-bar": "~2.0.0",
"lodash-es": "^4.17.21",
"patch-package": "^8.0.0",
"react": "18.3.1",
"react-compiler-runtime": "^19.0.0-beta-b2e8e9c-20241220",
"react-native": "0.76.5",
"react-native-click-outside": "^0.1.1",
"react-native-reanimated": "~3.16.1",
"react-native-safe-area-context": "4.12.0",
"react-native-svg": "15.8.0",
"typescript": "^5.3.3",
"valibot": "^1.0.0-beta.9"
}
}