-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.15 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.15 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": "imessage-search-desktop",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"tauri:dev": "CI=false node scripts/tauri-dev.mjs",
"tauri:build": "CI=false npx tauri build --bundles app"
},
"dependencies": {
"@tanstack/react-virtual": "^3.13.18",
"@tauri-apps/api": "^2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"framer-motion": "^12.34.0",
"lucide-react": "^0.563.0",
"radix-ui": "^1.4.3",
"react": "^19.0.0",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"react-day-picker": "^9.13.2",
"react-dom": "^19.0.0",
"react-resizable-panels": "^2.1.7",
"tailwind-merge": "^3.4.0",
"tauri-plugin-liquid-glass-api": "^0.1.6"
},
"devDependencies": {
"@tailwindcss/vite": "^4",
"@tauri-apps/cli": "^2",
"@types/react": "^19",
"@types/react-dom": "^19",
"@vitejs/plugin-react": "^4.5.2",
"shadcn": "^3.8.4",
"tailwindcss": "^4",
"tw-animate-css": "^1.4.0",
"typescript": "^5.8",
"vite": "^6.3"
}
}