mirror of
https://github.com/tips-of-mine/gestion-certificats2.git
synced 2025-06-28 08:08:43 +02:00
56 lines
1.7 KiB
JSON
56 lines
1.7 KiB
JSON
{
|
|
"name": "certificate-management-frontend",
|
|
"version": "2.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"lint:fix": "eslint . --ext ts,tsx --fix",
|
|
"format": "prettier --write \"src/**/*.{ts,tsx,css,json}\"",
|
|
"type-check": "tsc --noEmit",
|
|
"test": "vitest",
|
|
"test:ui": "vitest --ui",
|
|
"test:coverage": "vitest --coverage"
|
|
},
|
|
"dependencies": {
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-router-dom": "^6.20.1",
|
|
"react-query": "^3.39.3",
|
|
"axios": "^1.6.2",
|
|
"react-hook-form": "^7.48.2",
|
|
"react-hot-toast": "^2.4.1",
|
|
"lucide-react": "^0.294.0",
|
|
"clsx": "^2.0.0",
|
|
"tailwind-merge": "^2.1.0",
|
|
"date-fns": "^2.30.0",
|
|
"react-i18next": "^13.5.0",
|
|
"i18next": "^23.7.6",
|
|
"zustand": "^4.4.7",
|
|
"recharts": "^2.8.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.2.37",
|
|
"@types/react-dom": "^18.2.15",
|
|
"@typescript-eslint/eslint-plugin": "^6.10.0",
|
|
"@typescript-eslint/parser": "^6.10.0",
|
|
"@vitejs/plugin-react": "^4.1.1",
|
|
"eslint": "^8.53.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.4",
|
|
"prettier": "^3.1.0",
|
|
"tailwindcss": "^3.3.6",
|
|
"autoprefixer": "^10.4.16",
|
|
"postcss": "^8.4.32",
|
|
"typescript": "^5.2.2",
|
|
"vite": "^5.0.0",
|
|
"vitest": "^1.0.0",
|
|
"@vitest/ui": "^1.0.0",
|
|
"@vitest/coverage-v8": "^1.0.0",
|
|
"@testing-library/react": "^14.1.2",
|
|
"@testing-library/jest-dom": "^6.1.5",
|
|
"@testing-library/user-event": "^14.5.1"
|
|
}
|
|
} |