-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 694 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 694 Bytes
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
{
"name": "bettergui.docs",
"version": "1.0.0",
"description": "The documentation of BetterGUI",
"homepage": "https://github.com/BetterGUI-MC/Docs",
"bugs": {
"url": "https://github.com/BetterGUI-MC/Issue-Tracker/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BetterGUI-MC/Docs.git"
},
"license": "MIT",
"author": "HSGamer",
"type": "module",
"scripts": {
"dev": "vitepress dev",
"build": "vitepress build",
"preview": "vitepress preview"
},
"devDependencies": {
"@types/node": "^24.10.1",
"gray-matter": "^4.0.3",
"vitepress": "^1.6.4",
"vitepress-plugin-tabs": "^0.7.3",
"vue": "^3.5.24"
}
}