{ "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" } }