-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.43 KB
/
Copy pathpackage.json
File metadata and controls
72 lines (72 loc) · 2.43 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
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "companion",
"version": "1.0.0",
"main": "expo-router/entry",
"dependencies": {
"@expo/metro-runtime": "~56.0.18",
"@expo/react-native-action-sheet": "^4.1.1",
"@hookform/resolvers": "^5.5.8",
"@nanostores/react": "^1.1.0",
"@react-native-async-storage/async-storage": "2.2.0",
"@react-native-community/netinfo": "12.0.1",
"@xterm/addon-fit": "^0.11.0",
"@xterm/addon-web-links": "^0.12.0",
"@xterm/xterm": "^6.0.0",
"expo": "~56.0.18",
"expo-build-properties": "~56.0.24",
"expo-camera": "~56.0.8",
"expo-constants": "~56.0.22",
"expo-dev-client": "~56.0.24",
"expo-linking": "~56.0.16",
"expo-router": "~56.2.17",
"expo-secure-store": "~56.0.4",
"expo-status-bar": "~56.0.4",
"expo-system-ui": "~56.0.5",
"js-base64": "^3.9.2",
"nanostores": "^1.4.2",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-hook-form": "^7.84.0",
"react-native": "0.85.3",
"react-native-draggable-flatlist": "4.0.3",
"react-native-gesture-handler": "~2.31.1",
"react-native-reanimated": "4.3.1",
"react-native-safe-area-context": "~5.7.0",
"react-native-screens": "4.26.2",
"react-native-web": "^0.21.2",
"react-native-webview": "13.16.1",
"react-native-worklets": "0.8.3",
"tailwindcss": "^4.3.3",
"uniwind": "^1.10.1",
"zod": "^4.4.3"
},
"devDependencies": {
"@biomejs/biome": "^2.5.7",
"@expo/config-plugins": "~56.0.0",
"@types/bun": "^1.3.14",
"@types/react": "~19.2.18",
"concurrently": "^10.0.4",
"fallow": "^2.104.0",
"react-doctor": "0.9.5",
"typescript": "~6.0.3"
},
"scripts": {
"start": "expo start",
"android": "expo run:android",
"ios": "expo run:ios",
"web": "expo start --web",
"uniwind:generate": "uniwind generate-artifacts --css ./global.css --dts ./uniwind-types.d.ts",
"fmt": "biome format",
"lint": "biome lint",
"typecheck": "tsc --noEmit",
"test": "bun test src/",
"fallow": "fallow",
"fallow:dead-code": "fallow dead-code",
"fallow:dupes": "fallow dupes",
"fallow:health": "fallow health",
"doctor": "react-doctor",
"expo-check": "expo install --check",
"check": "concurrently --group --names fmt,lint,typecheck,test,fallow,doctor,expo --prefix-colors auto \"bun run fmt\" \"bun run lint\" \"bun run typecheck\" \"bun run test\" \"bun run fallow\" \"bun run doctor\" \"bun run expo-check\""
},
"private": true
}