-
-
Notifications
You must be signed in to change notification settings - Fork 130
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.03 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.03 KB
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
35
36
37
38
39
40
{
"name": "restful-fast-request-doc",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"docs:lint": "prettier --check --write . && markdownlint-cli2 'docs/**/*.md'",
"docs:clean-dev": "vuepress dev docs --no-cache",
"packages:update": "pnpm dlx vp-update"
},
"dependencies": {
"@mdit/plugin-container": "0.16.0",
"@vuepress/bundler-vite": "2.0.0-rc.28",
"@vuepress/plugin-docsearch": "2.0.0-rc.127",
"chart.js": "^4.5.1",
"sass": "^1.98.0",
"vidstack": "^1.12.13",
"vue": "^3.5.31",
"vue3-carousel": "^0.14.0",
"vuepress": "2.0.0-rc.28",
"vuepress-theme-hope": "2.0.0-rc.105"
},
"devDependencies": {
"@vuepress/plugin-llms": "2.0.0-rc.127",
"markdownlint-cli2": "^0.17.2",
"prettier": "3.5.3"
},
"engines": {
"node": ">=18.19.0"
},
"packageManager": "pnpm@10.5.2",
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"esbuild"
]
}
}