terminal improvements

This commit is contained in:
2023-07-05 15:56:07 +02:00
parent e339e924dc
commit 9c875748f7
6 changed files with 315 additions and 40 deletions

View File

@@ -5,6 +5,7 @@
"scripts": {
"dev": "vite dev",
"build": "vite build",
"deploy": "npm run build && gh-pages -d build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch",
@@ -28,6 +29,7 @@
"prettier-plugin-svelte": "^2.10.1",
"svelte": "^4.0.0",
"svelte-check": "^3.4.3",
"gh-pages": "^5.0.0",
"typescript": "^5.0.0",
"vite": "^4.3.6",
"vite-plugin-pwa": "^0.16.4",