-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.69 KB
/
package.json
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
{
"name": "music-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@phosphor-icons/react": "^2.0.15",
"@radix-ui/react-context-menu": "^2.1.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-tooltip": "^1.0.7",
"@tanstack/react-query": "^5.8.4",
"@tanstack/react-table": "^8.10.7",
"@tanstack/react-virtual": "^3.0.0-alpha.0",
"@tauri-apps/api": "^1.5.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"date-fns": "^2.30.0",
"immer": "^10.0.3",
"jotai": "^2.5.1",
"jotai-effect": "^0.2.3",
"jotai-immer": "^0.2.0",
"lucide-react": "^0.292.0",
"million": "latest",
"music-metadata-browser": "^2.5.10",
"next": "14.0.2",
"react": "^18",
"react-dom": "^18",
"react-fast-marquee": "^1.6.2",
"react-icons": "^4.12.0",
"react-sticky-el": "^2.1.0",
"rooks": "^7.14.1",
"solito": "^4.1.3",
"tailwind-merge": "^2.0.0",
"tailwind-variants": "^0.1.18",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-radix": "^2.8.0",
"tauri-plugin-store-api": "https://github.com/tauri-apps/tauri-plugin-store#v1",
"use-resize-observer": "^9.1.0"
},
"devDependencies": {
"@biomejs/biome": "1.3.3",
"@swc-jotai/react-refresh": "^0.1.0",
"@tauri-apps/cli": "^1.5.6",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.2",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}