schuelerzeitung/package.json
Denys Konovalov f5da17b756
Some checks failed
schuelerzeitung-prod / prod-build (push) Failing after 1s
schuelerzeitung-prod / test-build (push) Failing after 1s
update deps
2023-10-21 13:52:17 +02:00

28 lines
688 B
JSON

{
"name": "blist",
"version": "2.1.0",
"description": "Blist is a clean and fast blog theme for your Hugo site.",
"main": "index.js",
"repository": "https://github.com/apvarun/blist-hugo-theme",
"author": "Varun A P",
"license": "MIT",
"scripts": {
"start": "hugo server --disableFastRender",
"build": "NODE_ENV=production hugo --gc"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"postcss-cli": "^8.3.1",
"postcss-import": "^14.0.1",
"tailwindcss": "^3.3.3"
},
"browserslist": [
"last 1 version",
"> 1%",
"maintained node versions",
"not dead"
]
}