1
0
Fork 0
mirror of https://github.com/miawinter98/just-short-it.git synced 2024-09-20 01:39:00 +00:00
just-short-it/package.json

15 lines
313 B
JSON

{
"dependencies": {
"autoprefixer": "^10.4.16",
"bulma": "^0.9.4",
"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"
}
}