Spaces:
Runtime error
Runtime error
| { | |
| "name": "wikispeedia", | |
| "private": true, | |
| "version": "0.0.0", | |
| "type": "module", | |
| "scripts": { | |
| "dev": "vite", | |
| "build": "vite build", | |
| "deploy": "yarn build && huggingface-cli upload --repo-type space --private HuggingFaceTB/Wikispeedia dist", | |
| "lint": "eslint .", | |
| "preview": "vite preview" | |
| }, | |
| "dependencies": { | |
| "@huggingface/hub": "^1.1.2", | |
| "@huggingface/inference": "^3.10.0", | |
| "@radix-ui/react-dialog": "^1.1.11", | |
| "@radix-ui/react-label": "^2.1.4", | |
| "@radix-ui/react-popover": "^1.1.11", | |
| "@radix-ui/react-select": "^2.2.2", | |
| "@radix-ui/react-separator": "^1.1.5", | |
| "@radix-ui/react-slot": "^1.2.0", | |
| "@radix-ui/react-tabs": "^1.1.9", | |
| "@radix-ui/react-tooltip": "^1.2.5", | |
| "@tailwindcss/vite": "^4.1.5", | |
| "@tanstack/react-virtual": "^3.13.6", | |
| "class-variance-authority": "^0.7.1", | |
| "clsx": "^2.1.1", | |
| "cmdk": "^1.1.1", | |
| "d3": "^7.9.0", | |
| "jwt-decode": "^4.0.0", | |
| "lucide-react": "^0.503.0", | |
| "react": "^19.0.0", | |
| "react-dom": "^19.0.0", | |
| "react-force-graph-2d": "^1.27.1", | |
| "react-force-graph-3d": "^1.26.1", | |
| "react-vis-force": "^0.3.1", | |
| "tailwind-merge": "^3.2.0", | |
| "tailwindcss": "^4.1.5" | |
| }, | |
| "devDependencies": { | |
| "@eslint/js": "^9.22.0", | |
| "@types/node": "^22.15.3", | |
| "@types/react": "^19.0.10", | |
| "@types/react-dom": "^19.0.4", | |
| "@vitejs/plugin-react": "^4.3.4", | |
| "eslint": "^9.22.0", | |
| "eslint-plugin-react-hooks": "^5.2.0", | |
| "eslint-plugin-react-refresh": "^0.4.19", | |
| "globals": "^16.0.0", | |
| "tw-animate-css": "^1.2.8", | |
| "typescript": "~5.7.2", | |
| "typescript-eslint": "^8.26.1", | |
| "vite": "^6.3.1" | |
| } | |
| } | |