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.
31 lines
839 B
31 lines
839 B
{
|
|
"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.6",
|
|
"prettier": "^2.2.1",
|
|
"sass": "^1.32.8",
|
|
"sass-loader": "^11.0.1",
|
|
"vue-property-decorator": "^9.1.2",
|
|
"vuepress": "^2.0.0-beta.6"
|
|
},
|
|
"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"
|
|
}
|
|
}
|