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-09-10 15:13:02 +00:00
|
|
|
"@types/bootstrap": "^5.1.4",
|
2021-07-15 16:34:37 +00:00
|
|
|
"@types/jquery": "^3.5.6",
|
2021-09-11 09:43:07 +00:00
|
|
|
"@types/mermaid": "^8.2.7",
|
2021-09-11 10:37:02 +00:00
|
|
|
"@types/node": "^16.9.1",
|
2021-09-10 15:13:02 +00:00
|
|
|
"@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",
|
2021-07-05 10:56:54 +00:00
|
|
|
"postcss-loader": "^6.1.1",
|
2021-09-10 15:13:02 +00:00
|
|
|
"prettier": "^2.4.0",
|
|
|
|
"sass": "^1.39.2",
|
2021-06-19 10:34:00 +00:00
|
|
|
"sass-loader": "^12.1.0",
|
2021-03-25 14:33:41 +00:00
|
|
|
"vue-property-decorator": "^9.1.2",
|
2021-09-10 15:13:02 +00:00
|
|
|
"vuepress": "^2.0.0-beta.25"
|
2021-03-14 07:40:53 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2021-09-10 15:13:02 +00:00
|
|
|
"docs:dev": "vuepress dev docs --clean-temp --clean-cache --host 127.0.0.1",
|
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-09-10 15:13:02 +00:00
|
|
|
"@popperjs/core": "^2.10.1",
|
|
|
|
"bootstrap": "^5.1.1",
|
|
|
|
"esbuild": "^0.12.26",
|
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-09-11 09:43:07 +00:00
|
|
|
"mermaid": "^8.12.1",
|
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
|
|
|
}
|