theme/package.json

19 lines
495 B
JSON

{
"name": "vikunja-theme",
"version": "1.0.0",
"description": "A Hugo theme that gets used within all of our websites.",
"license": "LGPL-3.0-or-later",
"author": {
"name": "The Vikunja authors",
"email": "team@vikunja.io"
},
"scripts": {
"prod": "tailwindcss -i src/style.css -o static/css/styles.css",
"watch": "tailwindcss -i src/style.css -o static/css/styles.css --watch"
},
"devDependencies": {
"postcss": "^8.4.5",
"tailwindcss": "^3.0.17"
}
}