mirror of
https://github.com/hacks-guide/Guide-WiiU.git
synced 2026-03-21 17:35:04 -05:00
Bumps [vitepress](https://github.com/vuejs/vitepress) from 1.5.0 to 1.6.3. - [Release notes](https://github.com/vuejs/vitepress/releases) - [Changelog](https://github.com/vuejs/vitepress/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/vitepress/compare/v1.5.0...v1.6.3) --- updated-dependencies: - dependency-name: vitepress dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
17 lines
413 B
JSON
17 lines
413 B
JSON
{
|
|
"devDependencies": {
|
|
"vitepress": "^1.6.3"
|
|
},
|
|
"scripts": {
|
|
"docs:dev": "vitepress dev docs",
|
|
"docs:build": "vitepress build docs",
|
|
"docs:preview": "vitepress preview docs"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^6.7.2",
|
|
"@fortawesome/free-solid-svg-icons": "^6.7.2",
|
|
"@fortawesome/vue-fontawesome": "^3.0.8",
|
|
"markdown-it-container": "^4.0.0"
|
|
}
|
|
}
|