-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 878 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 878 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "fastapi_best_architecture_docs",
"version": "1.0.0",
"description": "fastapi_best_architecture 官方文档",
"main": "index.js",
"scripts": {
"dev": "vuepress dev docs",
"build": "vuepress build docs"
},
"keywords": [
"fba",
"FBA",
"fastapi best",
"fastapi template",
"fastapi_best_architecture"
],
"author": "wu-clan",
"license": "MIT",
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.28",
"@vuepress/plugin-baidu-analytics": "2.0.0-rc.128",
"@vuepress/plugin-clarity-analytics": "2.0.0-rc.128",
"@vuepress/plugin-umami-analytics": "2.0.0-rc.128",
"vue": "^3.5.32",
"vuepress": "2.0.0-rc.28",
"vuepress-theme-plume": "1.0.0-rc.193"
},
"dependencies": {
"@iconify/json": "^2.2.460",
"@vueuse/core": "^12.8.2",
"mermaid": "^11.14.0",
"swiper": "^12.1.3"
}
}