Spaces:
Running
Running
| { | |
| "name": "hf-playground", | |
| "private": true, | |
| "version": "0.0.1", | |
| "type": "module", | |
| "scripts": { | |
| "dev": "vite dev", | |
| "build": "vite build", | |
| "preview": "vite preview", | |
| "prepare": "svelte-kit sync || echo ''", | |
| "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", | |
| "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", | |
| "lint": "prettier --check . && eslint .", | |
| "format": "prettier --write ." | |
| }, | |
| "devDependencies": { | |
| "@eslint/compat": "^2.0.2", | |
| "@eslint/js": "^9.39.2", | |
| "@internationalized/date": "^3.11.0", | |
| "@lucide/svelte": "^0.561.0", | |
| "@sveltejs/adapter-auto": "^7.0.0", | |
| "@sveltejs/kit": "^2.50.2", | |
| "@sveltejs/vite-plugin-svelte": "^6.2.4", | |
| "@tailwindcss/typography": "^0.5.19", | |
| "@tailwindcss/vite": "^4.1.18", | |
| "@types/node": "^24", | |
| "bits-ui": "^2.15.5", | |
| "eslint": "^9.39.2", | |
| "eslint-config-prettier": "^10.1.8", | |
| "eslint-plugin-svelte": "^3.14.0", | |
| "globals": "^17.3.0", | |
| "prettier": "^3.8.1", | |
| "prettier-plugin-svelte": "^3.4.1", | |
| "prettier-plugin-tailwindcss": "^0.7.2", | |
| "svelte": "^5.49.2", | |
| "svelte-check": "^4.3.6", | |
| "tailwind-variants": "^3.2.2", | |
| "tailwindcss": "^4.1.18", | |
| "tw-animate-css": "^1.4.0", | |
| "typescript": "^5.9.3", | |
| "typescript-eslint": "^8.54.0", | |
| "vite": "^7.3.1" | |
| }, | |
| "dependencies": { | |
| "@dagrejs/dagre": "^2.0.4", | |
| "@huggingface/inference": "^4.13.12", | |
| "@sveltejs/adapter-node": "^5.5.2", | |
| "@xyflow/svelte": "^1.5.0", | |
| "clsx": "^2.1.1", | |
| "elkjs": "^0.11.0", | |
| "lint": "^0.8.19", | |
| "mode-watcher": "^1.1.0", | |
| "svelte-highlight": "^7.9.0", | |
| "svelte-markdown": "^0.4.1", | |
| "tailwind-merge": "^3.4.0", | |
| "unicode-animations": "^1.0.3" | |
| } | |
| } | |