refactor: cleanup template and add new pages

- Remove unused template files (frontend-code-interpreter, template-renderer)
- Add home, test1, test2, zh-en-translator pages
- Update router configuration
- Add Docker and tailwind config
- Update environment files and configuration

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-01-07 15:08:02 +08:00
parent 459c49ec41
commit 026e33a08a
42 changed files with 8570 additions and 6980 deletions

View File

@@ -1,40 +1,35 @@
{
"name": "webcontainers-express-app",
"private": true,
"version": "0.0.0",
"name": "copilot-toolbox",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"dev": "vite --host 0.0.0.0",
"build": "vite build --mode production",
"preview": "vite preview"
},
"dependencies": {
"@ag-ui/client": "^0.0.42",
"@ant-design/icons": "^5.5.2",
"@webcontainer/api": "1.5.1-internal.5",
"@xterm/xterm": "^5.5.0",
"@ant-design/pro-components": "^2.8.10",
"@copilotkit/react-core": "1.10.6",
"@shangzy/ag-ui-dify": "^0.1.0",
"antd": "^5.23.0",
"axios": "^1.7.9",
"dayjs": "^1.11.13",
"less": "^4.2.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-markdown": "^9.0.3",
"react-router-dom": "^6.21.1",
"react-syntax-highlighter": "^15.6.1",
"react-transition-group": "^4.4.5"
"react-router-dom": "^6.28.1"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@tailwindcss/vite": "4.0.12",
"@types/node": "^22.10.5",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.17.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.16",
"globals": "^15.14.0",
"typescript": "~5.6.2",
"typescript-eslint": "^8.18.2",
"vite": "^6.0.5"
"path": "^0.12.7",
"prettier-plugin-tailwindcss": "^0.1.7",
"tailwindcss": "4.0.12",
"typescript": "~5.6.3",
"vite": "^6.0.7"
}
}
}