mirror of
https://github.com/ChrispyBacon-dev/DockFlare.git
synced 2026-04-28 11:49:34 +00:00
14 lines
No EOL
362 B
JSON
14 lines
No EOL
362 B
JSON
{
|
|
"name": "dockflare",
|
|
"version": "1.5.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build:css": "tailwindcss -c ./tailwind.config.js -i ./app/templates/input.css -o ./app/static/css/output.css --minify"
|
|
},
|
|
"devDependencies": {
|
|
"tailwindcss": "^3.4.3",
|
|
"daisyui": "^4.10.2",
|
|
"postcss": "^8.4.38",
|
|
"autoprefixer": "^10.4.19"
|
|
}
|
|
} |