mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 16:31:52 +01:00
Merge branch 'dev' into fix-tailwind-build
This commit is contained in:
25
package.json
25
package.json
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "hugo-blowfish-theme",
|
||||
"version": "2.83.0",
|
||||
"version": "2.84.0",
|
||||
"description": "Blowfish theme for Hugo.",
|
||||
"scripts": {
|
||||
"postinstall": "vendor-copy",
|
||||
@@ -26,7 +26,7 @@
|
||||
"author": {
|
||||
"name": "Nuno Coração",
|
||||
"github": "https://github.com/nunocoracao",
|
||||
"url": "https://nunocoracao.com"
|
||||
"url": "https://n9o.xyz"
|
||||
},
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
@@ -36,20 +36,21 @@
|
||||
"devDependencies": {
|
||||
"@tailwindcss/cli": "^4.0.7",
|
||||
"@tailwindcss/typography": "^0.5.16",
|
||||
"chart.js": "^4.4.7",
|
||||
"chart.js": "^4.4.8",
|
||||
"fuse.js": "^7.1.0",
|
||||
"jquery": "^3.7.1",
|
||||
"katex": "^0.16.21",
|
||||
"lite-youtube-embed": "^0.3.3",
|
||||
"mermaid": "^11.4.1",
|
||||
"packery": "^2.1.2",
|
||||
"prettier": "^3.5.0",
|
||||
"medium-zoom": "^1.1.0",
|
||||
"mermaid": "^11.6.0",
|
||||
"packery": "^3.0.0",
|
||||
"prettier": "^3.5.3",
|
||||
"prettier-plugin-go-template": "^0.0.15",
|
||||
"prettier-plugin-tailwindcss": "^0.6.11",
|
||||
"puppeteer": "^24.2.0",
|
||||
"puppeteer": "^24.4.0",
|
||||
"rimraf": "^6.0.1",
|
||||
"tailwind-scrollbar": "^4.0.0",
|
||||
"tailwindcss": "^4.0.7",
|
||||
"tailwind-scrollbar": "^4.0.1",
|
||||
"tailwindcss": "^4.0.16",
|
||||
"tw-elements": "2.0.0",
|
||||
"typeit": "^8.8.7",
|
||||
"vendor-copy": "^3.0.1"
|
||||
@@ -107,6 +108,10 @@
|
||||
{
|
||||
"from": "node_modules/lite-youtube-embed/src/lite-yt-embed.css",
|
||||
"to": "assets/lib/lite-youtube-embed/lite-yt-embed.css"
|
||||
},
|
||||
{
|
||||
"from": "node_modules/medium-zoom/dist/medium-zoom.min.js",
|
||||
"to": "assets/lib/zoom/zoom.min.js"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
@@ -116,4 +121,4 @@
|
||||
"@tailwindcss/forms": "^0.5.10",
|
||||
"commander": "^13.1.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user