forked from quartznet/quartznet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.66 KB
/
Copy pathpackage.json
File metadata and controls
73 lines (73 loc) · 2.66 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "quartznet-docs",
"private": true,
"type": "module",
"dependencies": {
"@vuepress/bundler-vite": "2.0.0-rc.28",
"@vuepress/bundler-webpack": "2.0.0-rc.28",
"@vuepress/plugin-active-header-links": "2.0.0-rc.128",
"@vuepress/plugin-back-to-top": "2.0.0-rc.128",
"@vuepress/plugin-docsearch": "2.0.0-rc.128",
"@vuepress/plugin-google-analytics": "2.0.0-rc.128",
"@vuepress/plugin-redirect": "2.0.0-rc.128",
"@vuepress/plugin-register-components": "2.0.0-rc.128",
"@vuepress/theme-default": "2.0.0-rc.128",
"vuepress": "2.0.0-rc.28",
"webpack": "^5.105.0"
},
"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",
"docs:lint": "markdownlint-cli2 docs/**/*.md",
"docs:lint-fix": "markdownlint-cli2-fix docs/**/*.md !docs/_posts/**",
"postinstall": "patch-package"
},
"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",
"devDependencies": {
"markdownlint": "^0.40.0",
"markdownlint-cli2": "^0.22.0",
"patch-package": "^8.0.1",
"sass-embedded": "^1.97.3",
"vite": "^8.0.16"
},
"overrides": {
"serialize-javascript": "^7.0.5",
"path-to-regexp": "^0.1.13",
"picomatch@^2": "^2.3.2",
"picomatch@^4": "^4.0.4",
"lodash": "^4.18.0",
"smol-toml": "^1.6.1",
"shell-quote": "^1.9.0",
"esbuild": "^0.28.1",
"qs": "^6.15.2",
"uuid": "^11.1.1",
"ws": "^8.20.1",
"webpack-dev-server": "^5.2.6",
"launch-editor": "^2.14.1",
"markdown-it": "^14.2.0",
"undici": "^7.28.0",
"http-proxy-middleware": "^3.0.6",
"js-yaml": "^4.3.0",
"websocket-driver": "^0.7.5",
"body-parser": "^1.20.6",
"postcss": "^8.5.18",
"fast-uri": "^3.1.4",
"svgo": "^4.0.2",
"linkify-it": "^5.0.2",
"immutable": "^5.1.8"
}
}