30 lines
910 B
JSON
30 lines
910 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 --minify",
|
|
"watch": "tailwindcss -i src/style.css -o static/css/styles.css --watch",
|
|
"clean": "rm -rf dist && mkdir dist",
|
|
"release": "tar -czvf dist/vikunja-theme.tar.gz archetypes layouts static LICENSE README.md theme.toml",
|
|
"format": "prettier --write ."
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/typography": "^0.5.0",
|
|
"postcss": "^8.4.5",
|
|
"prettier": "^2.5.1",
|
|
"prettier-plugin-go-template": "^0.0.11",
|
|
"prettier-plugin-tailwindcss": "^0.1.4",
|
|
"tailwindcss": "^3.0.17"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/aspect-ratio": "^0.4.0",
|
|
"@tailwindcss/forms": "^0.4.0"
|
|
}
|
|
}
|