-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 817 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 817 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
{
"name": "gbdev.github.io",
"version": "1.0.0",
"description": "Source repository of the gbdev landing website. GitHub Pages serves the content of the `master` branch on [gbdev.github.io](https://gbdev.github.io).",
"main": "index.js",
"scripts": {
"dev": "vuepress dev website",
"build": "vuepress build website"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gbdev/gbdev.github.io.git"
},
"bugs": {
"url": "https://github.com/gbdev/gbdev.github.io/issues"
},
"homepage": "https://gbdev.io",
"devDependencies": {
"@vuepress/bundler-vite": "^2.0.0-rc.20",
"@vuepress/plugin-shiki": "^2.0.0-rc.91",
"@vuepress/theme-default": "^2.0.0-rc.91",
"sass-embedded": "^1.86.1",
"vue-inline-svg": "^4.0.0",
"vuepress": "^2.0.0-rc.20"
}
}