{ "name": "frontend", "private": true, "version": "0.1.0", "type": "module", "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "storybook": "storybook dev -p 6006", "build-storybook": "storybook build" }, "dependencies": { "@tanstack/react-query": "^5.90.21", "axios": "^1.13.5", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "date-fns": "^4.1.0", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.5.2", "globals": "^17.3.0", "lightweight-charts": "^5.1.0", "lucide-react": "^0.575.0", "next": "^15.1.0", "radix-ui": "^1.4.3", "react": "^19.0.0", "react-dom": "^19.0.0", "tailwind-merge": "^3.5.0", "zustand": "^5.0.11" }, "devDependencies": { "@eslint/js": "^9.39.1", "@types/node": "^24.10.14", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "eslint": "^9.39.1", "eslint-config-next": "^15.1.0", "postcss": "^8.5.1", "tailwindcss": "^4.2.1", "typescript": "~5.9.3", "storybook": "^10.2.13", "@storybook/nextjs-vite": "^10.2.13", "@chromatic-com/storybook": "^5.0.1", "@storybook/addon-vitest": "^10.2.13", "@storybook/addon-a11y": "^10.2.13", "@storybook/addon-docs": "^10.2.13", "@storybook/addon-onboarding": "^10.2.13", "vite": "^7.3.1", "eslint-plugin-storybook": "^10.2.13", "vitest": "^4.0.18", "playwright": "^1.58.2", "@vitest/browser-playwright": "^4.0.18", "@vitest/coverage-v8": "^4.0.18" } }