-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.16 KB
/
Copy pathpackage.json
File metadata and controls
75 lines (75 loc) · 2.16 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
{
"name": "pma",
"private": true,
"version": "1.0.3",
"type": "module",
"imports": {
"#/*": "./src/*"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"convex-dev": "bunx --bun convex dev"
},
"dependencies": {
"@base-ui/react": "^1.2.0",
"@convex-dev/react-query": "^0.1.0",
"@hugeicons/core-free-icons": "^3.1.1",
"@hugeicons/react": "^1.1.5",
"@tailwindcss/vite": "^4.2.0",
"@tanstack/react-devtools": "^0.9.6",
"@tanstack/react-form": "^1.28.3",
"@tanstack/react-query": "^5.90.21",
"@tanstack/react-router": "^1.161.3",
"@tanstack/react-router-devtools": "^1.161.3",
"@tanstack/react-router-ssr-query": "^1.161.3",
"@tanstack/react-start": "^1.161.3",
"@tanstack/react-table": "^8.21.3",
"@tanstack/router-plugin": "^1.161.3",
"@tauri-apps/api": "^2.10.1",
"@tauri-apps/plugin-autostart": "~2",
"@tauri-apps/plugin-dialog": "~2",
"@tauri-apps/plugin-fs": "~2",
"@tauri-apps/plugin-opener": "^2",
"@tauri-apps/plugin-os": "~2",
"@tauri-apps/plugin-process": "~2",
"@tauri-apps/plugin-updater": "~2",
"@tauri-apps/plugin-websocket": "~2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"convex": "^1.32.0",
"date-fns": "^4.1.0",
"jspdf": "^4.2.0",
"jspdf-autotable": "^5.0.7",
"nitro": "^3.0.1-alpha.2",
"radix-ui": "^1.4.3",
"react": "^19.2.4",
"react-day-picker": "^9.13.2",
"react-dom": "^19.2.4",
"recharts": "^3.7.0",
"shadcn": "^3.8.5",
"sonner": "^2.0.7",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.0",
"tauri-controls": "^0.4.0",
"tw-animate-css": "^1.4.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@tanstack/devtools-vite": "^0.5.1",
"@tauri-apps/cli": "^2",
"@types/node": "^25.3.0",
"@types/react": "~19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.4",
"jsdom": "^28.1.0",
"typescript": "~5.9.3",
"vite": "^7.3.1",
"vite-plugin-commonjs-externals": "^0.1.4",
"vite-tsconfig-paths": "^6.1.1",
"vitest": "^4.0.18",
"web-vitals": "^5.1.0"
}
}