Files
minne/html-router/package.json
2026-02-14 19:43:34 +01:00

17 lines
358 B
JSON

{
"name": "html-router",
"version": "1.0.0",
"scripts": {
"tailwind": "tailwindcss -i app.css -o assets/style.css --watch=always"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@tailwindcss/cli": "^4.1.2",
"@tailwindcss/typography": "^0.5.16",
"daisyui": "^5.0.12",
"tailwindcss": "^4.1.2"
}
}