mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2025-01-19 01:01:41 +03:00
e9cbb20e9b
Bumps [@vuepress/bundler-vite](https://github.com/vuepress/vuepress-next) from 2.0.0-beta.25 to 2.0.0-beta.39. - [Release notes](https://github.com/vuepress/vuepress-next/releases) - [Changelog](https://github.com/vuepress/vuepress-next/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuepress/vuepress-next/compare/v2.0.0-beta.25...v2.0.0-beta.39) --- updated-dependencies: - dependency-name: "@vuepress/bundler-vite" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"name": "Xray-docs-next",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"repository": "https://github.com/XTLS/Xray-docs-next.git",
|
|
"author": "Arthur Morgan, Project X Community",
|
|
"license": "CC-BY-SA-4.0",
|
|
"devDependencies": {
|
|
"@types/bootstrap": "^5.1.4",
|
|
"@types/jquery": "^3.5.6",
|
|
"@types/mermaid": "^8.2.7",
|
|
"@types/node": "^16.9.1",
|
|
"@vuepress/bundler-vite": "^2.0.0-beta.39",
|
|
"@vuepress/plugin-back-to-top": "^2.0.0-beta.25",
|
|
"@vuepress/plugin-debug": "^2.0.0-beta.25",
|
|
"@vuepress/plugin-search": "^2.0.0-beta.25",
|
|
"postcss-loader": "^6.1.1",
|
|
"prettier": "^2.4.0",
|
|
"sass": "^1.39.2",
|
|
"sass-loader": "^12.1.0",
|
|
"vue-property-decorator": "^9.1.2",
|
|
"vuepress": "^2.0.0-beta.39"
|
|
},
|
|
"scripts": {
|
|
"docs:dev": "vuepress dev docs --clean-temp --clean-cache --host 127.0.0.1",
|
|
"docs:build": "vuepress build docs",
|
|
"lint": "prettier --write ."
|
|
},
|
|
"dependencies": {
|
|
"@popperjs/core": "^2.10.1",
|
|
"bootstrap": "^5.1.1",
|
|
"esbuild": "^0.14.38",
|
|
"jquery": "^3.6.0",
|
|
"markdown-it-footnote": "^3.0.3",
|
|
"mermaid": "^8.12.1",
|
|
"vuepress-plugin-mermaidjs": "^1.8.1"
|
|
}
|
|
}
|