- 添加面试模拟功能:视频播放、评分展示、滑动交互 - 实现1v1求职策略:导师信息更新、直播纪要功能 - 完善项目库和简历面试功能:添加详细的mock数据 - 更新课后作业页面:灰度显示、课程链接 - 个人档案和主页数据:万圆的完整个人信息 - 修复各类语法错误和数据结构问题 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"name": "demo",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host",
|
|
"dev:docker": "vite --config vite.config.docker.js",
|
|
"build": "vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview",
|
|
"build:prod": "vite build --mode production",
|
|
"preview:local": "vite preview --host 0.0.0.0 --port 4173",
|
|
"deploy": "vercel",
|
|
"deploy:prod": "vercel --prod"
|
|
},
|
|
"dependencies": {
|
|
"@arco-design/web-react": "^2.66.5",
|
|
"@reduxjs/toolkit": "^2.8.2",
|
|
"axios": "^1.11.0",
|
|
"echarts": "^6.0.0",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-echarts": "^0.1.1",
|
|
"react-markdown": "^10.1.0",
|
|
"react-redux": "^9.2.0",
|
|
"react-router-dom": "^7.7.1",
|
|
"redux": "^5.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.30.1",
|
|
"@types/react": "^19.1.8",
|
|
"@types/react-dom": "^19.1.6",
|
|
"@vitejs/plugin-react": "^4.6.0",
|
|
"autoprefixer": "^10.4.21",
|
|
"eslint": "^9.30.1",
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
"eslint-plugin-react-refresh": "^0.4.20",
|
|
"globals": "^16.3.0",
|
|
"postcss": "^8.5.6",
|
|
"postcss-px-to-viewport": "^1.1.1",
|
|
"vite": "^7.0.4"
|
|
}
|
|
}
|