-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.49 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.49 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
{
"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": {
"babel-plugin-inline-import": "^3.0.0",
"drizzle-orm": "^0.45.2",
"expo": "~56.0.12",
"expo-build-properties": "~56.0.19",
"expo-constants": "~56.0.17",
"expo-dev-client": "~56.0.20",
"expo-file-system": "~56.0.7",
"expo-linking": "~56.0.14",
"expo-local-authentication": "~56.0.4",
"expo-navigation-bar": "~56.0.3",
"expo-router": "~56.2.11",
"expo-screen-capture": "~56.0.4",
"expo-sharing": "~56.0.18",
"expo-splash-screen": "~56.0.10",
"expo-sqlite": "~56.0.5",
"expo-status-bar": "~56.0.4",
"expo-system-ui": "~56.0.5",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-native": "0.85.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": "~56.0.0",
"drizzle-kit": "^0.31.10",
"eslint": "^9.25.0",
"eslint-config-expo": "~56.0.4",
"expo-atlas": "^0.4.0",
"expo-doctor": "^1.19.8",
"typescript": "~6.0.3"
},
"private": true
}