-
Notifications
You must be signed in to change notification settings - Fork 98
/
package.json
41 lines (41 loc) · 1.39 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
39
40
41
{
"name": "natfrp-wiki",
"version": "0.0.1",
"description": "SakuraFrp 官方帮助文档",
"main": "index.js",
"repository": "https://github.com/natfrp/wiki/",
"scripts": {
"dev": "vuepress dev",
"build": "vuepress build"
},
"license": "SEE LICENSE IN LICENSE",
"devDependencies": {
"@types/node": "^20.11.18",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"@vue/eslint-config-typescript": "^12.0.0",
"@vuepress/bundler-vite": "2.0.0-rc.7",
"@vuepress/plugin-register-components": "2.0.0-rc.14",
"@vuepress/plugin-sitemap": "2.0.0-rc.14",
"@vuepress/theme-default": "2.0.0-rc.14",
"@vuepress/utils": "2.0.0-rc.7",
"eslint": "^8.56.0",
"eslint-plugin-vue": "^9.21.1",
"flowchart.ts": "^3.0.0",
"markdown-it-html5-media": "^0.7.1",
"markdown-it-multimd-table": "^4.2.3",
"naive-ui": "^2.37.3",
"typescript": "^5.3.3",
"vue": "^3.4.19",
"vue-router": "^4.2.5",
"vuepress": "2.0.0-rc.7",
"vuepress-plugin-md-enhance": "file:.patches\\vuepress-plugin-md-enhance-2.0.0-rc.23.tgz"
},
"peerDependencies": {
"vue": "^3.2.45",
"vue-router": "^4.1.6"
},
"resolutions": {
"@mdit/plugin-tab": "file:.patches/mdit-plugin-tab-0.8.0.tgz"
}
}