{ "name": "@polymech/ui-next", "private": true, "version": "0.0.0", "packageManager": "npm@10.9.2", "type": "module", "scripts": { "dev": "vite", "build": "tsc --noEmit && vite build", "build:analyze": "tsc --noEmit && vite build && start dist/stats.html", "preview": "vite preview", "serve": "npx serve dist -s" }, "dependencies": { "@dnd-kit/core": "^6.3.1", "@dnd-kit/sortable": "^10.0.0", "@dnd-kit/utilities": "^3.2.2", "@preact/preset-vite": "^2.10.5", "@tailwindcss/vite": "^4.2.2", "@tanstack/react-router": "^1.114.3", "lucide-react": "^1.8.0", "preact": "^10.29.1", "react": "^18.3.1", "react-dom": "^18.3.1", "tailwindcss": "^4.2.2", "zod": "^4.3.6", "zustand": "^5.0.12" }, "devDependencies": { "@types/node": "^22.10.1", "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "rollup-plugin-visualizer": "^7.0.1", "typescript": "^5.6.3", "vite": "npm:rolldown-vite@7.3.1" } }