mirror of
https://github.com/fastapiadmin/FastapiAdmin.git
synced 2026-09-20 20:39:55 +00:00
将 fastapp 和 fastdocs 的 packageManager 统一更新为 pnpm@9.15.3 同时更新 engines 字段中的 node、npm 和 pnpm 版本要求
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 5173",
|
|
"build": "vitepress build",
|
|
"preview": "vitepress preview",
|
|
"docs:dev": "vitepress dev --port 5173",
|
|
"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"
|
|
} |