-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.85 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
58
59
60
61
62
{
"name": "budgetbuddy",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"test": "jest"
},
"dependencies": {
"@aws-amplify/react-native": "1.1.4",
"@gorhom/bottom-sheet": "4.6.4",
"@react-native-async-storage/async-storage": "1.23.1",
"@react-native-community/netinfo": "11.4.1",
"@react-native-masked-view/masked-view": "0.3.2",
"@react-navigation/bottom-tabs": "6.6.0",
"@react-navigation/native": "6.1.18",
"@react-navigation/stack": "6.4.0",
"@tamagui/config": "^1.101.7",
"@tamagui/toast": "1.105.1",
"aws-amplify": "^6.3.8",
"burnt": "^0.12.2",
"drizzle-orm": "0.36.4",
"expo": "52.0.11",
"expo-dev-client": "5.0.4",
"expo-splash-screen": "0.29.13",
"expo-sqlite": "15.0.3",
"expo-status-bar": "2.0.0",
"expo-system-ui": "4.0.4",
"joi": "^17.13.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.52.1",
"react-native": "0.76.3",
"react-native-gesture-handler": "2.20.2",
"react-native-get-random-values": "1.11.0",
"react-native-reanimated": "3.16.3",
"react-native-safe-area-context": "4.12.0",
"react-native-screens": "4.1.0",
"react-native-svg": "15.8.0",
"tamagui": "^1.101.7"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@tamagui/babel-plugin": "^1.101.7",
"@testing-library/react-native": "^12.5.1",
"@types/jest": "^29.5.12",
"@types/node": "^20.14.11",
"@types/react": "~18.3.12",
"babel-plugin-inline-import": "^3.0.0",
"drizzle-kit": "^0.28.0",
"expo-drizzle-studio-plugin": "0.1.1",
"jest": "^29.4.0",
"jest-expo": "~52.0.2",
"prettier": "3.3.2",
"ts-node": "^10.9.2",
"typescript": "^5.1.3"
},
"packageManager": "[email protected]"
}