-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.48 KB
/
Copy pathpackage.json
File metadata and controls
78 lines (78 loc) · 2.48 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
74
75
76
77
78
{
"name": "notes",
"version": "1.0.0",
"private": true,
"main": "expo-router/entry",
"scripts": {
"android": "expo run:android",
"clean": "git clean -xdf .cache .expo .turbo android ios node_modules",
"dev": "expo run:android",
"eas-build-pre-install": "npm install -g corepack@latest --force && corepack prepare yarn@stable --activate",
"ios": "expo run:ios",
"lint": "expo lint",
"reset-project": "node ./scripts/reset-project.js",
"start": "expo start",
"web": "expo start --web"
},
"dependencies": {
"@better-auth/expo": "^1.6.22",
"@expo-google-fonts/inter": "^0.4.2",
"@expo-google-fonts/noto-serif": "^0.4.2",
"@expo-google-fonts/source-code-pro": "^0.4.1",
"@expo/html-elements": "^57.0.0",
"@expo/ui": "~57.0.10",
"@react-native-async-storage/async-storage": "2.2.0",
"better-auth": "^1.6.22",
"expo": "^57.0.12",
"expo-constants": "~57.0.10",
"expo-dev-client": "~57.0.11",
"expo-device": "~57.0.1",
"expo-font": "~57.0.1",
"expo-glass-effect": "~57.0.1",
"expo-image": "~57.0.2",
"expo-linking": "~57.0.5",
"expo-network": "~57.0.1",
"expo-router": "~57.0.12",
"expo-secure-store": "~57.0.1",
"expo-splash-screen": "~57.0.6",
"expo-status-bar": "~57.0.1",
"expo-symbols": "~57.0.2",
"expo-system-ui": "~57.0.2",
"expo-updates": "~57.0.13",
"expo-web-browser": "~57.0.2",
"nativewind": "^5.0.0-preview.4",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-native": "0.86.2",
"react-native-css": "^3.0.7",
"react-native-enriched-markdown": "^0.7.4",
"react-native-gesture-handler": "~2.32.0",
"react-native-reanimated": "4.5.1",
"react-native-safe-area-context": "~5.7.0",
"react-native-screens": "~4.26.0",
"react-native-svg": "15.15.4",
"react-native-web": "~0.21.0",
"react-native-worklets": "0.10.1",
"tailwind-merge": "^3.6.0",
"tailwind-variants": "^3.2.2",
"temporal-polyfill": "^1.0.1",
"zustand": "^5.0.14"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.3.3",
"@total-typescript/ts-reset": "^0.6.1",
"@types/react": "~19.2.2",
"@typescript/native": "npm:typescript@^7.0.2",
"oxfmt": "^0.59.0",
"oxlint": "^1.74.0",
"oxlint-tsgolint": "^7.0.2001",
"postcss": "^8.5.19",
"react-native-svg-transformer": "^1.5.3",
"tailwindcss": "^4.3.3",
"typescript": "~6.0.3"
},
"resolutions": {
"lightningcss": "1.30.1"
},
"packageManager": "yarn@4.18.0"
}