quartznet

Форк
0
/
package.json 
43 строки · 1.8 Кб
1
{
2
  "name": "quartznet-docs",
3
  "private": true,
4
  "type": "module",
5
  "dependencies": {
6
    "@vuepress/bundler-vite": "2.0.0-rc.9",
7
    "@vuepress/bundler-webpack": "2.0.0-rc.9",
8
    "@vuepress/plugin-active-header-links": "2.0.0-rc.26",
9
    "@vuepress/plugin-back-to-top": "2.0.0-rc.26",
10
    "@vuepress/plugin-docsearch": "2.0.0-rc.26",
11
    "@vuepress/plugin-google-analytics": "2.0.0-rc.21",
12
    "@vuepress/plugin-redirect": "2.0.0-rc.26",
13
    "@vuepress/plugin-register-components": "2.0.0-rc.21",
14
    "@vuepress/theme-default": "2.0.0-rc.26",
15
    "vuepress": "2.0.0-rc.9",
16
    "webpack": "^5.91.0"
17
  },
18
  "scripts": {
19
    "docs:build": "vuepress-cli build docs --clean-cache --clean-temp",
20
    "docs:build-webpack": "DOCS_BUNDLER=webpack pnpm docs:build",
21
    "docs:clean": "rimraf .vuepress/.temp .vuepress/.cache .vuepress/dist",
22
    "docs:dev": "vuepress-cli dev docs --clean-cache --clean-temp",
23
    "docs:dev-webpack": "DOCS_BUNDLER=webpack pnpm docs:dev",
24
    "docs:serve": "anywhere -s -h localhost -d .vuepress/dist",
25
    "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",
26
    "docs:lint": "markdownlint-cli2 docs/**/*.md",
27
    "docs:lint-fix": "markdownlint-cli2-fix docs/**/*.md !docs/_posts/**"
28
  },
29
  "repository": {
30
    "type": "git",
31
    "url": "git+https://github.com/quartznet/quartznet.git"
32
  },
33
  "author": "",
34
  "license": "ISC",
35
  "bugs": {
36
    "url": "https://github.com/quartznet/quartznet/issues"
37
  },
38
  "homepage": "https://github.com/quartznet/quartznet",
39
  "devDependencies": {
40
    "markdownlint": "^0.34.0",
41
    "markdownlint-cli2": "^0.13.0"
42
  }
43
}
44

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.