erp-core-frontend-v2/package.json

54 lines
1.5 KiB
JSON

{
"name": "@erp-generic/frontend-web",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"lint:fix": "eslint . --ext ts,tsx --fix",
"test": "vitest",
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.28.0",
"zustand": "^5.0.1",
"axios": "^1.7.7",
"react-hook-form": "^7.53.2",
"@hookform/resolvers": "^3.9.1",
"zod": "^3.23.8",
"clsx": "^2.1.1",
"tailwind-merge": "^2.5.4",
"class-variance-authority": "^0.7.1",
"lucide-react": "^0.460.0",
"date-fns": "^4.1.0",
"framer-motion": "^11.11.17"
},
"devDependencies": {
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/node": "^22.9.0",
"@vitejs/plugin-react": "^4.3.3",
"vite": "^5.4.11",
"typescript": "^5.6.3",
"tailwindcss": "^3.4.15",
"postcss": "^8.4.49",
"autoprefixer": "^10.4.20",
"@tailwindcss/forms": "^0.5.9",
"eslint": "^8.57.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"vitest": "^2.1.5",
"@testing-library/react": "^16.0.1",
"@testing-library/jest-dom": "^6.6.3",
"jsdom": "^25.0.1"
}
}