File size: 1,837 Bytes
794cf6c
 
 
 
 
 
 
 
 
 
 
db9635c
 
bc7e9cd
 
794cf6c
 
 
 
bc7e9cd
794cf6c
 
 
 
eb1a39a
794cf6c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ec75a88
 
bc7e9cd
 
 
794cf6c
 
db9635c
794cf6c
 
db9635c
ec75a88
794cf6c
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
  "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"
  }
}