mirror of
https://github.com/AskDavis/Getting-Started-With-ACPI.git
synced 2025-12-31 20:55:58 -08:00
Inital import
This commit is contained in:
29
package.json
Normal file
29
package.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user