Xray-docs-next/package.json
dependabot[bot] 9698e3fdf7
Upgrade: Bump @vuepress/plugin-back-to-top (#12)
Bumps [@vuepress/plugin-back-to-top](https://github.com/vuejs/vuepress/tree/HEAD/packages/@vuepress/plugin-back-to-top) from 2.0.0-beta.6 to 2.0.0-beta.8.
- [Release notes](https://github.com/vuejs/vuepress/releases)
- [Changelog](https://github.com/vuejs/vuepress/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vuepress/commits/HEAD/packages/@vuepress/plugin-back-to-top)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-14 16:44:36 +08:00

31 lines
839 B
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.0.11",
"@types/jquery": "^3.5.5",
"@vuepress/plugin-back-to-top": "^2.0.0-beta.8",
"prettier": "^2.2.1",
"sass": "^1.32.8",
"sass-loader": "^11.0.1",
"vue-property-decorator": "^9.1.2",
"vuepress": "^2.0.0-beta.8"
},
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"lint": "prettier --write ."
},
"dependencies": {
"@popperjs/core": "^2.9.1",
"bootstrap": "^5.0.0-beta3",
"jquery": "^3.6.0",
"markdown-it-footnote": "^3.0.2",
"vuepress-plugin-mermaidjs": "^1.8.1"
}
}