-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
114 lines (114 loc) · 3.99 KB
/
package.json
File metadata and controls
114 lines (114 loc) · 3.99 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"name": "skillspark",
"main": "expo-router/entry",
"version": "1.0.0",
"license": "Apache-2.0",
"scripts": {
"dev": "expo start",
"dev:android": "expo start -c --android",
"android": "bun expo run:android",
"ios": "expo run:ios",
"build:web": "expo export --platform web",
"prebuild:copy-assets": "mkdir -p android/app/src/main/assets && cp face_landmarker.task android/app/src/main/assets/",
"build:android": "bun run prebuild:copy-assets && eas build --platform android --profile production",
"build:android-local": "bun run prebuild:copy-assets && cd android && ./gradlew assembleRelease",
"build:apk": "bun run prebuild:copy-assets && eas build --platform android --profile production",
"format": "biome check --no-errors-on-unmatched --apply .",
"db:generate": "bun drizzle-kit generate",
"db:migrate": "bun db/migrate.ts",
"expo-check": "bun expo install --check"
},
"dependencies": {
"@expo-google-fonts/inter": "^0.4.0",
"@google/generative-ai": "^0.24.1",
"@gorhom/bottom-sheet": "^5.1.6",
"@hookform/resolvers": "^3.10.0",
"@langchain/core": "^1.1.8",
"@langchain/langgraph": "^1.0.7",
"@paralleldrive/cuid2": "^2.2.2",
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-alert-dialog": "^1.1.4",
"@radix-ui/react-checkbox": "^1.1.3",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-progress": "^1.1.1",
"@radix-ui/react-radio-group": "^1.2.2",
"@radix-ui/react-select": "^2.1.4",
"@radix-ui/react-switch": "^1.1.2",
"@radix-ui/react-toggle": "^1.1.1",
"@radix-ui/react-toggle-group": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.6",
"@react-navigation/native": "^7.0.14",
"@shopify/flash-list": "2.0.2",
"@tanstack/react-query": "^5.90.12",
"babel-plugin-inline-import": "^3.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"drizzle-orm": "^0.43.1",
"drizzle-zod": "^0.5.1",
"expo": "^54.0.0",
"expo-av": "~16.0.8",
"expo-camera": "^17.0.10",
"expo-constants": "~18.0.9",
"expo-dev-client": "~6.0.20",
"expo-drizzle-studio-plugin": "^0.2.1",
"expo-file-system": "^19.0.21",
"expo-font": "~14.0.8",
"expo-image-manipulator": "^14.0.8",
"expo-intent-launcher": "~13.0.7",
"expo-linear-gradient": "^15.0.8",
"expo-linking": "~8.0.8",
"expo-navigation-bar": "~5.0.8",
"expo-notifications": "~0.32.12",
"expo-router": "~6.0.10",
"expo-secure-store": "~15.0.8",
"expo-splash-screen": "~31.0.10",
"expo-sqlite": "~16.0.8",
"expo-status-bar": "~3.0.8",
"expo-system-ui": "~6.0.7",
"expo-web-browser": "~15.0.8",
"face-landmarks": "file:./modules/face-landmarks",
"gh-pages": "^6.3.0",
"groq-sdk": "^0.37.0",
"lucide-react-native": "^0.514.0",
"nativewind": "^4.1.23",
"next-themes": "^0.4.6",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-hook-form": "^7.54.2",
"react-native": "0.81.4",
"react-native-gesture-handler": "~2.28.0",
"react-native-mmkv": "^3.3.3",
"react-native-reanimated": "^4.2.1",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-svg": "15.12.1",
"react-native-vision-camera": "^4.7.3",
"react-native-web": "^0.21.0",
"react-native-worklets": "^0.7.0",
"react-native-worklets-core": "^1.3.3",
"sql.js": "^1.13.0",
"svd-js": "^1.1.1",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"vision-camera-resize-plugin": "^3.2.0",
"zod": "^3.24.1",
"zustand": "^4.5.6"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/runtime": "^7.26.0",
"@types/react": "~19.1.10",
"@types/sql.js": "^1.4.9",
"drizzle-kit": "^0.31.1",
"expo-module-scripts": "^5.0.8",
"tailwindcss": "3.4.1",
"typescript": "~5.9.2"
},
"trustedDependencies": [
"tailwindcss",
"nativewind"
],
"private": true
}