first merge to main 🚀 #71

Manually merged
philipp merged 491 commits from dev into main 2021-02-19 17:03:06 +00:00
Showing only changes of commit 1fba3ef9e4 - Show all commits

View File

@ -3,7 +3,8 @@
"version": "0.0.0",
"scripts": {
"dev": "snowpack dev",
"build": "snowpack build"
"build": "snowpack build",
"licenses:export": "license-exporter --md"
},
"dependencies": {
"@odit/lfk-client-js": "0.0.6",
@ -18,6 +19,7 @@
"validator": "^13.5.2"
},
"devDependencies": {
"@odit/license-exporter": "^0.0.6",
"@snowpack/plugin-svelte": "^3.4.1",
"autoprefixer": "^10.1.0",
"postcss": "^8.2.1",