mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 16:31:52 +01:00
initial commit for improvements
This commit is contained in:
11
package.json
11
package.json
@@ -39,6 +39,7 @@
|
||||
"fuse.js": "^7.0.0",
|
||||
"jquery": "^3.7.1",
|
||||
"katex": "^0.16.9",
|
||||
"lite-youtube-embed": "^0.3.2",
|
||||
"mermaid": "^10.9.0",
|
||||
"packery": "^2.1.2",
|
||||
"prettier": "^3.2.5",
|
||||
@@ -96,6 +97,14 @@
|
||||
{
|
||||
"from": "node_modules/tw-elements/js/tw-elements.umd.min.js",
|
||||
"to": "assets/lib/tw-elements/index.min.js"
|
||||
},
|
||||
{
|
||||
"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"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
@@ -104,4 +113,4 @@
|
||||
"@tailwindcss/forms": "^0.5.7",
|
||||
"commander": "^12.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user