-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.35 KB
/
Copy pathpackage.json
File metadata and controls
73 lines (73 loc) · 2.35 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
73
{
"name": "personal-os",
"version": "1.0.0",
"main": "expo-router/entry",
"scripts": {
"start": "expo start",
"ios": "expo run:ios",
"android": "expo run:android",
"web": "expo start --web",
"typecheck": "tsc --noEmit",
"test": "jest"
},
"jest": {
"preset": "jest-expo",
"transformIgnorePatterns": [
"node_modules/(?!((jest-)?react-native|@react-native(-community)?)|expo(nent)?|@expo(nent)?/.*|@expo-google-fonts/.*|react-navigation|@react-navigation/.*|@unimodules/.*|unimodules|sentry-expo|native-base|react-native-svg|zustand|@iconscout/.*)"
],
"modulePathIgnorePatterns": [
"<rootDir>/.claude/"
]
},
"dependencies": {
"@expo-google-fonts/baloo-2": "^0.4.2",
"@expo-google-fonts/be-vietnam-pro": "^0.4.1",
"@expo-google-fonts/ibm-plex-mono": "^0.2.3",
"@expo-google-fonts/ibm-plex-sans": "^0.2.3",
"@expo-google-fonts/quicksand": "^0.4.1",
"@expo/vector-icons": "^15.0.3",
"@iconscout/react-native-unicons": "^2.2.2",
"@react-native-async-storage/async-storage": "^2.2.0",
"@shopify/flash-list": "^2.3.2",
"@shopify/react-native-skia": "2.2.12",
"@supabase/supabase-js": "^2.109.0",
"assert": "^2.1.0",
"babel-preset-expo": "~54.0.10",
"expo": "^54.0.35",
"expo-asset": "~12.0.13",
"expo-blur": "~15.0.8",
"expo-file-system": "~19.0.23",
"expo-font": "~14.0.12",
"expo-haptics": "~15.0.8",
"expo-linear-gradient": "~15.0.8",
"expo-linking": "~8.0.12",
"expo-notifications": "^0.32.17",
"expo-router": "~6.0.24",
"expo-sharing": "~14.0.8",
"expo-splash-screen": "~31.0.13",
"expo-sqlite": "~16.0.10",
"expo-status-bar": "~3.0.9",
"expo-system-ui": "~6.0.9",
"prop-types": "^15.8.1",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-native": "0.81.5",
"react-native-gesture-handler": "~2.28.0",
"react-native-reanimated": "~4.1.1",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-svg": "15.12.1",
"react-native-url-polyfill": "^3.0.0",
"react-native-worklets": "0.5.1",
"zustand": "^5.0.2"
},
"devDependencies": {
"@testing-library/react-native": "^13.3.3",
"@types/jest": "^29.5.14",
"@types/react": "~19.1.10",
"jest": "^29.7.0",
"jest-expo": "~54.0.0",
"typescript": "^5.9.2"
},
"private": true
}