-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.75 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.75 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
50
51
52
53
54
55
56
57
58
59
60
{
"name": "assembli",
"version": "1.0.0",
"main": "index.ts",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"test": "jest --watchAll"
},
"dependencies": {
"@expo-google-fonts/inter": "^0.4.2",
"@expo-google-fonts/space-grotesk": "^0.4.1",
"@expo/vector-icons": "^14.1.0",
"@react-navigation/bottom-tabs": "^7.15.13",
"@react-navigation/core": "7.17.4",
"@react-navigation/native": "^7.2.4",
"@react-navigation/native-stack": "^7.14.14",
"@sentry/react-native": "~6.14.0",
"bcryptjs": "^3.0.3",
"expo": "~53.0.27",
"expo-asset": "~11.1.7",
"expo-checkbox": "~4.1.4",
"expo-dev-client": "~5.2.4",
"expo-drizzle-studio-plugin": "^0.2.1",
"expo-file-system": "~18.1.11",
"expo-font": "~13.3.2",
"expo-secure-store": "~14.2.4",
"expo-sharing": "~13.1.5",
"expo-splash-screen": "~0.30.10",
"expo-sqlite": "~15.2.14",
"expo-status-bar": "~2.2.3",
"formik": "^2.4.9",
"nativewind": "^2.0.0",
"react": "19.0.0",
"react-native": "0.79.6",
"react-native-dropdown-select-list": "^2.0.5",
"react-native-safe-area-context": "5.4.0",
"react-native-screens": "~4.11.1",
"react-native-view-shot": "4.0.3",
"tailwindcss": "3.3.2",
"yup": "^1.7.1",
"zustand": "^5.0.13"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@types/react": "~19.0.10",
"@types/react-native": "^0.72.8",
"@types/react-native-bcrypt": "^2.4.6",
"jest": "~29.7.0",
"jest-expo": "~53.0.14",
"typescript": "~5.8.3"
},
"private": true,
"packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610",
"jest": {
"preset": "jest-expo"
}
}