{ "name": "certctl-dashboard", "version": "1.0.0", "private": true, "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "preview": "vite preview", "test": "vitest run", "test:watch": "vitest", "e2e": "playwright test", "e2e:install": "playwright install --with-deps chromium", "storybook": "storybook dev -p 6006", "storybook:build": "storybook build", "generate": "orval --config ./orval.config.ts" }, "dependencies": { "@floating-ui/react": "^0.27.19", "@fontsource-variable/inter": "^5.2.8", "@fontsource/jetbrains-mono": "^5.2.8", "@headlessui/react": "^2.2.10", "@hookform/resolvers": "^5.2.2", "@tanstack/react-query": "^5.90.21", "cmdk": "^1.1.1", "lucide-react": "^1.16.0", "react": "^18.3.1", "react-dom": "^18.3.1", "react-hook-form": "^7.75.0", "react-router-dom": "^6.30.3", "recharts": "^3.8.0", "sonner": "^2.0.7", "zod": "^4.4.3" }, "devDependencies": { "@axe-core/react": "^4.11.3", "@playwright/test": "^1.49.0", "@storybook/addon-a11y": "^8.6.0", "@storybook/react-vite": "^8.6.0", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.2", "@types/jest-axe": "^3.5.9", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.1", "autoprefixer": "^10.4.27", "jest-axe": "^10.0.0", "jsdom": "^29.0.0", "orval": "^7.0.0", "postcss": "^8.5.8", "storybook": "^8.6.0", "tailwindcss": "^3.4.19", "typescript": "^5.9.3", "vite": "^8.0.10", "vitest": "^4.1.0" }, "overrides": { "picomatch": "^4.0.4", "lodash": ">=4.18.0" } }