Initial commit

This commit is contained in:
daylily
2025-03-30 13:03:07 -04:00
commit 6be8e7a185
23 changed files with 2270 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"name": "inkclip-ui",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.app.json && tsc -p tsconfig.node.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@tsconfig/svelte": "^5.0.4",
"@types/w3c-web-hid": "^1.0.6",
"rgbquant": "^1.1.2",
"svelte": "^5.25.2",
"svelte-check": "^4.1.4",
"typescript": "~5.7.2",
"vite": "^6.2.0"
}
}