congo/package.json

34 lines
993 B
JSON
Raw Normal View History

2021-08-11 05:28:33 +00:00
{
2021-08-11 08:56:07 +00:00
"name": "congo",
2021-08-11 05:28:33 +00:00
"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 ../.."
2021-08-11 05:28:33 +00:00
},
"repository": {
"type": "git",
2021-08-11 08:56:07 +00:00
"url": "git+https://github.com/jpanther/Congo.git"
2021-08-11 05:28:33 +00:00
},
"keywords": [
"hugo",
"hugo-theme",
"tailwind",
"dark-mode"
],
"author": "James Panther",
"license": "MIT",
"bugs": {
2021-08-11 08:56:07 +00:00
"url": "https://github.com/jpanther/Congo/issues"
2021-08-11 05:28:33 +00:00
},
2021-08-11 08:56:07 +00:00
"homepage": "https://github.com/jpanther/Congo#readme",
2021-08-11 05:28:33 +00:00
"devDependencies": {
"@tailwindcss/typography": "^0.4.1",
"prettier": "^2.3.2",
"prettier-plugin-go-template": "^0.0.11",
"tailwindcss": "^2.2.7"
}
}