Compare commits

..

No commits in common. "0cd3e937d852eeabe43eb6298bfabe20834240b2" and "008027db0e2736a9bb9defd67178ab3fe580de04" have entirely different histories.

2 changed files with 5 additions and 4 deletions

1
.gitignore vendored
View File

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

View File

@ -9,7 +9,7 @@
"licenses:export": "license-exporter --json -o public" "licenses:export": "license-exporter --json -o public"
}, },
"license": "CC-BY-NC-SA-4.0", "license": "CC-BY-NC-SA-4.0",
"devDependencies": { "dependencies": {
"@odit/lfk-client-js": "0.6.4", "@odit/lfk-client-js": "0.6.4",
"csvtojson": "^2.0.10", "csvtojson": "^2.0.10",
"gridjs": "3.3.0", "gridjs": "3.3.0",
@ -22,7 +22,9 @@
"tinro": "0.6.1", "tinro": "0.6.1",
"toastify-js": "1.9.3", "toastify-js": "1.9.3",
"validator": "13.5.2", "validator": "13.5.2",
"xlsx": "^0.16.9", "xlsx": "^0.16.9"
},
"devDependencies": {
"@odit/license-exporter": "^0.0.11", "@odit/license-exporter": "^0.0.11",
"auto-changelog": "^2.2.1", "auto-changelog": "^2.2.1",
"autoprefixer": "10.2.5", "autoprefixer": "10.2.5",
@ -32,7 +34,7 @@
"release-it": "^14.4.1", "release-it": "^14.4.1",
"svelte": "3.35.0", "svelte": "3.35.0",
"svelte-preprocess": "4.6.9", "svelte-preprocess": "4.6.9",
"vite": "2.1.3", "vite": "^2.1.2",
"vite-plugin-windicss": "^0.9.6", "vite-plugin-windicss": "^0.9.6",
"@svitejs/vite-plugin-svelte": "^0.11.1", "@svitejs/vite-plugin-svelte": "^0.11.1",
"@types/html-minifier": "^4.0.0", "@types/html-minifier": "^4.0.0",