mirror of
https://github.com/perstarkse/minne.git
synced 2026-01-14 14:13:25 +01:00
17 lines
358 B
JSON
17 lines
358 B
JSON
{
|
|
"name": "html-router",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"tailwind": "npx @tailwindcss/cli -i app.css -o assets/style.css -w -m"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"@tailwindcss/cli": "^4.1.2",
|
|
"@tailwindcss/typography": "^0.5.16",
|
|
"daisyui": "^5.0.12",
|
|
"tailwindcss": "^4.1.2"
|
|
}
|
|
}
|