metadata loaders as svelte stream

This commit is contained in:
Jan Prochazka
2021-02-20 17:47:48 +01:00
parent 40ed020c0a
commit 9743569ca7
12 changed files with 522 additions and 13 deletions

View File

@@ -22,10 +22,16 @@
"svelte-check": "^1.0.0",
"svelte-preprocess": "^4.0.0",
"tslib": "^2.0.0",
"typescript": "^3.9.3"
"typescript": "^3.9.3",
"socket.io-client": "^2.3.0",
"sql-formatter": "^2.3.3",
"uuid": "^3.4.0",
"json-stable-stringify": "^1.0.1",
"localforage": "^1.9.0",
"lodash": "^4.17.15"
},
"dependencies": {
"@mdi/font": "^5.9.55",
"sirv-cli": "^1.0.0"
}
}
}