feature/108_vite_migration #118

Merged
philipp merged 27 commits from feature/108_vite_migration into dev 2021-04-03 17:17:25 +00:00
2 changed files with 3 additions and 4 deletions
Showing only changes of commit 6be2ee626a - Show all commits

1
.gitignore vendored
View File

@ -8,3 +8,4 @@ public/sw.js
public/index.html
svelte.config.js
public/index.html
/dist

View File

@ -9,7 +9,7 @@
"licenses:export": "license-exporter --json -o public"
},
"license": "CC-BY-NC-SA-4.0",
"dependencies": {
"devDependencies": {
"@odit/lfk-client-js": "0.6.4",
"csvtojson": "^2.0.10",
"gridjs": "3.3.0",
@ -22,9 +22,7 @@
"tinro": "0.6.1",
"toastify-js": "1.9.3",
"validator": "13.5.2",
"xlsx": "^0.16.9"
},
"devDependencies": {
"xlsx": "^0.16.9",
"@odit/license-exporter": "^0.0.11",
"auto-changelog": "^2.2.1",
"autoprefixer": "10.2.5",