mirror of
https://github.com/perstarkse/minne.git
synced 2026-01-15 22:53:26 +01:00
13 lines
326 B
JSON
13 lines
326 B
JSON
{
|
|
"scripts": {
|
|
"dev": "npx @tailwindcss/cli --input assets/input.css --output assets/style.css --watch --minify"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.15",
|
|
"daisyui": "^5.0.0-beta.1",
|
|
"tailwindcss": "^4.0.0-beta.9"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/cli": "^4.0.0-beta.9"
|
|
}
|
|
} |