dejael10/package.json
2026-01-27 19:26:18 -06:00

28 lines
816 B
JSON

{
"name": "lowkey",
"author": "Nixentric",
"homepage": "https://github.com/nixentric/Lowkey-Hugo-Theme#readme",
"license": "MIT",
"version": "1.1.0",
"description": "A Clean and Simple Hugo theme inspired by Adam Wathan's (https://adamwathan.me/) Website.",
"main": "index.js",
"scripts": {
"dev": "hugo server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nixentric/Lowkey-Hugo-Theme.git"
},
"keywords": ["hugo", "hugo-themes", "clean-themes"],
"bugs": {
"url": "https://github.com/nixentric/Lowkey-Hugo-Theme/issues"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"cssnano": "^5.1.14",
"postcss": "^8.4.20",
"postcss-cli": "^10.1.0",
"tailwindcss": "^3.2.4"
}
}