移除了所有Hermes相关的命名引用,包括: - 从.gitignore中清理相关构建缓存文件 - 将README中的beaver-home路径配置更新 - 完善backend/README.md文档说明Beaver后端主线实现 - 移除Hermes风格的相关注释和兼容性代码 - 清理nanobot环境变量兼容性处理 - 删除技能迁移和服务迁移相关功能代码 - 更新测试用例中相关命名和函数名 BREAKING CHANGE: 移除了Hermes迁移相关API和CLI命令,不再支持nanobot环境变量兼容性
53 lines
1.5 KiB
JSON
53 lines
1.5 KiB
JSON
{
|
|
"name": "beaver-app-instance-frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev -p 3080 -H 0.0.0.0",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"typecheck": "tsc --noEmit --incremental false",
|
|
"test": "vitest run"
|
|
},
|
|
"dependencies": {
|
|
"@next/swc-wasm-nodejs": "13.5.1",
|
|
"@radix-ui/react-avatar": "^1.1.0",
|
|
"@radix-ui/react-collapsible": "^1.1.0",
|
|
"@radix-ui/react-dialog": "^1.1.1",
|
|
"@radix-ui/react-label": "^2.1.0",
|
|
"@radix-ui/react-popover": "^1.1.1",
|
|
"@radix-ui/react-scroll-area": "^1.1.0",
|
|
"@radix-ui/react-select": "^2.1.1",
|
|
"@radix-ui/react-separator": "^1.1.0",
|
|
"@radix-ui/react-slot": "^1.1.0",
|
|
"@radix-ui/react-switch": "^1.1.0",
|
|
"@radix-ui/react-tabs": "^1.1.0",
|
|
"@tailwindcss/typography": "^0.5.19",
|
|
"@types/node": "20.6.2",
|
|
"@types/react": "18.2.22",
|
|
"@types/react-dom": "18.2.7",
|
|
"autoprefixer": "10.4.15",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.1",
|
|
"eslint": "8.49.0",
|
|
"eslint-config-next": "13.5.1",
|
|
"lucide-react": "^0.446.0",
|
|
"next": "13.5.1",
|
|
"postcss": "8.4.30",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-markdown": "^10.1.0",
|
|
"remark-gfm": "^4.0.1",
|
|
"tailwind-merge": "^2.5.2",
|
|
"tailwindcss": "3.3.3",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"typescript": "5.2.2",
|
|
"zustand": "^5.0.8"
|
|
},
|
|
"devDependencies": {
|
|
"vite-tsconfig-paths": "^4.3.2",
|
|
"vitest": "^1.6.1"
|
|
}
|
|
}
|