forked from quartznet/quartznet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.65 KB
/
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
34
35
36
37
{
"name": "quartznet-docs",
"private": true,
"type": "module",
"dependencies": {
"@vuepress/bundler-vite": "2.0.0-beta.60",
"@vuepress/bundler-webpack": "2.0.0-beta.60",
"@vuepress/cli": "2.0.0-beta.60",
"@vuepress/plugin-active-header-links": "2.0.0-beta.60",
"@vuepress/plugin-back-to-top": "2.0.0-beta.60",
"@vuepress/plugin-docsearch": "2.0.0-beta.60",
"@vuepress/plugin-google-analytics": "2.0.0-beta.60",
"@vuepress/plugin-register-components": "2.0.0-beta.60",
"@vuepress/theme-default": "2.0.0-beta.60",
"@vuepress/utils": "2.0.0-beta.60",
"vuepress": "2.0.0-beta.60"
},
"scripts": {
"docs:build": "vuepress-cli build docs --clean-cache --clean-temp",
"docs:build-webpack": "DOCS_BUNDLER=webpack pnpm docs:build",
"docs:clean": "rimraf .vuepress/.temp .vuepress/.cache .vuepress/dist",
"docs:dev": "vuepress-cli dev docs --clean-cache --clean-temp",
"docs:dev-webpack": "DOCS_BUNDLER=webpack pnpm docs:dev",
"docs:serve": "anywhere -s -h localhost -d .vuepress/dist",
"docs:publish": "cd docs/.vuepress/dist && git init && git fetch https://github.com/quartznet/quartznet.github.io.git && git checkout 9966bc53c0685311bc9199498ef2338629f6ec4d && git checkout -b master && git add . && git commit -am \"Deploy Documentation\" && git push --force --set-upstream https://github.com/quartznet/quartznet.github.io.git master"
},
"repository": {
"type": "git",
"url": "git+https://github.com/quartznet/quartznet.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/quartznet/quartznet/issues"
},
"homepage": "https://github.com/quartznet/quartznet"
}