2021-08-11 05:28:33 +00:00
|
|
|
{
|
2021-08-18 07:10:40 +00:00
|
|
|
"name": "hugo-congo-theme",
|
2021-08-22 07:24:17 +00:00
|
|
|
"version": "v1.2.0",
|
2021-08-11 05:28:33 +00:00
|
|
|
"description": "Congo theme for Hugo",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2021-08-21 02:20:29 +00:00
|
|
|
"dev": "NODE_ENV=development ./node_modules/tailwindcss/lib/cli.js -i ./assets/css/main.css -o ./assets/css/compiled/main.css --jit -w",
|
2021-08-22 06:55:10 +00:00
|
|
|
"build": "NODE_ENV=production ./node_modules/tailwindcss/lib/cli.js -i ./assets/css/main.css -o ./assets/css/compiled/main.css --jit",
|
2021-08-14 04:57:31 +00:00
|
|
|
"example": "hugo server --source exampleSite --themesDir ../.. --buildDrafts"
|
2021-08-11 05:28:33 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2021-08-18 23:36:00 +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-18 23:36:00 +00:00
|
|
|
"url": "https://github.com/jpanther/congo/issues"
|
2021-08-11 05:28:33 +00:00
|
|
|
},
|
2021-08-18 23:36:00 +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",
|
2021-08-18 02:03:51 +00:00
|
|
|
"tailwind-underline-utils": "^1.1.3",
|
2021-08-11 05:28:33 +00:00
|
|
|
"tailwindcss": "^2.2.7"
|
|
|
|
}
|
|
|
|
}
|