-
-
Notifications
You must be signed in to change notification settings - Fork 113
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 743 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 743 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
{
"name": "taskiq-docs",
"repository": "git@github.com:taskiq-python/taskiq.git",
"author": "Pavel Kirilin <win10@list.ru>",
"license": "MIT",
"private": false,
"scripts": {
"docs:dev": "vuepress dev docs --clean-cache",
"docs:build": "vuepress build docs",
"docs:serve": "serve docs/.vuepress/dist"
},
"packageManager": "pnpm@10.24.0",
"dependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.26",
"@vuepress/plugin-search": "2.0.0-rc.120",
"markdown-it": "14.1.0",
"mermaid": "11.12.1",
"sass-embedded": "^1.86.0",
"sass-loader": "16.0.5",
"vue": "3.5.25",
"vuepress": "2.0.0-rc.26",
"vuepress-theme-hope": "2.0.0-rc.98"
},
"devDependencies": {
"serve": "^14.2.5"
}
}