-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.11 KB
/
Copy pathpackage.json
File metadata and controls
76 lines (76 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
70
71
72
73
74
75
76
{
"name": "sqratch",
"private": false,
"version": "0.1.0",
"type": "module",
"license": "GPL-3.0",
"scripts": {
"dev:vite": "bunx --bun vite",
"dev": "tauri dev",
"deve": "tauri dev -- -- ../example",
"build:vite": "vite build",
"build": "tauri build",
"preview": "vite preview",
"tauri": "tauri",
"cargo": "cd src-tauri && cargo"
},
"dependencies": {
"@floating-ui/react": "^0.27.8",
"@headless-tree/core": "^1.2.0",
"@headless-tree/react": "^1.2.0",
"@legendapp/state": "^3.0.0-beta.31",
"@lukemorales/query-key-factory": "^1.3.4",
"@radix-ui/react-scroll-area": "^1.2.9",
"@tanstack/match-sorter-utils": "^8.19.4",
"@tanstack/react-query": "^5.76.0",
"@tanstack/react-router": "^1.120.3",
"@tanstack/router-plugin": "^1.120.3",
"@tauri-apps/api": "^2.5.0",
"@tauri-apps/plugin-cli": "^2.2.0",
"@tauri-apps/plugin-dialog": "^2.2.1",
"@tauri-apps/plugin-fs": "^2.2.1",
"@tauri-apps/plugin-log": "~2",
"@tauri-apps/plugin-opener": "^2.2.6",
"@tauri-apps/plugin-window-state": "~2.2.2",
"allotment": "^1.20.3",
"change-case": "^5.4.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"input-otp": "^1.4.2",
"jsurl2": "^2.2.0",
"lru-cache": "^11.1.0",
"lucide-react": "^0.509.0",
"motion": "^12.19.1",
"react": "^19.1.0",
"react-day-picker": "^9.6.7",
"react-dom": "^19.1.0",
"react-hotkeys-hook": "^5.0.1",
"sonner": "^2.0.3",
"tailwind-merge": "^3.2.0",
"taurpc": "^1.8.1",
"zod": "^3.24.4"
},
"devDependencies": {
"@biomejs/biome": "^2.0.5",
"@tailwindcss/vite": "^4.1.11",
"@tanstack/react-query-devtools": "^5.75.7",
"@tanstack/react-router-devtools": "^1.120.3",
"@tauri-apps/cli": "^2.6.1",
"@total-typescript/ts-reset": "^0.6.1",
"@types/node": "^22.15.33",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.6.0",
"autoprefixer": "^10.4.21",
"bun-types": "latest",
"daisyui": "^5.0.43",
"postcss": "^8.5.6",
"tailwind-scrollbar": "^4.0.2",
"tailwindcss": "^4.1.11",
"type-fest": "latest",
"typescript": "~5.8.3",
"vite": "^6.3.5"
}
}