forked from taskiq-python/taskiq
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 686 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 686 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
{
"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": "vuepress serve docs"
},
"packageManager": "pnpm@7.22.0",
"devDependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.20",
"@vuepress/plugin-search": "2.0.0-rc.87",
"markdown-it": "14.1.0",
"mermaid": "11.5.0",
"sass-embedded": "^1.86.0",
"sass-loader": "16.0.5",
"vue": "3.5.13",
"vuepress": "2.0.0-rc.20",
"vuepress-theme-hope": "2.0.0-rc.75"
}
}