set up tailwindcss

This commit is contained in:
Brad Warren
2025-10-30 11:47:28 -07:00
committed by Brad Warren
parent a16fb9b678
commit f5360b042c
5 changed files with 583 additions and 69 deletions

View File

@@ -16,9 +16,11 @@
},
"license": "MIT",
"dependencies": {
"@tailwindcss/vite": "^4.1.16",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-opener": "^2",
"@tauri-apps/plugin-shell": "^2.3.3"
"@tauri-apps/plugin-shell": "^2.3.3",
"tailwindcss": "^4.1.16"
},
"devDependencies": {
"@eslint/js": "^9.38.0",