{ "name": "anyllm-admin-ui", "private": true, "type": "module", "scripts": { "dev": "vite", "build": "vite build", "lint": "eslint src", "typecheck": "tsc --noEmit", "test": "node --test admin-ui.behavior.test.mjs vite.config.test.mjs", "preview": "vite preview" }, "dependencies": { "@lobehub/fluent-emoji": "^4.1.0", "@lobehub/icons": "^5.4.0", "@lobehub/ui": "^5.15.17", "@tanstack/react-query": "^5.0.0", "antd": "^6.4.4", "motion": "^12.40.0", "performative-ui": "^0.6.0", "react": "^19.0.0", "react-dom": "^19.0.0", "react-router-dom": "^6.30.4", "zustand": "^5.0.0" }, "devDependencies": { "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "@vitejs/plugin-react": "^6.0.2", "eslint": "^9.0.0", "eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-react-refresh": "^0.4.0", "typescript": "^5.0.0", "typescript-eslint": "^8.0.0", "vite": "^8.0.16", "vite-plugin-singlefile": "^2.0.0" } }