mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-20 20:39:55 +00:00
- 在主.gitignore中添加 fastdocs/.vitepress/cache/* 忽略规则 - 在 fastdocs/.gitignore 中添加 .vitepress/cache/* 忽略规则 - 删除 fastdocs/.vitepress/cache 中的 @vueuse_core.js 文件及其全部内容
36 lines
926 B
JSON
36 lines
926 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": "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/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"
|
|
} |