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": {
|
2022-07-25 07:12:24 +00:00
|
|
|
"@types/bootstrap": "^5.2.0",
|
2022-04-26 03:58:56 +00:00
|
|
|
"@types/jquery": "^3.5.14",
|
2022-12-16 07:02:38 +00:00
|
|
|
"@types/mermaid": "^9.2.0",
|
2023-02-20 08:00:53 +00:00
|
|
|
"@types/node": "^18.14.0",
|
2022-04-25 04:30:38 +00:00
|
|
|
"@vuepress/bundler-vite": "^2.0.0-beta.25",
|
|
|
|
"@vuepress/plugin-back-to-top": "^2.0.0-beta.25",
|
2021-09-10 15:13:02 +00:00
|
|
|
"@vuepress/plugin-debug": "^2.0.0-beta.25",
|
2022-04-25 04:30:38 +00:00
|
|
|
"@vuepress/plugin-search": "^2.0.0-beta.25",
|
2022-05-19 07:12:28 +00:00
|
|
|
"postcss-loader": "^7.0.0",
|
2022-11-23 07:03:40 +00:00
|
|
|
"prettier": "^2.8.0",
|
2022-04-26 04:13:05 +00:00
|
|
|
"sass": "^1.51.0",
|
2022-11-10 07:11:49 +00:00
|
|
|
"sass-loader": "^13.2.0",
|
2021-03-25 14:33:41 +00:00
|
|
|
"vue-property-decorator": "^9.1.2",
|
2022-04-25 04:30:38 +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": {
|
2022-04-26 03:58:56 +00:00
|
|
|
"@popperjs/core": "^2.11.5",
|
2022-07-25 07:12:24 +00:00
|
|
|
"bootstrap": "^5.2.0",
|
2023-01-16 07:04:55 +00:00
|
|
|
"esbuild": "^0.17.0",
|
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",
|
2023-02-27 07:59:12 +00:00
|
|
|
"mermaid": "^10.0.0",
|
2022-04-26 04:13:05 +00:00
|
|
|
"vuepress-plugin-mermaidjs": "^2.0.0-beta.2"
|
2021-03-14 07:40:53 +00:00
|
|
|
}
|
2021-03-17 00:38:12 +00:00
|
|
|
}
|