Cleanup assets

This commit is contained in:
2024-04-14 13:22:29 +10:00
parent b788bce169
commit 0af38d688f
19 changed files with 336 additions and 247 deletions

View File

@@ -2,12 +2,16 @@
"name": "test21",
"private": true,
"type": "module",
"scripts": {
"assets": "node config/assets.js"
},
"dependencies": {
"@icelab/defo": "^0.0.3",
"hanami-assets": "^2.1.0-rc.3"
"hanami-assets": "github:hanami/assets-js#main",
"typescript": "^5.2.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.8",
"tailwindcss": "^3.2.4"
"tailwindcss": "^3.3.3"
}
}