feat(web): setup basic svelte-tailwind webapp

This commit is contained in:
2026-08-20 14:49:13 +02:00
parent 90ccd230e4
commit f30ac14d5d
9 changed files with 477 additions and 24 deletions
+4
View File
@@ -15,7 +15,10 @@
"wasm-pack:release": "rm -rf pkg; wasm-pack build --features wasm-bindgen --manifest-path ../Cargo.toml; mv ../pkg ."
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^7.3.0",
"@tailwindcss/vite": "^4.3.3",
"npm-run-all": "^4.1.5",
"tailwindcss": "^4.3.3",
"typescript": "~6.0.2",
"vite": "^8.2.0",
"vite-plugin-top-level-await": "^1.6.0",
@@ -25,6 +28,7 @@
"dependencies": {
"esbuild": "^0.28.2",
"rollup": "^4.62.4",
"svelte": "^5.56.9",
"wordle-solver": "link:./pkg"
}
}