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.

35 lines
1004 B

4 years ago
{
"name": "Xray-docs-next",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/XTLS/Xray-docs-next.git",
4 years ago
"author": "Arthur Morgan, Project X Community",
"license": "CC-BY-SA-4.0",
4 years ago
"devDependencies": {
"@types/bootstrap": "^5.0.14",
"@types/jquery": "^3.5.5",
"@vuepress/plugin-back-to-top": "^2.0.0-beta.14",
"@vuepress/plugin-search": "^2.0.0-beta.14",
"postcss-loader": "^5.3.0",
"prettier": "^2.3.0",
"sass": "^1.32.13",
"sass-loader": "^11.1.1",
"vue-property-decorator": "^9.1.2",
"vuepress": "^2.0.0-beta.14",
"vuepress-vite": "^2.0.0-beta.14"
4 years ago
},
"scripts": {
"docs:dev": "vuepress dev docs",
4 years ago
"docs:build": "vuepress build docs",
"lint": "prettier --write ."
},
"dependencies": {
"@popperjs/core": "^2.9.1",
"@vuepress/plugin-debug": "^2.0.0-beta.14",
"bootstrap": "^5.0.1",
"jquery": "^3.6.0",
"markdown-it-footnote": "^3.0.2",
"vuepress-plugin-mermaidjs": "^1.8.1"
4 years ago
}
4 years ago
}