AriStockAI/services/frontend/package.json
fanfpy 56ebfda34e feat: 实现前端核心功能模块与路由配置
新增多个功能页面包括AI投资、股票市场、收益预测等,并完成路由配置
添加登录注册页面及功能,实现全局错误处理
引入Element Plus UI库,优化移动端导航体验
创建仪表盘和主页布局,完善侧边栏和底部导航组件
2025-07-17 17:48:14 +08:00

26 lines
580 B
JSON

{
"name": "aristockai-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"axios": "^1.3.4",
"element-plus": "^2.10.4",
"vue": "^3.2.45",
"vue-router": "^4.5.1"
},
"devDependencies": {
"@vue/cli-service": "~5.0.8",
"@vue/compiler-sfc": "^3.2.45",
"autoprefixer": "^10.4.19",
"eslint": "^8.34.0",
"eslint-plugin-vue": "^9.9.0",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.1"
}
}