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-12-01 11:26:03 -05:00
|
|
|
"@types/node": "^22.10.1",
|
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-08-02 01:31:28 +02:00
|
|
|
"vuepress-plugin-i18n": "https://codeload.github.com/XTLS/vuepress-plugin-i18n/tar.gz/5ae5b2d",
|
2024-01-17 07:27:11 +00:00
|
|
|
"postcss-loader": "^8.0.0",
|
2024-12-01 11:25:54 -05:00
|
|
|
"prettier": "^3.4.1",
|
2022-04-26 00:13:05 -04:00
|
|
|
"sass": "^1.51.0",
|
2024-04-12 07:05:35 +00:00
|
|
|
"sass-loader": "^14.2.0",
|
2025-01-09 15:41:22 +00:00
|
|
|
"typescript": "^5.6.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
|
|
|
},
|
|
|
|
"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",
|
2025-01-09 15:41:22 +00:00
|
|
|
"@vueuse/core": "^11.2.0",
|
2024-01-26 05:07:42 +08:00
|
|
|
"anywhere": "^1.6.0",
|
2022-07-25 07:12:24 +00:00
|
|
|
"bootstrap": "^5.2.0",
|
2024-10-01 10:24:42 -04:00
|
|
|
"esbuild": "^0.24.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-11-01 10:27:38 -04:00
|
|
|
"mermaid": "^11.4.0",
|
2024-01-26 05:07:42 +08:00
|
|
|
"vue": "3.3.13"
|
2021-03-14 15:40:53 +08:00
|
|
|
}
|
2024-04-22 11:09:50 -04:00
|
|
|
}
|