Xray-docs-next/package.json

51 lines
1.6 KiB
JSON
Raw Normal View History

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": {
"@types/bootstrap": "^5.2.0",
"@types/jquery": "^3.5.14",
"@types/mermaid": "^9.2.0",
"@types/node": "^20.11.0",
2024-01-21 00:49:42 +08:00
"@vuepress/bundler-vite": "^2.0.0-rc.0",
"@vuepress/bundler-webpack": "2.0.0-rc.0",
"@vuepress/plugin-back-to-top": "^2.0.0-rc.0",
"@vuepress/plugin-debug": "^2.0.0-beta.33",
"@vuepress/plugin-search": "^2.0.0-rc.0",
"typescript": "^5.2.2",
"postcss-loader": "^8.0.0",
"prettier": "^3.2.2",
"sass": "^1.51.0",
2024-01-21 00:49:42 +08:00
"sass-loader": "^13.3.2",
2021-03-25 22:33:41 +08:00
"vue-property-decorator": "^9.1.2",
2024-01-21 00:49:42 +08:00
"vuepress": "^2.0.0-rc.0"
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-21 00:49:42 +08:00
"docs:dev": "vuepress dev docs",
2021-04-06 19:05:35 +08:00
"docs:build": "vuepress build docs",
"lint": "prettier --write ."
},
"dependencies": {
"@popperjs/core": "^2.11.5",
"bootstrap": "^5.2.0",
"esbuild": "^0.19.0",
2021-03-25 22:33:41 +08:00
"jquery": "^3.6.0",
"markdown-it-footnote": "^4.0.0",
"mermaid": "^10.7.0",
2024-01-21 00:49:42 +08:00
"vuepress-plugin-mermaidjs": "^2.0.0-beta.2",
"@vuepress/cli": "2.0.0-rc.0",
"@vuepress/client": "2.0.0-rc.0",
"@vuepress/core": "2.0.0-rc.0",
"@vuepress/plugin-google-analytics": "2.0.0-rc.0",
"@vuepress/plugin-register-components": "2.0.0-rc.0",
"@vuepress/plugin-shiki": "2.0.0-rc.0",
"@vuepress/theme-default": "2.0.0-rc.0",
"@vuepress/utils": "2.0.0-rc.0",
"anywhere": "^1.6.0",
"vue": "^3.4.15"
2021-03-14 15:40:53 +08:00
}
2024-01-21 00:49:42 +08:00
}