mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-20 20:39:55 +00:00
- 为前端和小程序添加base路径配置 - 更新部署脚本添加pnpm依赖检查 - 优化登录页面表单验证和UI组件 - 统一各环境端口号为5180 - 更新文档中的技术栈和访问地址 - 添加官网和小程序链接到导航栏
35 lines
913 B
JSON
35 lines
913 B
JSON
{
|
|
"name": "fastdocs",
|
|
"description": "Fastapi_Vue3_Admin 项目文档",
|
|
"version": "2.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vitepress dev --port 5180",
|
|
"build": "vitepress build",
|
|
"preview": "vitepress preview",
|
|
"docs:dev": "vitepress dev --port 5180",
|
|
"docs:build": "vitepress build",
|
|
"docs:preview": "vitepress preview"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"vitepress": "2.0.0-alpha.11"
|
|
},
|
|
"packageManager": "pnpm@9.15.3",
|
|
"engines": {
|
|
"node": ">=18.0.0",
|
|
"npm": ">=10.0.0",
|
|
"pnpm": ">=8.1.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitee.com/tao__tao/fastapi_vue3_admin.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://gitee.com/tao__tao/fastapi_vue3_admin/issues"
|
|
},
|
|
"author": "fastapiadmin <948080782@qq.com>",
|
|
"license": "MIT",
|
|
"homepage": "https://gitee.com/tao__tao/fastapi_vue3_admin"
|
|
} |