{ "name": "frontend", "version": "0.2.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "eslint", "test": "vitest run", "test:watch": "vitest" }, "dependencies": { "@xyflow/react": "^12.10.1", "lucide-react": "^0.575.0", "nanoid": "^5.1.6", "next": "16.1.6", "react": "19.2.3", "react-dom": "19.2.3", "zustand": "^5.0.11" }, "devDependencies": { "@tailwindcss/postcss": "^4", "@testing-library/jest-dom": "^6.0.0", "@testing-library/react": "^16.0.0", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "eslint": "^9", "eslint-config-next": "16.1.6", "jsdom": "^25.0.0", "tailwindcss": "^4", "typescript": "^5", "vitest": "^3.0.0" } }