DataTable

ref #5
This commit is contained in:
2020-12-23 20:13:08 +01:00
parent 4765faeddc
commit d2938591bf
3 changed files with 36 additions and 1 deletions

View File

@@ -7,6 +7,8 @@
},
"dependencies": {
"@odit/lfk-client-js": "^0.0.4",
"gridjs": "^3.2.0",
"nanoid": "^3.1.20",
"svelte-i18n": "^3.3.0",
"svelte-spa-router": "^3.1.0",
"tailwindcss": "^2.0.2",
@@ -14,11 +16,11 @@
"validator": "^13.5.2"
},
"devDependencies": {
"snowpack": "3.0.0-rc.2",
"@snowpack/plugin-svelte": "^3.4.1",
"autoprefixer": "^10.1.0",
"postcss": "^8.2.1",
"postcss-load-config": "^3.0.0",
"snowpack": "3.0.0-rc.2",
"svelte": "^3.31.0",
"svelte-preprocess": "^4.6.1"
}