mirror of https://github.com/jpanther/congo.git
70 lines
2.0 KiB
JSON
70 lines
2.0 KiB
JSON
{
|
|
"name": "hugo-congo-theme",
|
|
"version": "1.5.3",
|
|
"description": "Congo theme for Hugo",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"preinstall": "rimraf assets/vendor",
|
|
"postinstall": "vendor-copy",
|
|
"assets": "rimraf assets/vendor && vendor-copy",
|
|
"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"
|
|
},
|
|
"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",
|
|
"chart.js": "^3.6.0",
|
|
"katex": "^0.15.1",
|
|
"mermaid": "^8.13.3",
|
|
"prettier": "^2.3.2",
|
|
"prettier-plugin-go-template": "^0.0.11",
|
|
"rimraf": "^3.0.2",
|
|
"tailwind-underline-utils": "^1.1.3",
|
|
"tailwindcss": "^2.2.19",
|
|
"vendor-copy": "^3.0.1"
|
|
},
|
|
"vendorCopy": [],
|
|
"devVendorCopy": [
|
|
{
|
|
"from": "node_modules/mermaid/dist/mermaid.min.js",
|
|
"to": "assets/lib/mermaid/mermaid.min.js"
|
|
},
|
|
{
|
|
"from": "node_modules/chart.js/dist/chart.min.js",
|
|
"to": "assets/lib/chart/chart.min.js"
|
|
},
|
|
{
|
|
"from": "node_modules/katex/dist/katex.min.js",
|
|
"to": "assets/lib/katex/katex.min.js"
|
|
},
|
|
{
|
|
"from": "node_modules/katex/dist/katex.min.css",
|
|
"to": "assets/lib/katex/katex.min.css"
|
|
},
|
|
{
|
|
"from": "node_modules/katex/dist/contrib/auto-render.min.js",
|
|
"to": "assets/lib/katex/auto-render.min.js"
|
|
},
|
|
{
|
|
"from": "node_modules/katex/dist/fonts/",
|
|
"to": "assets/lib/katex/fonts/"
|
|
}
|
|
]
|
|
}
|