mirror of
https://github.com/readur/readur.git
synced 2025-12-30 11:00:17 -06:00
63 lines
1.9 KiB
JSON
63 lines
1.9 KiB
JSON
{
|
|
"name": "readur-frontend",
|
|
"version": "2.5.3",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"test": "vitest",
|
|
"test:unit": "vitest --run --config vitest.unit.config.ts",
|
|
"test:integration": "vitest --run --config vitest.integration.config.ts",
|
|
"test:unit:watch": "vitest --config vitest.unit.config.ts",
|
|
"test:integration:watch": "vitest --config vitest.integration.config.ts",
|
|
"test:e2e": "playwright test",
|
|
"test:e2e:ui": "playwright test --ui",
|
|
"test:e2e:headed": "playwright test --headed",
|
|
"test:e2e:debug": "playwright test --debug",
|
|
"type-check": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@emotion/react": "^11.14.0",
|
|
"@emotion/styled": "^11.14.0",
|
|
"@heroicons/react": "^2.0.16",
|
|
"@mui/icons-material": "^7.1.1",
|
|
"@mui/lab": "^7.0.0-beta.13",
|
|
"@mui/material": "^7.1.1",
|
|
"@mui/x-date-pickers": "^8.5.1",
|
|
"@types/uuid": "^11.0.0",
|
|
"axios": "^1.3.0",
|
|
"date-fns": "^4.1.0",
|
|
"eventemitter3": "^5.0.1",
|
|
"i18next": "^25.5.3",
|
|
"i18next-browser-languagedetector": "^8.2.0",
|
|
"i18next-http-backend": "^3.0.2",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"react-dropzone": "^14.2.3",
|
|
"react-hook-form": "^7.43.0",
|
|
"react-i18next": "^16.0.0",
|
|
"react-router-dom": "^7.0.0",
|
|
"uuid": "^13.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.53.0",
|
|
"@testing-library/jest-dom": "^6.0.0",
|
|
"@testing-library/react": "^16.0.0",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@types/react": "^19.0.0",
|
|
"@types/react-dom": "^19.0.0",
|
|
"@vitejs/plugin-react": "^5.0.0",
|
|
"autoprefixer": "^10.4.14",
|
|
"jsdom": "^26.1.0",
|
|
"postcss": "^8.4.21",
|
|
"tailwindcss": "^4.0.0",
|
|
"typescript": "^5.8.3",
|
|
"vite": "^7.0.0",
|
|
"vite-plugin-pwa": "^1.1.0",
|
|
"vitest": "^0.28.0",
|
|
"workbox-window": "^7.3.0"
|
|
}
|
|
}
|