Merge branch 'feature/17-license_collection' into dev
All checks were successful
continuous-integration/drone/push Build is passing

close #17
This commit is contained in:
2021-01-03 19:37:23 +01:00
3 changed files with 977 additions and 1 deletions

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.8",
@@ -18,6 +19,7 @@
"validator": "^13.5.2"
},
"devDependencies": {
"@odit/license-exporter": "^0.0.8",
"@snowpack/plugin-svelte": "^3.4.1",
"autoprefixer": "^10.1.0",
"postcss": "^8.2.2",