mirror of
https://github.com/miawinter98/just-short-it.git
synced 2024-11-10 03:59:53 +00:00
14 lines
290 B
JSON
14 lines
290 B
JSON
{
|
|
"dependencies": {
|
|
"autoprefixer": "^10.4.16",
|
|
"cssnano": "^6.0.1",
|
|
"daisyui": "^4.4.0",
|
|
"postcss": "^8.4.31",
|
|
"postcss-cli": "^10.1.0",
|
|
"tailwindcss": "^3.3.5"
|
|
},
|
|
"scripts": {
|
|
"css:build": "postcss -o wwwroot/css/main.min.css wwwroot/css/main.css"
|
|
}
|
|
}
|