mirror of
https://github.com/perstarkse/minne.git
synced 2026-02-21 15:47:39 +01:00
17 lines
358 B
JSON
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"
|
|
}
|
|
}
|