2021-03-14 07:40:53 +00:00
|
|
|
{
|
|
|
|
"name": "Xray-docs-next",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"main": "index.js",
|
|
|
|
"repository": "https://github.com/XTLS/Xray-docs-next.git",
|
2021-03-17 00:38:12 +00:00
|
|
|
"author": "Arthur Morgan, Project X Community",
|
2021-03-16 15:57:15 +00:00
|
|
|
"license": "CC-BY-SA-4.0",
|
2021-03-14 07:40:53 +00:00
|
|
|
"devDependencies": {
|
2021-05-21 11:10:37 +00:00
|
|
|
"@types/bootstrap": "^5.0.15",
|
2021-03-25 14:33:41 +00:00
|
|
|
"@types/jquery": "^3.5.5",
|
2021-05-21 11:10:37 +00:00
|
|
|
"@vuepress/bundler-vite": "^2.0.0-beta.14",
|
2021-05-15 07:59:55 +00:00
|
|
|
"@vuepress/plugin-back-to-top": "^2.0.0-beta.14",
|
2021-05-15 07:56:40 +00:00
|
|
|
"@vuepress/plugin-search": "^2.0.0-beta.14",
|
2021-05-15 10:10:02 +00:00
|
|
|
"postcss-loader": "^5.3.0",
|
2021-05-11 11:24:18 +00:00
|
|
|
"prettier": "^2.3.0",
|
2021-05-21 11:10:37 +00:00
|
|
|
"sass": "1.32.13",
|
2021-05-15 07:26:25 +00:00
|
|
|
"sass-loader": "^11.1.1",
|
2021-03-25 14:33:41 +00:00
|
|
|
"vue-property-decorator": "^9.1.2",
|
2021-05-21 11:10:37 +00:00
|
|
|
"vuepress": "^2.0.0-beta.14"
|
2021-03-14 07:40:53 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"docs:dev": "vuepress dev docs",
|
2021-04-06 11:05:35 +00:00
|
|
|
"docs:build": "vuepress build docs",
|
|
|
|
"lint": "prettier --write ."
|
2021-03-25 05:11:35 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-03-25 14:33:41 +00:00
|
|
|
"@popperjs/core": "^2.9.1",
|
2021-05-15 07:56:30 +00:00
|
|
|
"@vuepress/plugin-debug": "^2.0.0-beta.14",
|
2021-05-15 10:10:02 +00:00
|
|
|
"bootstrap": "^5.0.1",
|
2021-03-25 14:33:41 +00:00
|
|
|
"jquery": "^3.6.0",
|
2021-05-21 11:10:37 +00:00
|
|
|
"markdown-it-footnote": "^3.0.3",
|
2021-04-04 13:53:49 +00:00
|
|
|
"vuepress-plugin-mermaidjs": "^1.8.1"
|
2021-03-14 07:40:53 +00:00
|
|
|
}
|
2021-03-17 00:38:12 +00:00
|
|
|
}
|