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-07-25 07:12:24 +00:00
|
|
|
"@types/bootstrap": "^5.2.0",
|
2022-04-25 23:58:56 -04:00
|
|
|
"@types/jquery": "^3.5.14",
|
2024-01-11 07:16:09 +00:00
|
|
|
"@types/node": "^20.11.0",
|
2024-01-26 05:07:42 +08:00
|
|
|
"@vuepress/bundler-vite": "2.0.0-rc.2",
|
|
|
|
"@vuepress/bundler-webpack": "2.0.0-rc.2",
|
|
|
|
"@vuepress/plugin-back-to-top": "^2.0.0-rc.3",
|
|
|
|
"@vuepress/plugin-search": "2.0.0-rc.3",
|
2024-01-17 07:27:11 +00:00
|
|
|
"postcss-loader": "^8.0.0",
|
2024-01-15 07:56:37 +00:00
|
|
|
"prettier": "^3.2.2",
|
2022-04-26 00:13:05 -04:00
|
|
|
"sass": "^1.51.0",
|
2024-01-21 00:49:42 +08:00
|
|
|
"sass-loader": "^13.3.2",
|
2024-01-26 05:07:42 +08:00
|
|
|
"typescript": "^5.2.2",
|
2021-03-25 22:33:41 +08:00
|
|
|
"vue-property-decorator": "^9.1.2",
|
2024-01-26 05:07:42 +08:00
|
|
|
"vuepress": "2.0.0-rc.2"
|
2021-03-14 15:40:53 +08:00
|
|
|
},
|
2024-01-21 00:49:42 +08:00
|
|
|
"packageManager": "pnpm@8.10.5",
|
2021-03-14 15:40:53 +08:00
|
|
|
"scripts": {
|
2024-01-26 05:07:42 +08:00
|
|
|
"docs:dev": "vuepress dev docs --clean-temp --clean-cache",
|
|
|
|
"docs:build": "vuepress build docs --clean-temp --clean-cache",
|
|
|
|
"docs:serve": "anywhere -s -h localhost -d docs/.vuepress/dist",
|
2021-04-06 19:05:35 +08:00
|
|
|
"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",
|
2024-01-26 05:07:42 +08:00
|
|
|
"@vuepress/plugin-google-analytics": "2.0.0-rc.3",
|
|
|
|
"@vuepress/plugin-register-components": "2.0.0-rc.3",
|
|
|
|
"@vuepress/plugin-shiki": "2.0.0-rc.3",
|
|
|
|
"@vuepress/theme-default": "2.0.0-rc.3",
|
|
|
|
"@vueuse/core": "^10.7.2",
|
|
|
|
"anywhere": "^1.6.0",
|
2022-07-25 07:12:24 +00:00
|
|
|
"bootstrap": "^5.2.0",
|
2024-02-01 04:05:12 +00:00
|
|
|
"esbuild": "^0.20.0",
|
2021-03-25 22:33:41 +08:00
|
|
|
"jquery": "^3.6.0",
|
2023-12-07 07:17:00 +00:00
|
|
|
"markdown-it-footnote": "^4.0.0",
|
2024-01-16 07:28:38 +00:00
|
|
|
"mermaid": "^10.7.0",
|
2024-01-26 05:07:42 +08:00
|
|
|
"vue": "3.3.13"
|
2021-03-14 15:40:53 +08:00
|
|
|
}
|
2024-01-21 00:49:42 +08:00
|
|
|
}
|