2021-03-14 15:40:53 +08:00
|
|
|
{
|
|
|
|
"name": "Xray-docs-next",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"main": "index.js",
|
|
|
|
"repository": "https://github.com/XTLS/Xray-docs-next.git",
|
2021-03-17 08:38:12 +08:00
|
|
|
"author": "Arthur Morgan, Project X Community",
|
2021-03-16 23:57:15 +08:00
|
|
|
"license": "CC-BY-SA-4.0",
|
2021-03-14 15:40:53 +08:00
|
|
|
"devDependencies": {
|
2022-05-08 01:37:46 +00:00
|
|
|
"@types/bootstrap": "^5.1.11",
|
2022-04-25 23:58:56 -04:00
|
|
|
"@types/jquery": "^3.5.14",
|
2022-04-26 00:13:05 -04:00
|
|
|
"@types/mermaid": "^8.2.9",
|
2022-05-03 07:10:47 +00:00
|
|
|
"@types/node": "^17.0.31",
|
2022-04-25 00:30:38 -04:00
|
|
|
"@vuepress/bundler-vite": "^2.0.0-beta.25",
|
|
|
|
"@vuepress/plugin-back-to-top": "^2.0.0-beta.25",
|
2021-09-10 23:13:02 +08:00
|
|
|
"@vuepress/plugin-debug": "^2.0.0-beta.25",
|
2022-04-25 00:30:38 -04:00
|
|
|
"@vuepress/plugin-search": "^2.0.0-beta.25",
|
2022-04-26 00:13:05 -04:00
|
|
|
"postcss-loader": "^6.2.1",
|
2022-04-25 23:58:56 -04:00
|
|
|
"prettier": "^2.6.2",
|
2022-04-26 00:13:05 -04:00
|
|
|
"sass": "^1.51.0",
|
2022-05-19 07:12:38 +00:00
|
|
|
"sass-loader": "^13.0.0",
|
2021-03-25 22:33:41 +08:00
|
|
|
"vue-property-decorator": "^9.1.2",
|
2022-04-25 00:30:38 -04:00
|
|
|
"vuepress": "^2.0.0-beta.25"
|
2021-03-14 15:40:53 +08:00
|
|
|
},
|
|
|
|
"scripts": {
|
2021-09-10 23:13:02 +08:00
|
|
|
"docs:dev": "vuepress dev docs --clean-temp --clean-cache --host 127.0.0.1",
|
2021-04-06 19:05:35 +08:00
|
|
|
"docs:build": "vuepress build docs",
|
|
|
|
"lint": "prettier --write ."
|
2021-03-25 13:11:35 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-04-25 23:58:56 -04:00
|
|
|
"@popperjs/core": "^2.11.5",
|
2022-04-26 00:13:05 -04:00
|
|
|
"bootstrap": "^5.1.3",
|
2022-04-22 07:15:15 +00:00
|
|
|
"esbuild": "^0.14.38",
|
2021-03-25 22:33:41 +08:00
|
|
|
"jquery": "^3.6.0",
|
2021-05-21 19:10:37 +08:00
|
|
|
"markdown-it-footnote": "^3.0.3",
|
2022-05-12 07:11:40 +00:00
|
|
|
"mermaid": "^9.1.1",
|
2022-04-26 00:13:05 -04:00
|
|
|
"vuepress-plugin-mermaidjs": "^2.0.0-beta.2"
|
2021-03-14 15:40:53 +08:00
|
|
|
}
|
2021-03-17 08:38:12 +08:00
|
|
|
}
|