mirror of
https://github.com/AskDavis/Getting-Started-With-ACPI.git
synced 2026-01-01 05:05:57 -08:00
30 lines
702 B
JSON
30 lines
702 B
JSON
{
|
|
"name": "OpenCore-Desktop-Guide",
|
|
"version": "0.0.1",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"authors": {
|
|
"name": "",
|
|
"email": ""
|
|
},
|
|
"repository": "/OpenCore-Desktop-Guide",
|
|
"scripts": {
|
|
"dev": "vuepress dev",
|
|
"build": "vuepress build"
|
|
},
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@vuepress/plugin-back-to-top": "^1.5.2",
|
|
"vuepress": "^1.5.2",
|
|
"vuepress-plugin-medium-zoom": "^1.1.8",
|
|
"vuepress-plugin-zooming": "^1.1.7",
|
|
"vuepress-theme-book": "0.0.3",
|
|
"vuepress-theme-dark-new": "^0.1.2",
|
|
"vuepress-theme-succinct": "^1.5.2"
|
|
},
|
|
"dependencies": {
|
|
"markdown-it-multimd-table": "^4.0.3",
|
|
"vuepress-theme-yuu": "^2.3.0"
|
|
}
|
|
}
|