congo/package.json

47 lines
1.4 KiB
JSON
Raw Normal View History

2021-08-11 05:28:33 +00:00
{
2021-08-18 07:10:40 +00:00
"name": "hugo-congo-theme",
2021-10-20 03:56:47 +00:00
"version": "1.4.0",
2021-08-11 05:28:33 +00:00
"description": "Congo theme for Hugo",
"main": "index.js",
"scripts": {
2021-10-28 01:39:34 +00:00
"preinstall": "rimraf assets/vendor",
"postinstall": "vendor-copy",
"assets": "rimraf assets/vendor && vendor-copy",
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",
"build": "NODE_ENV=production ./node_modules/tailwindcss/lib/cli.js -i ./assets/css/main.css -o ./assets/css/compiled/main.css --jit",
"example": "hugo server --source exampleSite --themesDir ../.. --buildDrafts -b http://localhost/congo/ -p 8008"
2021-08-11 05:28:33 +00:00
},
"repository": {
"type": "git",
"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": {
"url": "https://github.com/jpanther/congo/issues"
2021-08-11 05:28:33 +00:00
},
"homepage": "https://github.com/jpanther/congo#readme",
2021-08-11 05:28:33 +00:00
"devDependencies": {
"@tailwindcss/typography": "^0.4.1",
2021-10-28 01:39:34 +00:00
"mermaid": "^8.13.3",
2021-08-11 05:28:33 +00:00
"prettier": "^2.3.2",
"prettier-plugin-go-template": "^0.0.11",
2021-10-28 01:39:34 +00:00
"rimraf": "^3.0.2",
2021-08-18 02:03:51 +00:00
"tailwind-underline-utils": "^1.1.3",
2021-10-28 01:39:34 +00:00
"tailwindcss": "^2.2.17",
"vendor-copy": "^3.0.1"
},
"vendorCopy": [
{
"from": "node_modules/mermaid/dist/mermaid.min.js",
"to": "assets/vendor/mermaid/mermaid.min.js"
}
]
2021-08-11 05:28:33 +00:00
}