Xray-docs-next/package.json
dependabot[bot] 1cbd3ad7cf Upgrade: Bump mermaid from 9.0.1 to 9.1.1
Bumps [mermaid](https://github.com/knsv/mermaid) from 9.0.1 to 9.1.1.
- [Release notes](https://github.com/knsv/mermaid/releases)
- [Changelog](https://github.com/mermaid-js/mermaid/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/knsv/mermaid/compare/9.0.1...9.1.1)

---
updated-dependencies:
- dependency-name: mermaid
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-15 19:51:31 -04:00

39 lines
1.2 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.11",
"@types/jquery": "^3.5.14",
"@types/mermaid": "^8.2.9",
"@types/node": "^17.0.31",
"@vuepress/bundler-vite": "^2.0.0-beta.25",
"@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.2.1",
"prettier": "^2.6.2",
"sass": "^1.51.0",
"sass-loader": "^12.6.0",
"vue-property-decorator": "^9.1.2",
"vuepress": "^2.0.0-beta.25"
},
"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.11.5",
"bootstrap": "^5.1.3",
"esbuild": "^0.14.38",
"jquery": "^3.6.0",
"markdown-it-footnote": "^3.0.3",
"mermaid": "^9.1.1",
"vuepress-plugin-mermaidjs": "^2.0.0-beta.2"
}
}