-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.61 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.61 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
{
"name": "one-box",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"tauri": "deno task tauri"
},
"dependencies": {
"@tailwindcss/vite": "^4.3.0",
"@tauri-apps/api": "^2.11.0",
"@tauri-apps/plugin-autostart": "^2.5.1",
"@tauri-apps/plugin-clipboard-manager": "~2.3.2",
"@tauri-apps/plugin-deep-link": "~2.4.9",
"@tauri-apps/plugin-dialog": "^2.7.1",
"@tauri-apps/plugin-fs": "~2.5.1",
"@tauri-apps/plugin-http": "~2.5.9",
"@tauri-apps/plugin-log": "~2.8.0",
"@tauri-apps/plugin-opener": "^2.5.4",
"@tauri-apps/plugin-os": "~2.3.2",
"@tauri-apps/plugin-process": "^2.3.1",
"@tauri-apps/plugin-shell": "~2.3.5",
"@tauri-apps/plugin-sql": "~2.4.0",
"@tauri-apps/plugin-store": "~2.4.3",
"@tauri-apps/plugin-updater": "^2.10.1",
"@tauri-apps/plugin-window-state": "^2.4.1",
"bytes": "^3.1.2",
"clsx": "^2.1.1",
"framer-motion": "^12.40.0",
"jsonc": "^2.0.0",
"jsonc-parser": "^3.3.1",
"react": "^19.2.7",
"react-bootstrap-icons": "^1.11.6",
"react-dom": "^19.2.7",
"sonner": "^2.0.7",
"swr": "^2.4.1",
"tailwindcss": "^4.3.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@tauri-apps/cli": "^2.11.2",
"@types/bytes": "^3.1.5",
"@types/node": "^25.9.2",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@types/unzipper": "^0.10.11",
"@vitejs/plugin-react": "^5.2.0",
"@vitest/coverage-v8": "^3.2.6",
"husky": "^9.1.7",
"tar": "^7.5.16",
"typescript": "~5.9.3",
"unzipper": "^0.12.3",
"vite": "^7.3.5",
"vitest": "^3.2.6"
}
}