You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
"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": "^1.8.2",
|
|
|
|
"sass": "^1.32.8",
|
|
|
|
"sass-loader": "^8.0.2",
|
|
|
|
"vue-property-decorator": "^9.1.2",
|
|
|
|
"vuepress": "^1.8.2"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"docs:dev": "vuepress dev docs",
|
|
|
|
"docs:build": "vuepress build docs"
|
|
|
|
},
|
|
|
|
"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",
|
|
|
|
"vuepress-theme-default-prefers-color-scheme": "^2.0.0"
|
|
|
|
}
|
|
|
|
}
|