mirror of
https://github.com/hacks-guide/Guide_Vita.git
synced 2024-11-30 05:00:30 +00:00
23 lines
621 B
JSON
23 lines
621 B
JSON
{
|
|
"dependencies": {
|
|
"yarn": "^1.22.17"
|
|
},
|
|
"name": "cemu.cfw.guide",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"repository": "github.com/cfw-guide/cemu.cfw.guide",
|
|
"author": "emiyl <me@emiyl.com>",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@vue/component-compiler-utils": "^3.3.0",
|
|
"@vuepress/plugin-search": "^2.0.0-beta.26",
|
|
"@vuepress/shared-utils": "^1.8.2",
|
|
"markdown-it-include": "^2.0.0",
|
|
"vuepress": "^2.0.0-beta.26"
|
|
},
|
|
"scripts": {
|
|
"docs:dev": "vuepress dev docs",
|
|
"docs:build": "vuepress build docs"
|
|
}
|
|
}
|