-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.55 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.55 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
{
"name": "zyleta-karaoke",
"private": true,
"version": "1.0.0",
"type": "module",
"description": "Żyleta Karaoke — Song list website",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest",
"lint": "eslint src/ --max-warnings 0",
"format": "prettier --write \"src/**/*.{ts,tsx,css,json}\"",
"update-songs": "npx tsx pipeline/process-filelist.ts"
},
"dependencies": {
"@tanstack/react-virtual": "^3.11.0",
"configcat-js": "^9.0.0",
"fuse.js": "^7.0.0",
"i18next": "^24.0.0",
"react": "^18.3.0",
"react-dom": "^18.3.0",
"react-i18next": "^15.1.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@eslint/css": "^0.14.1",
"@eslint/js": "^9.39.4",
"@eslint/json": "^0.14.0",
"@testing-library/jest-dom": "^6.6.0",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.0",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
"@types/sharp": "^0.31.1",
"@vitejs/plugin-react": "^4.3.0",
"eslint": "^9.0.0",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.0",
"eslint-plugin-react-you-might-not-need-an-effect": "^0.9.2",
"globals": "^17.4.0",
"jiti": "^2.6.1",
"jsdom": "^25.0.0",
"prettier": "^3.4.0",
"sharp": "^0.34.5",
"tsx": "^4.19.0",
"typescript": "^5.6.0",
"typescript-eslint": "^8.57.0",
"vite": "^6.0.0",
"vitest": "^2.1.0"
}
}