-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.08 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.08 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
{
"name": "appname",
"main": "expo-router/entry",
"version": "1.0.0",
"scripts": {
"dev": "expo run:android",
"sync-version": "bun scripts/sync-version.js",
"generate-icon": "bun scripts/generate-icon.js",
"generate-readme-image": "bun scripts/generate-readme-image.js",
"check": "ultracite check",
"fix": "ultracite fix"
},
"dependencies": {
"@expo/vector-icons": "^15.0.3",
"@react-native-async-storage/async-storage": "^2.2.0",
"expo": "~55.0.9",
"expo-constants": "~55.0.0",
"expo-font": "^55.0.4",
"expo-haptics": "~55.0.0",
"expo-linking": "~55.0.0",
"expo-router": "~55.0.0",
"expo-splash-screen": "^55.0.13",
"expo-system-ui": "~55.0.0",
"react": "19.2.0",
"react-native": "0.83.4",
"react-native-gesture-handler": "~2.30.0",
"react-native-safe-area-context": "^5.6.2",
"react-native-screens": "^4.23.0"
},
"devDependencies": {
"@biomejs/biome": "2.4.9",
"@types/react": "~19.2.0",
"canvas": "^3.2.1",
"typescript": "~5.9.2",
"ultracite": "^7.4.0"
},
"private": true
}