mirror of
https://github.com/aljazceru/njump.git
synced 2025-12-17 06:14:22 +01:00
12 lines
278 B
JSON
12 lines
278 B
JSON
{
|
|
"scripts": {
|
|
"postinstall": "tailwind -i tailwind.css -o static/tailwind-bundle.min.css --minify"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/typography": "^0.5.10",
|
|
"prettier": "^3.0.3",
|
|
"prettier-plugin-tailwindcss": "^0.5.6",
|
|
"tailwindcss": "^3.4.1"
|
|
}
|
|
}
|