fastcheck/package.json
2026-06-10 08:33:09 -04:00

84 lines
2.5 KiB
JSON

{
"name": "duxiter-fast-check",
"private": true,
"version": "1.6.30",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"test:ci": "jest --ci --coverage --watchAll=false",
"test:frontend": "jest",
"test:backend": "cd server && npm test",
"test:all": "npm run test:frontend && npm run test:backend",
"test:all:coverage": "npm run test:coverage && cd server && npm run test:coverage",
"test:all:ci": "npm run test:ci && cd server && npm run test:ci"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@headlessui/react": "^1.7.19",
"@heroicons/react": "^2.2.0",
"@mui/icons-material": "^7.3.2",
"@mui/material": "^7.3.2",
"@tailwindcss/typography": "^0.5.16",
"@types/lodash": "^4.17.17",
"@types/qrcode": "^1.5.5",
"axios": "^1.11.0",
"chart.js": "^4.4.1",
"date-fns": "^4.1.0",
"html2canvas": "^1.4.1",
"i18next": "^23.16.8",
"i18next-browser-languagedetector": "^7.2.1",
"jspdf": "^3.0.3",
"lodash": "^4.17.21",
"lucide-react": "^0.344.0",
"oidc-provider": "^9.5.1",
"qrcode": "^1.5.4",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.1",
"react-dropzone": "^14.3.8",
"react-hot-toast": "^2.5.2",
"react-i18next": "^13.0.2",
"react-markdown": "^10.1.0",
"react-router-dom": "^6.22.1",
"react-table": "^7.8.0",
"recharts": "^3.1.2",
"remark-gfm": "^4.0.1",
"xlsx": "^0.18.5",
"zod": "^3.22.4"
},
"devDependencies": {
"@eslint/js": "^9.9.1",
"@testing-library/jest-dom": "^6.8.0",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/jest": "^29.5.14",
"@types/jspdf": "^1.3.3",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/react-table": "^7.7.19",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.18",
"eslint": "^9.9.1",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.11",
"globals": "^15.9.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^30.1.2",
"jest-transform-stub": "^2.0.0",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"ts-jest": "^29.3.3",
"typescript": "^5.5.3",
"typescript-eslint": "^8.3.0",
"vite": "^5.4.21"
}
}