mirror of
https://github.com/chaitin/MonkeyCode.git
synced 2026-08-31 01:01:41 +08:00
98 lines
3.0 KiB
JSON
98 lines
3.0 KiB
JSON
{
|
|
"name": "monkeycode-ai",
|
|
"private": true,
|
|
"version": "260323.0.5",
|
|
"description": "MonkeyCode Web 前端",
|
|
"author": "MonkeyCode",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"dev:online": "vite --mode online",
|
|
"dev:offline": "vite --mode offline",
|
|
"build": "tsc -b && vite build --mode online",
|
|
"build:online": "tsc -b && vite build --mode online",
|
|
"build:offline": "tsc -b && vite build --mode offline",
|
|
"check:online-preview": "node scripts/check-online-preview.mjs",
|
|
"lint": "eslint .",
|
|
"test:online-preview": "node --test test/online-preview-health.test.mjs test/vite-online-proxy.test.mjs",
|
|
"preview": "vite preview",
|
|
"api": "sta --path ${SWAGGER} --output src/api"
|
|
},
|
|
"dependencies": {
|
|
"@base-ui/react": "^1.3.0",
|
|
"@cap.js/widget": "^0.1.32",
|
|
"@fontsource-variable/jetbrains-mono": "^5.2.8",
|
|
"@fontsource-variable/noto-sans-sc": "^5.2.10",
|
|
"@fontsource/press-start-2p": "^5.2.7",
|
|
"@fontsource/vt323": "^5.2.7",
|
|
"@tabler/icons-react": "^3.41.1",
|
|
"@tailwindcss/vite": "^4.2.1",
|
|
"@tanstack/react-table": "^8.21.3",
|
|
"@tanstack/react-virtual": "^3.13.23",
|
|
"@tldraw/assets": "4.5.10",
|
|
"@xterm/addon-fit": "^0.11.0",
|
|
"@xterm/addon-unicode11": "^0.9.0",
|
|
"@xterm/addon-web-links": "^0.12.0",
|
|
"@xterm/addon-webgl": "^0.19.0",
|
|
"@xterm/xterm": "^6.0.0",
|
|
"ace-builds": "^1.43.6",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "^1.1.1",
|
|
"date-fns": "^4.1.0",
|
|
"dayjs": "^1.11.20",
|
|
"diff": "^8.0.4",
|
|
"embla-carousel-react": "^8.6.0",
|
|
"gray-matter": "^4.0.3",
|
|
"i18next": "^26.3.1",
|
|
"input-otp": "^1.4.2",
|
|
"jszip": "^3.10.1",
|
|
"lucide-react": "^1.7.0",
|
|
"mermaid": "^11.14.0",
|
|
"next-themes": "^0.4.6",
|
|
"pinyin-pro": "^3.28.1",
|
|
"radix-ui": "^1.4.3",
|
|
"react": "^19.2.4",
|
|
"react-ace": "^14.0.1",
|
|
"react-day-picker": "^9.14.0",
|
|
"react-dom": "^19.2.4",
|
|
"react-i18next": "^17.0.8",
|
|
"react-markdown": "^10.1.0",
|
|
"react-resizable-panels": "^4.9.0",
|
|
"react-router-dom": "^7.14.0",
|
|
"react-syntax-highlighter": "^16.1.1",
|
|
"recharts": "3.8.0",
|
|
"rehype-raw": "^7.0.0",
|
|
"rehype-sanitize": "^6.0.0",
|
|
"remark": "^15.0.1",
|
|
"remark-gfm": "^4.0.1",
|
|
"shadcn": "^4.2.0",
|
|
"sonner": "^2.0.7",
|
|
"strip-markdown": "^6.0.0",
|
|
"tailwind-merge": "^3.5.0",
|
|
"tailwindcss": "^4.2.1",
|
|
"tldraw": "^4.5.10",
|
|
"tw-animate-css": "^1.4.0",
|
|
"uuid": "^13.0.0",
|
|
"vaul": "^1.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "latest",
|
|
"@types/node": "^24.12.0",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@types/react-syntax-highlighter": "^15.5.13",
|
|
"@vitejs/plugin-react": "^5.2.0",
|
|
"eslint": "^9.39.4",
|
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
"eslint-plugin-react-refresh": "^0.5.2",
|
|
"globals": "^16.5.0",
|
|
"prettier": "^3.8.1",
|
|
"prettier-plugin-tailwindcss": "^0.7.2",
|
|
"swagger-typescript-api": "12.0.4",
|
|
"typescript": "~5.9.3",
|
|
"typescript-eslint": "^8.57.1",
|
|
"vite": "^7.3.1"
|
|
}
|
|
}
|