Spaces:
Sleeping
Sleeping
yassinekolsi
Fix all TypeScript errors: remove unused imports, delete orphan reactflow components
532554f
| { | |
| "name": "ui", | |
| "version": "0.1.0", | |
| "private": true, | |
| "scripts": { | |
| "dev": "next dev", | |
| "build": "next build", | |
| "start": "next start", | |
| "lint": "eslint .", | |
| "type-check": "tsc --noEmit", | |
| "format": "prettier --write .", | |
| "format:check": "prettier --check ." | |
| }, | |
| "dependencies": { | |
| "3dmol": "^2.5.4", | |
| "@floating-ui/react": "^0.27.17", | |
| "@radix-ui/react-avatar": "^1.1.11", | |
| "@radix-ui/react-collapsible": "^1.1.12", | |
| "@radix-ui/react-dropdown-menu": "^2.1.16", | |
| "@radix-ui/react-label": "^2.1.8", | |
| "@radix-ui/react-progress": "^1.1.8", | |
| "@radix-ui/react-scroll-area": "^1.2.10", | |
| "@radix-ui/react-select": "^2.2.6", | |
| "@radix-ui/react-separator": "^1.1.8", | |
| "@radix-ui/react-slider": "^1.3.6", | |
| "@radix-ui/react-slot": "^1.2.4", | |
| "@radix-ui/react-switch": "^1.2.6", | |
| "@radix-ui/react-tabs": "^1.1.13", | |
| "class-variance-authority": "^0.7.1", | |
| "clsx": "^2.1.1", | |
| "framer-motion": "^12.29.2", | |
| "lucide-react": "^0.563.0", | |
| "molstar": "^5.6.1", | |
| "motion": "^12.29.2", | |
| "next": "^16.1.6", | |
| "next-themes": "^0.4.6", | |
| "radix-ui": "^1.4.3", | |
| "react": "^19.2.4", | |
| "react-dom": "^19.2.4", | |
| "recharts": "^3.7.0", | |
| "schema-dts": "^1.1.5", | |
| "smiles-drawer": "^2.1.7", | |
| "sonner": "^2.0.7", | |
| "tailwind-merge": "^3.4.0", | |
| "zod": "^4.3.6" | |
| }, | |
| "devDependencies": { | |
| "@eslint/js": "^9.39.2", | |
| "@tailwindcss/postcss": "^4.1.18", | |
| "@types/node": "^25.1.0", | |
| "@types/react": "^19.2.10", | |
| "@types/react-dom": "^19.2.3", | |
| "eslint": "^9.39.2", | |
| "eslint-config-next": "^16.1.6", | |
| "eslint-plugin-react-hooks": "^7.0.1", | |
| "eslint-plugin-simple-import-sort": "^12.1.1", | |
| "eslint-plugin-tailwindcss": "^3.18.2", | |
| "eslint-plugin-unused-imports": "^4.3.0", | |
| "prettier": "^3.8.1", | |
| "prettier-plugin-tailwindcss": "^0.7.2", | |
| "shadcn": "^3.7.0", | |
| "tailwindcss": "^4.1.18", | |
| "tw-animate-css": "^1.4.0", | |
| "typescript": "^5.9.3" | |
| } | |
| } | |