{ "name": "@template-saas/frontend", "version": "1.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "preview": "vite preview", "lint": "eslint src --report-unused-disable-directives", "format": "prettier --write \"src/**/*.{ts,tsx,css}\"", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "test:ui": "vitest --ui", "test:e2e": "playwright test", "test:e2e:ui": "playwright test --ui", "test:e2e:headed": "playwright test --headed", "test:e2e:report": "playwright show-report" }, "dependencies": { "@tanstack/react-query": "^5.62.16", "axios": "^1.7.9", "clsx": "^2.1.1", "date-fns": "^3.6.0", "lucide-react": "^0.468.0", "qrcode.react": "^4.2.0", "react": "^19.0.0", "react-dom": "^19.0.0", "react-hook-form": "^7.54.2", "react-hot-toast": "^2.5.1", "react-router-dom": "^7.1.1", "recharts": "^2.15.0", "zustand": "^5.0.2" }, "devDependencies": { "@playwright/test": "^1.40.0", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.1", "@testing-library/user-event": "^14.6.1", "@types/node": "^22.10.5", "@types/qrcode.react": "^1.0.5", "@types/react": "^19.0.2", "@types/react-dom": "^19.0.2", "@typescript-eslint/eslint-plugin": "^8.53.0", "@typescript-eslint/parser": "^8.53.0", "@vitejs/plugin-react": "^4.3.4", "@vitest/coverage-v8": "^4.0.17", "autoprefixer": "^10.4.20", "eslint": "^9.17.0", "eslint-plugin-react-hooks": "^5.1.0", "eslint-plugin-react-refresh": "^0.4.16", "globals": "^17.0.0", "jsdom": "^27.4.0", "postcss": "^8.4.49", "prettier": "^3.4.2", "tailwindcss": "^3.4.17", "typescript": "^5.7.2", "vite": "^6.0.6", "vitest": "^4.0.17" } }