Spaces:
Running
Running
| { | |
| "name": "vibegame", | |
| "version": "1.0.0", | |
| "type": "module", | |
| "scripts": { | |
| "dev": "vite", | |
| "build": "vite build", | |
| "preview": "vite preview", | |
| "check": "tsc --noEmit && svelte-check", | |
| "check:ts": "tsc --noEmit", | |
| "check:svelte": "svelte-check", | |
| "update": "cp node_modules/vibegame/llms.txt ./llms.txt && echo '✓ Updated llms.txt from vibegame'", | |
| "postinstall": "test -f node_modules/vibegame/llms.txt && cp node_modules/vibegame/llms.txt ./llms.txt || true", | |
| "test": "bun test", | |
| "test:watch": "bun test --watch", | |
| "format": "prettier --write .", | |
| "format:check": "prettier --check .", | |
| "lint": "eslint .", | |
| "lint:fix": "eslint . --fix", | |
| "validate": "bun run format:check && bun run lint --fix && bun run check" | |
| }, | |
| "devDependencies": { | |
| "@eslint/js": "^9.33.0", | |
| "@sveltejs/vite-plugin-svelte": "^3.1.1", | |
| "@types/bun": "^1.2.21", | |
| "@types/ws": "^8.18.1", | |
| "@typescript-eslint/eslint-plugin": "^8.40.0", | |
| "@typescript-eslint/parser": "^8.40.0", | |
| "eslint": "^9.33.0", | |
| "eslint-config-prettier": "^10.1.8", | |
| "eslint-plugin-import": "^2.32.0", | |
| "eslint-plugin-prettier": "^5.5.4", | |
| "prettier": "^3.6.2", | |
| "svelte": "^4.2.18", | |
| "svelte-check": "^3.8.4", | |
| "typescript": "^5.6.0", | |
| "vite": "^5.4.10", | |
| "ws": "^8.18.3" | |
| }, | |
| "dependencies": { | |
| "@huggingface/hub": "^2.6.3", | |
| "@huggingface/inference": "^4.8.0", | |
| "@langchain/core": "^0.3.75", | |
| "@langchain/langgraph": "^0.4.9", | |
| "@langchain/mcp-adapters": "^0.6.0", | |
| "@modelcontextprotocol/sdk": "^0.6.0", | |
| "@modelcontextprotocol/server-filesystem": "^0.6.2", | |
| "@types/node": "^24.3.3", | |
| "gsap": "^3.13.0", | |
| "htmlparser2": "^10.0.0", | |
| "monaco-editor": "^0.50.0", | |
| "svelte-splitpanes": "^8.0.5", | |
| "vibegame": "^0.1.9", | |
| "zod": "^4.1.8" | |
| } | |
| } | |