-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.61 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.61 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
{
"name": "passcodes",
"main": "expo-router/entry",
"version": "1.0.0",
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"lint": "expo lint",
"build:develop": "eas build --profile development --platform android --local",
"build:preview": "eas build --profile preview --platform android --local"
},
"dependencies": {
"@react-native-vector-icons/fontawesome6": "^13.1.2",
"@shopify/flash-list": "2.0.2",
"babel-plugin-inline-import": "^3.0.0",
"drizzle-orm": "^0.45.2",
"expo": "~57.0.7",
"expo-build-properties": "~57.0.6",
"expo-constants": "~57.0.3",
"expo-dev-client": "~57.0.7",
"expo-file-system": "~57.0.0",
"expo-linking": "~57.0.3",
"expo-local-authentication": "~57.0.1",
"expo-navigation-bar": "~57.0.2",
"expo-router": "~57.0.7",
"expo-screen-capture": "~57.0.1",
"expo-sharing": "~57.0.6",
"expo-splash-screen": "~57.0.4",
"expo-sqlite": "~57.0.1",
"expo-status-bar": "~57.0.1",
"expo-system-ui": "~57.0.1",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-native": "0.86.0",
"react-native-paper": "^5.15.3",
"react-native-safe-area-context": "~5.7.0",
"react-native-screens": "4.25.2",
"react-native-web": "~0.21.0"
},
"devDependencies": {
"@types/react": "~19.2.10",
"babel-preset-expo": "~57.0.0",
"drizzle-kit": "^0.31.10",
"eslint": "^9.25.0",
"eslint-config-expo": "~57.0.0",
"expo-atlas": "^0.4.0",
"expo-doctor": "^1.19.8",
"typescript": "~6.0.3"
},
"private": true
}