congo/package.json

35 lines
1.0 KiB
JSON

{
"name": "congo",
"version": "1.0.0",
"description": "Congo theme for Hugo",
"main": "index.js",
"scripts": {
"dev": "NODE_ENV=development ./node_modules/tailwindcss/lib/cli.js -i ./assets/css/main.css -o ./static/css/main.css --jit -w",
"build": "NODE_ENV=production ./node_modules/tailwindcss/lib/cli.js -i ./assets/css/main.css -o ./static/css/main.css --jit --minify",
"example": "hugo server --source exampleSite --themesDir ../.. --buildDrafts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jpanther/Congo.git"
},
"keywords": [
"hugo",
"hugo-theme",
"tailwind",
"dark-mode"
],
"author": "James Panther",
"license": "MIT",
"bugs": {
"url": "https://github.com/jpanther/Congo/issues"
},
"homepage": "https://github.com/jpanther/Congo#readme",
"devDependencies": {
"@tailwindcss/typography": "^0.4.1",
"prettier": "^2.3.2",
"prettier-plugin-go-template": "^0.0.11",
"tailwind-underline-utils": "^1.1.3",
"tailwindcss": "^2.2.7"
}
}