2021-08-11 05:28:33 +00:00
|
|
|
{
|
2021-08-18 07:10:40 +00:00
|
|
|
"name": "hugo-congo-theme",
|
2023-06-04 00:38:18 +00:00
|
|
|
"version": "2.6.1",
|
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-01-10 22:09:17 +00:00
|
|
|
"@tailwindcss/typography": "^0.5.9",
|
2023-05-25 01:33:05 +00:00
|
|
|
"chart.js": "^4.3.0",
|
2022-05-25 03:59:01 +00:00
|
|
|
"fuse.js": "^6.6.2",
|
2023-06-25 23:59:41 +00:00
|
|
|
"katex": "^0.16.8",
|
2023-06-16 00:18:43 +00:00
|
|
|
"mermaid": "^10.2.3",
|
2023-05-07 02:11:19 +00:00
|
|
|
"prettier": "^2.8.8",
|
2022-05-15 23:36:29 +00:00
|
|
|
"prettier-plugin-go-template": "^0.0.13",
|
2023-07-11 23:27:19 +00:00
|
|
|
"prettier-plugin-tailwindcss": "^0.4.0",
|
2023-05-18 00:00:05 +00:00
|
|
|
"rimraf": "^5.0.1",
|
2023-05-07 02:21:01 +00:00
|
|
|
"tailwindcss": "^3.3.2",
|
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"
|
2021-10-28 01:39:34 +00:00
|
|
|
}
|
|
|
|
]
|
2021-08-11 05:28:33 +00:00
|
|
|
}
|