2021-08-11 05:28:33 +00:00
|
|
|
{
|
2021-08-18 07:10:40 +00:00
|
|
|
"name": "hugo-congo-theme",
|
2023-11-26 04:41:00 +00:00
|
|
|
"version": "2.7.6",
|
2021-08-11 05:28:33 +00:00
|
|
|
"description": "Congo theme for Hugo",
|
|
|
|
"scripts": {
|
2022-11-21 02:56:13 +00:00
|
|
|
"preinstall": "rimraf assets/lib",
|
2021-10-28 01:39:34 +00:00
|
|
|
"postinstall": "vendor-copy",
|
2022-11-21 02:56:13 +00:00
|
|
|
"assets": "rimraf assets/lib && 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",
|
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",
|
2023-01-12 21:44:23 +00:00
|
|
|
"example": "hugo server --bind 0.0.0.0 -p 8008 --source exampleSite --themesDir ../.. --buildDrafts -b http://localhost/congo/ ",
|
2021-12-21 01:11:06 +00:00
|
|
|
"lighthouse": "lhci autorun"
|
2021-08-11 05:28:33 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2022-06-22 06:07:56 +00:00
|
|
|
"url": "https://github.com/jpanther/congo.git"
|
2021-08-11 05:28:33 +00:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"hugo",
|
|
|
|
"hugo-theme",
|
|
|
|
"tailwind",
|
|
|
|
"dark-mode"
|
|
|
|
],
|
|
|
|
"author": "James Panther",
|
2022-06-22 06:07:56 +00:00
|
|
|
"funding": "https://github.com/sponsors/jpanther",
|
2021-08-11 05:28:33 +00:00
|
|
|
"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": {
|
2023-09-09 23:28:05 +00:00
|
|
|
"@tailwindcss/typography": "^0.5.10",
|
2023-12-04 22:41:30 +00:00
|
|
|
"chart.js": "^4.4.1",
|
2023-10-25 22:40:35 +00:00
|
|
|
"fuse.js": "^7.0.0",
|
2023-10-22 21:48:41 +00:00
|
|
|
"katex": "^0.16.9",
|
2023-11-25 03:24:44 +00:00
|
|
|
"mermaid": "^10.6.1",
|
2023-12-10 22:09:36 +00:00
|
|
|
"prettier": "^3.1.1",
|
2023-08-14 00:13:47 +00:00
|
|
|
"prettier-plugin-go-template": "^0.0.15",
|
2024-01-07 22:54:07 +00:00
|
|
|
"prettier-plugin-tailwindcss": "^0.5.11",
|
2023-09-11 06:55:38 +00:00
|
|
|
"quicklink": "^2.3.0",
|
2023-09-27 23:14:37 +00:00
|
|
|
"rimraf": "^5.0.5",
|
2023-12-23 22:11:13 +00:00
|
|
|
"tailwindcss": "^3.4.0",
|
2021-10-28 01:39:34 +00:00
|
|
|
"vendor-copy": "^3.0.1"
|
|
|
|
},
|
2021-11-03 06:06:57 +00:00
|
|
|
"vendorCopy": [],
|
|
|
|
"devVendorCopy": [
|
2021-10-28 01:39:34 +00:00
|
|
|
{
|
|
|
|
"from": "node_modules/mermaid/dist/mermaid.min.js",
|
2021-11-04 03:19:02 +00:00
|
|
|
"to": "assets/lib/mermaid/mermaid.min.js"
|
2021-10-28 04:31:34 +00:00
|
|
|
},
|
|
|
|
{
|
2022-11-21 02:56:13 +00:00
|
|
|
"from": "node_modules/chart.js/dist/chart.umd.js",
|
|
|
|
"to": "assets/lib/chart/chart.umd.js"
|
2021-11-03 06:06:57 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"from": "node_modules/katex/dist/katex.min.js",
|
2021-11-04 03:19:02 +00:00
|
|
|
"to": "assets/lib/katex/katex.min.js"
|
2021-11-03 06:06:57 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"from": "node_modules/katex/dist/katex.min.css",
|
2021-11-04 03:19:02 +00:00
|
|
|
"to": "assets/lib/katex/katex.min.css"
|
2021-11-03 06:06:57 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"from": "node_modules/katex/dist/contrib/auto-render.min.js",
|
2021-11-04 03:19:02 +00:00
|
|
|
"to": "assets/lib/katex/auto-render.min.js"
|
2021-11-03 21:54:34 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"from": "node_modules/katex/dist/fonts/",
|
2021-11-04 03:19:02 +00:00
|
|
|
"to": "assets/lib/katex/fonts/"
|
2022-01-13 04:56:30 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"from": "node_modules/fuse.js/dist/fuse.min.js",
|
|
|
|
"to": "assets/lib/fuse/fuse.min.js"
|
2023-09-11 06:55:38 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"from": "node_modules/quicklink/dist/quicklink.umd.js",
|
|
|
|
"to": "assets/lib/quicklink/quicklink.umd.js"
|
2021-10-28 01:39:34 +00:00
|
|
|
}
|
|
|
|
]
|
2021-08-11 05:28:33 +00:00
|
|
|
}
|