-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.2 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.2 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
{
"name": "lucid-lyrics",
"version": "1.0.0",
"description": "A simple lyrics extension",
"main": "src/index.tsx",
"type": "module",
"scripts": {
"dev": "deno run -A @builder/builder.ts --watch --copyToSpice",
"build": "deno run -A @builder/builder.ts --minify",
"check": "deno run -A npm:@biomejs/biome check --write"
},
"dependencies": {
"cyrillic-romanization": "^1.1.8",
"franc-min": "^6.2.0",
"kuroshiro": "^1.2.0",
"langs": "^2.0.0",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-color-palette": "^7.3.1",
"simplebar-react": "^3.3.2",
"zod": "^4.1.13",
"zustand": "^5.0.9",
"@tanstack/react-query": "^5.90.12",
"@tanstack/react-query-persist-client": "^5.90.14",
"@tanstack/query-async-storage-persister": "^5.90.14",
"idb-keyval": "^6.2.2",
"lz-string": "^1.5.0",
"node-vibrant": "^4.0.3",
"three": "^0.180.0",
"lucide-react": "^0.542.0",
"socket.io-client": "^4.8.1",
"esbuild": "^0.25.12",
"cssnano": "^7.1.2",
"postcss": "^8.5.6",
"autoprefixer": "^10.4.22"
},
"devDependencies": {
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@types/three": "^0.179.0"
}
}