-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.17 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.17 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": "yee-music",
"private": true,
"version": "0.3.2",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"tbuild": "tauri build",
"tdev": "tauri dev"
},
"dependencies": {
"@base-ui/react": "^1.2.0",
"@bradleyhodges/sfsymbols": "^7.0.4",
"@bradleyhodges/sfsymbols-react": "^7.0.4",
"@fluentui/react-icons": "^2.0.316",
"@paper-design/shaders-react": "^0.0.71",
"@tabler/icons-react": "^3.36.1",
"@tauri-apps/api": "^2.10.1",
"@tauri-apps/plugin-dialog": "^2.6.0",
"@tauri-apps/plugin-opener": "^2.5.3",
"@tauri-apps/plugin-process": "~2.3.1",
"@tauri-apps/plugin-store": "~2.4.2",
"@tauri-apps/plugin-updater": "~2.10.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"embla-carousel-react": "^8.6.0",
"extract-colors": "^4.2.1",
"framer-motion": "^12.29.2",
"howler": "^2.2.4",
"idb-keyval": "^6.2.2",
"lucide-react": "^0.563.0",
"motion": "^12.33.0",
"next-themes": "^0.4.6",
"node-vibrant": "^4.0.4",
"radix-ui": "^1.4.3",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-easy-crop": "^5.5.6",
"react-hotkeys-hook": "^5.2.4",
"react-router-dom": "^6.22.3",
"react-virtuoso": "^4.18.3",
"react-window": "^2.2.7",
"shadcn": "^4.3.1",
"sonner": "^2.0.7",
"swr": "^2.4.0",
"tailwind-merge": "^3.4.0",
"tw-animate-css": "^1.4.0",
"zustand": "^5.0.10"
},
"devDependencies": {
"@actions/github": "^6.0.1",
"@biomejs/biome": "^2.4.4",
"@tailwindcss/postcss": "^4.2.0",
"@tauri-apps/cli": "^2.10.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.2",
"@types/chroma-js": "^3.1.2",
"@types/howler": "^2.2.12",
"@types/node": "^25.3.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/react-window": "^2.0.0",
"@vitejs/plugin-react": "^5.1.4",
"eslint": "^9",
"jsdom": "^28.1.0",
"node-fetch": "^3.3.2",
"tailwindcss": "^4.2.0",
"typescript": "~5.9.3",
"vite": "^7.0.4",
"vite-tsconfig-paths": "^6.1.1",
"vitest": "^4.0.18"
}
}