🧹 reorder + fix package

ref #108
This commit is contained in:
Philipp Dormann 2021-04-02 21:56:57 +02:00
parent 44b53da345
commit 12433f7c23
3 changed files with 15 additions and 12 deletions

5
.gitignore vendored
View File

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

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",
"@sveltejs/vite-plugin-svelte": "0.11.1",
"@types/html-minifier": "4.0.0",
"html-minifier": "4.0.0"
"xlsx": "0.16.9"
},
"release-it": {
"git": {

View File

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