Files
rehearshalhub/web/package.json

43 lines
1.1 KiB
JSON

{
"name": "rehearsalhub-web",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"test": "vitest run",
"test:watch": "vitest",
"typecheck": "tsc --noEmit",
"lint": "eslint src",
"check": "npm run typecheck && npm run lint"
},
"dependencies": {
"@tanstack/react-query": "^5.56.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.26.0",
"wavesurfer.js": "^7.8.0",
"zustand": "^4.5.5"
},
"devDependencies": {
"@eslint/js": "^9.39.4",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"eslint": "^9.9.0",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",
"jsdom": "^25.0.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.57.2",
"vite": "^5.4.1",
"vitest": "^2.1.1"
}
}