forked from boticlaw/SuperBotijo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.69 KB
/
package.json
File metadata and controls
89 lines (89 loc) · 2.69 KB
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "alfred-mission-control",
"version": "1.0.0",
"description": "Alfred - OpenClaw Mission Control Dashboard",
"private": true,
"scripts": {
"dev": "next dev -H 0.0.0.0",
"build": "next build",
"start": "next start -H 0.0.0.0",
"lint": "eslint",
"test": "vitest",
"test:run": "vitest run",
"test:coverage": "vitest run --coverage",
"docs:check": "npx tsx scripts/check-docs-sync.ts",
"docs:check:staged": "npx tsx scripts/check-docs-sync.ts --staged",
"docs:check:changed": "npx tsx scripts/check-docs-sync.ts --changed",
"docs:init": "npx tsx scripts/init-docs-i18n.ts",
"docs:translate": "npx tsx scripts/translate-docs.ts",
"i18n:check": "npx tsx scripts/check-i18n-parity.ts",
"prepare": "husky"
},
"dependencies": {
"@monaco-editor/react": "^4.7.0",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.5.0",
"@react-three/postprocessing": "^3.0.4",
"@tailwindcss/node": "4.1",
"@tailwindcss/typography": "^0.5.19",
"@types/d3-cloud": "^1.2.9",
"@types/dompurify": "^3.0.5",
"@xyflow/react": "^12.10.1",
"d3-cloud": "^1.2.8",
"d3-force": "^3.0.0",
"d3-scale-chromatic": "^3.1.0",
"date-fns": "^4.1.0",
"dompurify": "^3.4.5",
"framer-motion": "^12.34.3",
"html2canvas": "^1.4.1",
"jose": "^6.2.3",
"lodash": "^4.17.21",
"lucide-react": "^0.563.0",
"next": "^16.2.6",
"node-sqlite3-wasm": "^0.8.57",
"playwright": "^1.60.0",
"postcss": "^8.5.10",
"postprocessing": "^6.38.3",
"puppeteer-core": "^24.38.0",
"react": "19.2.3",
"react-dom": "19.2.3",
"react-markdown": "^10.1.0",
"react-pdf": "^10.4.1",
"react-syntax-highlighter": "^16.1.1",
"recharts": "^2.15.4",
"rehype-sanitize": "^6.0.0",
"remark-gfm": "^4.0.1",
"remark-wiki-link": "^2.0.1",
"server-only": "^0.0.1",
"three": "^0.183.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@playwright/test": "^1.60.0",
"@tailwindcss/postcss": "4.1",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/d3-force": "^3.0.10",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-syntax-highlighter": "^15.5.13",
"@vitejs/plugin-react": "^5.1.4",
"@vitest/coverage-v8": "^4.0.18",
"agent-browser": "^0.15.1",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"husky": "^9.1.7",
"jsdom": "^28.1.0",
"lighthouse": "^13.0.3",
"puppeteer": "^24.38.0",
"tailwindcss": "^4",
"typescript": "^5",
"vitest": "^4.0.18"
},
"overrides": {
"basic-ftp": "6.0.1",
"fast-xml-builder": "1.2.0"
}
}