theme/package.json

19 lines
495 B
JSON
Raw Normal View History

2019-02-02 16:17:50 +00:00
{
"name": "vikunja-theme",
2022-01-26 20:58:18 +00:00
"version": "1.0.0",
2019-02-02 16:17:50 +00:00
"description": "A Hugo theme that gets used within all of our websites.",
2019-10-30 20:45:29 +00:00
"license": "LGPL-3.0-or-later",
2019-02-02 16:17:50 +00:00
"author": {
"name": "The Vikunja authors",
"email": "team@vikunja.io"
},
"scripts": {
2022-01-26 20:58:18 +00:00
"prod": "tailwindcss -i src/style.css -o static/css/styles.css",
"watch": "tailwindcss -i src/style.css -o static/css/styles.css --watch"
2019-02-02 16:17:50 +00:00
},
"devDependencies": {
2022-01-26 20:58:18 +00:00
"postcss": "^8.4.5",
"tailwindcss": "^3.0.17"
2019-02-02 16:17:50 +00:00
}
}