-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) 路 1.9 KB
/
Copy pathpackage.json
File metadata and controls
68 lines (68 loc) 路 1.9 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
{
"name": "taurus-viewer",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"shadcn": "shadcn",
"preview": "vite preview",
"tauri": "tauri",
"fmt": "biome format --write src",
"typecheck": "tsc --noEmit -p tsconfig.json",
"lint": "biome lint --write src",
"test": "vitest run",
"test:e2e": "wdio run wdio.conf.ts"
},
"dependencies": {
"@base-ui/react": "^1.6.0",
"@radix-ui/react-slot": "^1.3.3",
"@shadcn/react": "^0.2.1",
"@tanstack/react-form": "^1.33.3",
"@tanstack/react-query": "^5.101.4",
"@tanstack/react-router": "^1.170.18",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-dialog": "~2.7.2",
"@tauri-apps/plugin-fs": "^2.5.1",
"@tauri-apps/plugin-log": "~2.9.0",
"@tauri-apps/plugin-opener": "^2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.4.0",
"embla-carousel-react": "^8.6.0",
"foliate-js": "^1.0.1",
"lucide-react": "^1.28.0",
"next-themes": "^0.4.6",
"radix-ui": "^1.6.7",
"react": "^19.1.0",
"react-day-picker": "^10.0.1",
"react-dom": "^19.1.0",
"react-resizable-panels": "^4.12.2",
"sonner": "^2.0.7",
"tailwind-merge": "^3.6.0",
"vaul": "^1.1.2",
"zustand": "^5.0.14"
},
"devDependencies": {
"@tailwindcss/vite": "^4.3.3",
"@tanstack/router-plugin": "^1.168.23",
"@tauri-apps/cli": "^2",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@vitejs/plugin-react": "^4.6.0",
"@wdio/cli": "^9.30.1",
"@wdio/local-runner": "^9.30.1",
"@wdio/mocha-framework": "^9.30.1",
"@wdio/types": "^9.30.1",
"biome": "^0.3.3",
"jsdom": "^30.0.1",
"playwright": "^1.62.1",
"shadcn": "^4.16.1",
"tailwindcss": "^4.3.3",
"typescript": "~5.8.3",
"vite": "^7.0.4",
"vitest": "^4.1.10"
}
}