forked from XTLS/Xray-docs-next
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.15 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"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/mermaid": "^9.2.0",
"@types/node": "^18.15.0",
"@vuepress/bundler-vite": "^2.0.0-beta.25",
"@vuepress/plugin-back-to-top": "^2.0.0-beta.25",
"@vuepress/plugin-debug": "^2.0.0-beta.25",
"@vuepress/plugin-search": "^2.0.0-beta.25",
"postcss-loader": "^7.0.0",
"prettier": "^2.8.0",
"sass": "^1.51.0",
"sass-loader": "^13.2.0",
"vue-property-decorator": "^9.1.2",
"vuepress": "^2.0.0-beta.25"
},
"scripts": {
"docs:dev": "vuepress dev docs --clean-temp --clean-cache --host 127.0.0.1",
"docs:build": "vuepress build docs",
"lint": "prettier --write ."
},
"dependencies": {
"@popperjs/core": "^2.11.5",
"bootstrap": "^5.2.0",
"esbuild": "^0.17.0",
"jquery": "^3.6.0",
"markdown-it-footnote": "^3.0.3",
"mermaid": "^10.0.0",
"vuepress-plugin-mermaidjs": "^2.0.0-beta.2"
}
}