mirror of
https://github.com/draussenfunker/draussenfunker.github.io.git
synced 2025-12-31 08:29:17 +00:00
initial commit
This commit is contained in:
commit
3bf46f4b79
11 changed files with 1910 additions and 0 deletions
19
package.json
Normal file
19
package.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"name": "draussenfunker",
|
||||
"version": "0.0.1",
|
||||
"description": "Website for draussenfunker.de",
|
||||
"main": "index.js",
|
||||
"author": "DO7JZ",
|
||||
"license": "MIT",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "vuepress dev docs",
|
||||
"build": "vuepress build docs"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vuepress/plugin-active-header-links": "^2.0.0-beta.49",
|
||||
"@vuepress/plugin-back-to-top": "^2.0.0-beta.49",
|
||||
"vuepress": "^2.0.0-beta.49",
|
||||
"vuepress-plugin-social-share": "^2.0.0-beta.5"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue