-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.4 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.4 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
{
"name": "composer-tool",
"main": "expo-router/entry",
"version": "1.0.2",
"scripts": {
"dev": "adb reverse tcp:8081 tcp:8081 && expo run:android --no-bundler; adb shell am start -n com.zacksimpson.composer.debug/com.zacksimpson.composer.MainActivity; npx expo start",
"build:editor": "cd editor-web && bun install && bun run build",
"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-clipboard": "~55.0.13",
"expo-constants": "~55.0.0",
"expo-document-picker": "~55.0.15",
"expo-file-system": "~55.0.23",
"expo-font": "^55.0.4",
"expo-haptics": "~55.0.0",
"expo-linking": "~55.0.0",
"expo-router": "~55.0.0",
"expo-sharing": "~55.0.21",
"expo-splash-screen": "^55.0.13",
"expo-system-ui": "~55.0.0",
"react": "19.2.0",
"react-native": "0.83.6",
"react-native-gesture-handler": "~2.30.0",
"react-native-safe-area-context": "~5.6.2",
"react-native-screens": "~4.23.0",
"react-native-svg": "15.15.3",
"react-native-webview": "13.16.0"
},
"devDependencies": {
"@biomejs/biome": "2.4.9",
"@react-native-community/cli": "latest",
"@react-native/metro-config": "latest",
"@types/react": "~19.2.0",
"typescript": "~5.9.2",
"ultracite": "^7.4.0"
},
"private": true
}