-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.91 KB
/
Copy pathpackage.json
File metadata and controls
67 lines (67 loc) · 1.91 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
{
"name": "artistgrid",
"version": "3.0.4",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vitest run && vite build",
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest",
"format": "bun run scripts/format.ts",
"release": "node scripts/release.mjs",
"doctor": "npx react-doctor@latest"
},
"dependencies": {
"@ffmpeg/ffmpeg": "^0.12.15",
"@ffmpeg/util": "^0.12.2",
"@kawarp/core": "^1.2.0",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-progress": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.3.1",
"@radix-ui/react-tabs": "^1.1.15",
"@radix-ui/react-toast": "^1.2.15",
"@sentry/react": "^10.63.0",
"@tanstack/react-virtual": "^3.14.5",
"@uimaxbai/am-lyrics": "^1.5.5",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"framer-motion": "^12.42.2",
"fuse.js": "^7.1.0",
"jszip": "^3.10.1",
"lrclib-api": "^2.0.4",
"lucide-react": "^0.556.0",
"qrcode.react": "^4.2.0",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-router-dom": "^6.30.0",
"spark-md5": "^3.0.2",
"tailwind-merge": "^3.4.0",
"vanilla-tilt": "^1.8.1"
},
"devDependencies": {
"@swc/core": "^1.15.47",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^22",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/spark-md5": "^3.0.5",
"@vitejs/plugin-react-swc": "^4.3.3",
"esbuild": "^0.21.5",
"fake-indexeddb": "^6.2.5",
"jsdom": "^29.1.1",
"postcss": "^8.5.26",
"postcss-load-config": "^6.0.1",
"prettier": "^3.8.3",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5",
"vite": "^5.4.19",
"vite-plugin-pwa": "^1.3.0",
"vitest": "^4.1.9"
}
}