-
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.3 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.3 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": "@-/chord-monorepo",
"private": true,
"version": "0.1.0-alpha.1",
"type": "module",
"imports": {
"#/*": "./src/*"
},
"scripts": {
"dev": "RUST_BACKTRACE=full tauri dev --no-watch",
"vite-dev": "vite",
"build": "tsc && vite build",
"build-dmg": "bun tauri build --bundles dmg",
"preview": "vite preview",
"tauri": "tauri",
"generate-patches": "bunx codemod@latest jssg test -l typescript ./scripts/codemod.ts",
"gen-types": "typeshare ./src-tauri --lang=typescript --output-file=src/types/generated.ts"
},
"dependencies": {
"@base-ui/react": "^1.3.0",
"@fontsource-variable/geist": "^5.2.8",
"@headless-tree/core": "^1.6.3",
"@headless-tree/react": "^1.6.3",
"@mittwald/react-use-promise": "^4.2.2",
"@tanstack/react-devtools": "^0.10.0",
"@tanstack/react-router": "^1.168.2",
"@tanstack/react-router-devtools": "^1.166.11",
"@tanstack/router-plugin": "^1.167.3",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-autostart": "^2.5.1",
"@tauri-apps/plugin-global-shortcut": "^2.3.1",
"@tauri-apps/plugin-log": "^2",
"@tauri-apps/plugin-opener": "^2",
"@tauri-apps/plugin-store": "~2",
"@types/bun": "^1.3.10",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"desm": "^1.3.1",
"embla-carousel-react": "^8.6.0",
"input-otp": "^1.4.2",
"lucide-react": "^0.577.0",
"next-themes": "^0.4.6",
"pretty-key": "^0.2.0",
"radix-ui": "^1.4.3",
"react": "^18.3.1",
"react-day-picker": "^9.14.0",
"react-dom": "^18.3.1",
"react-resizable-panels": "^4.7.3",
"readdirp": "^5.0.0",
"recharts": "2.15.4",
"shadcn": "^4.0.8",
"smol-toml": "^1.6.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.2.1",
"tauri-plugin-macos-permissions-api": "^2.3.0",
"tauri-plugin-user-input-api": "0.1.1",
"taurpc": "^1.8.1",
"tw-animate-css": "^1.4.0",
"vaul": "^1.1.2"
},
"devDependencies": {
"@codemod.com/jssg-types": "latest",
"@tailwindcss/vite": "^4.2.1",
"@tauri-apps/cli": "^2",
"@types/node": "^25.5.0",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "5.9.3",
"vite": "^6.0.3"
}
}