-
-
Notifications
You must be signed in to change notification settings - Fork 116
/
Copy pathpackage.json
33 lines (33 loc) · 909 Bytes
/
package.json
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
{
"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.14.0",
"@vuepress/bundler-vite": "2.0.0-rc.19",
"@vuepress/plugin-docsearch": "2.0.0-rc.66",
"chart.js": "^4.4.7",
"sass": "^1.83.0",
"vidstack": "^1.12.12",
"vue": "^3.5.13",
"vue3-carousel": "^0.9.0",
"vuepress": "2.0.0-rc.19",
"vuepress-theme-hope": "2.0.0-rc.64"
},
"devDependencies": {
"markdownlint-cli2": "^0.16.0",
"prettier": "3.4.2"
},
"engines": {
"node": ">=18.19.0"
},
"packageManager": "pnpm@9.15.0"
}