2022-09-10 13:30:19 -05:00
|
|
|
{
|
|
|
|
"name": "hugo-blowfish-theme",
|
2024-06-27 17:18:57 -05:00
|
|
|
"version": "2.73.0",
|
2024-05-31 09:35:59 -05:00
|
|
|
"description": "Blowfish theme for Hugo.",
|
2022-09-10 13:30:19 -05:00
|
|
|
"scripts": {
|
|
|
|
"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",
|
2022-12-31 08:51:04 -06:00
|
|
|
"build": "NODE_ENV=production ./node_modules/tailwindcss/lib/cli.js -i ./assets/css/main.css -o ./assets/css/compiled/main.css --jit",
|
2023-12-18 07:37:47 -06:00
|
|
|
"dev-windows": "set NODE_ENV=development&&node ./node_modules/tailwindcss/lib/cli.js -i ./assets/css/main.css -o ./assets/css/compiled/main.css --jit -w",
|
|
|
|
"build-windows": "set NODE_ENV=production&&node ./node_modules/tailwindcss/lib/cli.js -i ./assets/css/main.css -o ./assets/css/compiled/main.css --jit",
|
2022-10-02 11:21:46 -05:00
|
|
|
"build-hugo": "hugo --minify -s exampleSite --themesDir ../.. -d ../docs --baseURL https://nunocoracao.github.io/blowfish/",
|
2022-12-22 07:18:07 -06:00
|
|
|
"example": "hugo server -E -F --minify --source exampleSite --themesDir ../.. --buildDrafts -b http://localhost/ -p 1313",
|
2022-09-10 13:30:19 -05:00
|
|
|
"lighthouse": "lhci autorun"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/nunocoracao/blowfish.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"hugo",
|
|
|
|
"hugo-theme",
|
|
|
|
"tailwind",
|
|
|
|
"dark-mode"
|
|
|
|
],
|
2022-09-29 13:30:24 -05:00
|
|
|
"author": {
|
|
|
|
"name": "Nuno Coração",
|
|
|
|
"github": "https://github.com/nunocoracao",
|
|
|
|
"url": "https://nunocoracao.com"
|
|
|
|
},
|
2022-09-10 13:30:19 -05:00
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/nunocoracao/blowfish/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/nunocoracao/blowfish#readme",
|
|
|
|
"devDependencies": {
|
2024-05-01 00:16:12 -05:00
|
|
|
"@tailwindcss/typography": "^0.5.13",
|
2024-05-22 00:28:12 -05:00
|
|
|
"chart.js": "^4.4.3",
|
2023-11-01 00:50:00 -05:00
|
|
|
"fuse.js": "^7.0.0",
|
2023-10-04 00:11:02 -05:00
|
|
|
"jquery": "^3.7.1",
|
2024-07-03 01:06:06 -05:00
|
|
|
"katex": "^0.16.11",
|
2024-03-10 05:55:57 -05:00
|
|
|
"lite-youtube-embed": "^0.3.2",
|
2024-05-15 00:27:55 -05:00
|
|
|
"mermaid": "^10.9.1",
|
2024-03-09 08:28:04 -06:00
|
|
|
"packery": "^2.1.2",
|
2024-06-19 11:22:11 -05:00
|
|
|
"prettier": "^3.3.2",
|
2023-07-21 00:51:00 -05:00
|
|
|
"prettier-plugin-go-template": "^0.0.15",
|
2024-06-19 11:22:11 -05:00
|
|
|
"prettier-plugin-tailwindcss": "^0.6.5",
|
2024-06-26 00:55:02 -05:00
|
|
|
"puppeteer": "^22.12.0",
|
2024-05-15 00:28:03 -05:00
|
|
|
"rimraf": "^5.0.7",
|
2024-06-10 06:07:42 -05:00
|
|
|
"tailwind-scrollbar": "^3.1.0",
|
2024-06-19 11:22:11 -05:00
|
|
|
"tailwindcss": "^3.4.4",
|
2024-03-06 15:58:07 -06:00
|
|
|
"tw-elements": "2.0.0",
|
2024-01-16 23:54:47 -06:00
|
|
|
"typeit": "^8.8.3",
|
2022-09-10 13:30:19 -05:00
|
|
|
"vendor-copy": "^3.0.1"
|
|
|
|
},
|
|
|
|
"vendorCopy": [],
|
|
|
|
"devVendorCopy": [
|
2024-03-07 14:14:09 -06:00
|
|
|
{
|
|
|
|
"from": "node_modules/mermaid/dist",
|
|
|
|
"to": "assets/lib/mermaid"
|
|
|
|
},
|
2022-09-10 13:30:19 -05:00
|
|
|
{
|
2022-11-18 16:17:07 -06:00
|
|
|
"from": "node_modules/chart.js/dist/chart.umd.js",
|
2022-09-10 13:30:19 -05:00
|
|
|
"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/"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"from": "node_modules/fuse.js/dist/fuse.min.js",
|
|
|
|
"to": "assets/lib/fuse/fuse.min.js"
|
2022-12-31 08:51:04 -06:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"from": "node_modules/typeit/dist/index.umd.js",
|
|
|
|
"to": "assets/lib/typeit/typeit.umd.js"
|
2023-01-14 17:05:10 -06:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"from": "node_modules/jquery/dist/jquery.slim.min.js",
|
|
|
|
"to": "assets/lib/jquery/jquery.slim.min.js"
|
2023-01-16 18:31:25 -06:00
|
|
|
},
|
|
|
|
{
|
2024-03-09 08:28:04 -06:00
|
|
|
"from": "node_modules/packery/dist/packery.pkgd.min.js",
|
|
|
|
"to": "assets/lib/packery/packery.pkgd.min.js"
|
2023-01-17 16:36:56 -06:00
|
|
|
},
|
|
|
|
{
|
2024-03-06 16:12:58 -06:00
|
|
|
"from": "node_modules/tw-elements/js/tw-elements.umd.min.js",
|
2023-01-17 16:36:56 -06:00
|
|
|
"to": "assets/lib/tw-elements/index.min.js"
|
2024-03-10 05:55:57 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"from": "node_modules/lite-youtube-embed/src/lite-yt-embed.js",
|
|
|
|
"to": "assets/lib/lite-youtube-embed/lite-yt-embed.js"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"from": "node_modules/lite-youtube-embed/src/lite-yt-embed.css",
|
|
|
|
"to": "assets/lib/lite-youtube-embed/lite-yt-embed.css"
|
2022-09-10 13:30:19 -05:00
|
|
|
}
|
2022-09-10 16:58:50 -05:00
|
|
|
],
|
|
|
|
"dependencies": {
|
2024-06-26 00:54:41 -05:00
|
|
|
"@headlessui/react": "^2.1.0",
|
2024-06-19 11:22:11 -05:00
|
|
|
"@heroicons/react": "^2.1.4",
|
2024-03-10 17:42:10 -05:00
|
|
|
"@iamtraction/google-translate": "^2.0.1",
|
2023-11-14 23:41:25 -06:00
|
|
|
"@tailwindcss/forms": "^0.5.7",
|
2024-05-22 00:28:19 -05:00
|
|
|
"commander": "^12.1.0"
|
2022-09-10 16:58:50 -05:00
|
|
|
}
|
2024-03-10 05:55:57 -05:00
|
|
|
}
|