mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-20 20:39:55 +00:00
将项目名称从FastAPI Vue3 Admin统一更改为FastApiAdmin,包括: - 所有README文件中的项目名称和链接 - 前后端代码中的系统名称变量 - 文档和配置文件中的引用 - 数据库初始化数据中的系统名称
36 lines
902 B
JSON
36 lines
902 B
JSON
{
|
|
"name": "fastdocs",
|
|
"description": "FastapiAdmin 项目文档",
|
|
"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": "1.6.4",
|
|
"vue": "^3.5.21"
|
|
},
|
|
"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/FastapiAdmin.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://gitee.com/tao__tao/FastapiAdmin/issues"
|
|
},
|
|
"author": "fastapiadmin <948080782@qq.com>",
|
|
"license": "MIT",
|
|
"homepage": "https://gitee.com/tao__tao/FastapiAdmin"
|
|
} |