Spaces:
Sleeping
Sleeping
| { | |
| "name": "codex", | |
| "private": true, | |
| "version": "0.0.0", | |
| "type": "module", | |
| "scripts": { | |
| "dev": "vite", | |
| "build": "tsc -b && vite build", | |
| "lint": "eslint .", | |
| "preview": "vite preview", | |
| "check": "tsc -b --noEmit" | |
| }, | |
| "dependencies": { | |
| "clsx": "^2.1.1", | |
| "framer-motion": "^12.35.2", | |
| "lucide-react": "^0.511.0", | |
| "openai": "^6.27.0", | |
| "react": "^18.3.1", | |
| "react-dom": "^18.3.1", | |
| "react-router-dom": "^7.3.0", | |
| "reactflow": "^11.11.4", | |
| "tailwind-merge": "^3.5.0", | |
| "zustand": "^5.0.11" | |
| }, | |
| "devDependencies": { | |
| "@eslint/js": "^9.25.0", | |
| "@types/node": "^22.15.30", | |
| "@types/react": "^18.3.12", | |
| "@types/react-dom": "^18.3.1", | |
| "@vitejs/plugin-react": "^4.4.1", | |
| "autoprefixer": "^10.4.21", | |
| "babel-plugin-react-dev-locator": "^1.0.0", | |
| "eslint": "^9.25.0", | |
| "eslint-plugin-react-hooks": "^5.2.0", | |
| "eslint-plugin-react-refresh": "^0.4.19", | |
| "globals": "^16.0.0", | |
| "postcss": "^8.5.3", | |
| "tailwindcss": "^3.4.17", | |
| "typescript": "~5.8.3", | |
| "typescript-eslint": "^8.30.1", | |
| "vite": "^6.3.5", | |
| "vite-plugin-trae-solo-badge": "^1.0.0", | |
| "vite-tsconfig-paths": "^5.1.4" | |
| } | |
| } | |