mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2025-01-19 09:11:40 +03:00
7118e6fab3
Bumps [sass-loader](https://github.com/webpack-contrib/sass-loader) from 13.3.3 to 14.1.0. - [Release notes](https://github.com/webpack-contrib/sass-loader/releases) - [Changelog](https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md) - [Commits](https://github.com/webpack-contrib/sass-loader/compare/v13.3.3...v14.1.0) --- updated-dependencies: - dependency-name: sass-loader dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
46 lines
1.5 KiB
JSON
46 lines
1.5 KiB
JSON
{
|
|
"name": "Xray-docs-next",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"repository": "https://github.com/XTLS/Xray-docs-next.git",
|
|
"author": "Arthur Morgan, Project X Community",
|
|
"license": "CC-BY-SA-4.0",
|
|
"devDependencies": {
|
|
"@types/bootstrap": "^5.2.0",
|
|
"@types/jquery": "^3.5.14",
|
|
"@types/node": "^20.11.0",
|
|
"@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",
|
|
"postcss-loader": "^8.0.0",
|
|
"prettier": "^3.2.2",
|
|
"sass": "^1.51.0",
|
|
"sass-loader": "^14.1.0",
|
|
"typescript": "^5.2.2",
|
|
"vue-property-decorator": "^9.1.2",
|
|
"vuepress": "2.0.0-rc.2"
|
|
},
|
|
"packageManager": "pnpm@8.10.5",
|
|
"scripts": {
|
|
"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",
|
|
"lint": "prettier --write ."
|
|
},
|
|
"dependencies": {
|
|
"@popperjs/core": "^2.11.5",
|
|
"@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",
|
|
"bootstrap": "^5.2.0",
|
|
"esbuild": "^0.20.0",
|
|
"jquery": "^3.6.0",
|
|
"markdown-it-footnote": "^4.0.0",
|
|
"mermaid": "^10.7.0",
|
|
"vue": "3.3.13"
|
|
}
|
|
} |