{ "name": "auto-trade", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev --port 3001 --turbopack", "build": "next build", "start": "next start", "lint": "eslint", "test:autotrade:unit": "tsx --test tests/autotrade/*.test.ts", "test:autotrade:smoke": "node scripts/autotrade-dev-smoke.mjs", "test:autotrade:lifecycle": "node scripts/autotrade-session-e2e.mjs", "worker:autotrade": "node scripts/autotrade-worker.mjs", "worker:autotrade:once": "node scripts/autotrade-worker.mjs --once", "worker:autotrade:dev": "node --env-file=.env.local scripts/autotrade-worker.mjs", "worker:autotrade:once:dev": "node --env-file=.env.local scripts/autotrade-worker.mjs --once", "sync:stocks": "node scripts/sync-korean-stocks.mjs", "sync:stocks:check": "node scripts/sync-korean-stocks.mjs --check" }, "dependencies": { "@hookform/resolvers": "^5.2.2", "@radix-ui/react-alert-dialog": "^1.1.15", "@radix-ui/react-checkbox": "^1.3.3", "@radix-ui/react-dropdown-menu": "^2.1.16", "@radix-ui/react-label": "^2.1.8", "@radix-ui/react-separator": "^1.1.8", "@radix-ui/react-slot": "^1.2.4", "@splinetool/react-spline": "^4.1.0", "@splinetool/runtime": "^1.12.50", "@supabase/ssr": "^0.8.0", "@supabase/supabase-js": "^2.93.3", "@tanstack/react-query": "^5.90.20", "@tanstack/react-query-devtools": "^5.91.3", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "framer-motion": "^12.31.0", "lightweight-charts": "^5.1.0", "lucide-react": "^0.563.0", "next": "16.1.6", "next-themes": "^0.4.6", "radix-ui": "^1.4.3", "react": "19.2.3", "react-dom": "19.2.3", "react-hook-form": "^7.71.1", "sonner": "^2.0.7", "tailwind-merge": "^3.4.0", "tailwindcss-animate": "^1.0.7", "tw-animate-css": "^1.4.0", "zod": "^4.3.6", "zustand": "^5.0.11" }, "devDependencies": { "@playwright/test": "^1.58.1", "@tailwindcss/postcss": "^4", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "babel-plugin-react-compiler": "1.0.0", "eslint": "^9", "eslint-config-next": "16.1.6", "tailwindcss": "^4", "tsx": "^4.20.6", "typescript": "^5" } }