initial commit

This commit is contained in:
julius zeidler 2022-08-08 17:30:45 +02:00
commit 3bf46f4b79
11 changed files with 1910 additions and 0 deletions

19
package.json Normal file
View 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"
}
}