First working version

This commit is contained in:
2026-03-16 20:44:15 +01:00
parent ca9d6a75ff
commit 19d0ceb7db
24 changed files with 873 additions and 276 deletions
+6 -1
View File
@@ -18,6 +18,7 @@
},
"devDependencies": {
"@types/bun": "latest",
"@types/lodash": "^4.17.24",
"@types/micromatch": "^4.0.10",
"@types/node": "^24.10.0",
"@types/react": "^19.2.2",
@@ -31,10 +32,14 @@
"react-dom": "^19.0.0"
},
"dependencies": {
"@tailwindcss/postcss": "^4.2.1",
"bun-plugin-tailwind": "^0.1.2",
"chalk": "^5.6.2",
"commander": "^14.0.2",
"esbuild": "^0.27.4",
"lodash": "^4.17.23",
"micromatch": "^4.0.8",
"ora": "^9.0.0"
"ora": "^9.0.0",
"postcss": "^8.5.8"
}
}