Compare commits

..

No commits in common. "12433f7c236906fe2b29848a0acaa6be1724da56" and "ab45fc144eaf14f63d86ee53c1db4eefd88f9c7f" have entirely different histories.

3 changed files with 12 additions and 15 deletions

5
.gitignore vendored
View File

@ -4,7 +4,4 @@ yarn.lock
*.map
public/env.js
public/index.html
/dist
.yarn
.pnp.js
.yarnrc.yml
/dist

View File

@ -11,29 +11,29 @@
"license": "CC-BY-NC-SA-4.0",
"devDependencies": {
"@odit/lfk-client-js": "0.9.2",
"@odit/license-exporter": "0.0.11",
"@sveltejs/vite-plugin-svelte": "1.0.0-next.5",
"@types/html-minifier": "4.0.0",
"auto-changelog": "2.2.1",
"autoprefixer": "10.2.5",
"csvtojson": "2.0.10",
"gridjs": "3.4.0",
"html-minifier": "4.0.0",
"localforage": "1.9.0",
"marked": "2.0.1",
"release-it": "14.5.1",
"svelte": "3.37.0",
"svelte-focus-trap": "1.2.0",
"svelte-i18n": "3.3.9",
"svelte-preprocess": "4.7.0",
"svelte-select": "3.17.0",
"tailwindcss": "2.0.4",
"tinro": "0.6.1",
"toastify-js": "1.10.0",
"validator": "13.5.2",
"xlsx": "0.16.9",
"@odit/license-exporter": "0.0.11",
"auto-changelog": "2.2.1",
"autoprefixer": "10.2.5",
"release-it": "14.5.1",
"svelte": "3.37.0",
"svelte-preprocess": "4.7.0",
"vite": "2.1.5",
"vite-plugin-windicss": "0.12.1",
"xlsx": "0.16.9"
"@svitejs/vite-plugin-svelte": "0.11.1",
"@types/html-minifier": "4.0.0",
"html-minifier": "4.0.0"
},
"release-it": {
"git": {

View File

@ -1,4 +1,4 @@
import svelte from '@sveltejs/vite-plugin-svelte';
import svelte from '@svitejs/vite-plugin-svelte';
import windiCSS from 'vite-plugin-windicss';
import { minify } from 'html-minifier';
import { defineConfig } from 'vite';