feat(web): setup basic svelte-tailwind webapp
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user