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

14 lines
290 B
JSON
Raw Normal View History

2023-04-17 20:30:07 +00:00
{
"dependencies": {
2023-11-17 23:54:12 +00:00
"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"
2023-04-17 20:30:07 +00:00
}
}