-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 2.11 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 2.11 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
{
"name": "fastcat",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"web:dev": "cross-env IS_DEV=true vite",
"web:build": "tsc && vite build",
"web:preview": "vite preview",
"tauri": "tauri",
"tarui:pre:dev": "cross-env IS_TAURI=true IS_DEV=true vite",
"tarui:pre:build": "cross-env IS_TAURI=true tsc && vite build",
"tauri:dev": "tauri dev",
"tauri:build": "tauri build"
},
"dependencies": {
"@heroui/react": "2.8.0-beta.10",
"@radix-ui/react-slot": "^1.2.3",
"@tanstack/react-query": "^5.81.2",
"@tanstack/react-router": "^1.121.41",
"@tauri-apps/api": "^2.6.0",
"@tauri-apps/plugin-deep-link": "^2.4.0",
"@tauri-apps/plugin-dialog": "^2.3.0",
"@tauri-apps/plugin-fs": "^2.4.0",
"@tauri-apps/plugin-http": "^2.5.0",
"@tauri-apps/plugin-log": "^2.6.0",
"@tauri-apps/plugin-os": "^2.3.0",
"@tauri-apps/plugin-shell": "^2.3.0",
"ahooks": "^3.8.5",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "12.19.1",
"i18next": "^25.2.1",
"jotai": "^2.12.5",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-error-boundary": "^6.0.0",
"react-i18next": "^15.5.3",
"react-icons": "^5.5.0",
"react-markdown": "^10.1.0",
"swr": "^2.3.3",
"tailwind-merge": "^3.3.1",
"tailwind-variants": "^1.0.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.25.67"
},
"devDependencies": {
"@react-types/shared": "^3.30.0",
"@tailwindcss/vite": "^4.1.11",
"@tanstack/react-router-devtools": "^1.121.41",
"@tanstack/router-plugin": "^1.121.41",
"@tauri-apps/cli": "^2.6.1",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react-swc": "^3.10.2",
"cross-env": "^7.0.3",
"globals": "^16.2.0",
"postcss": "^8.5.6",
"sass-embedded": "^1.89.2",
"tailwindcss": "4.1.11",
"typescript": "^5.8.3",
"unplugin-auto-import": "^19.3.0",
"vite": "^7.0.0",
"vite-plugin-sass-dts": "^1.3.31",
"vite-plugin-svgr": "^4.3.0",
"vite-tsconfig-paths": "^5.1.4"
},
"packageManager": "pnpm@10.12.4"
}