Rafael Lopez

documentacion

......@@ -27,6 +27,8 @@ claude.md
# Docs internos
static/ESTILOS_*.md
static/docs.md
BASES_DE_DATOS.md
.Rproj.user
# Data
......
......@@ -10,7 +10,8 @@
"dependencies": {
"@supabase/supabase-js": "^2.98.0",
"d3": "^7.9.0",
"fuse.js": "^7.1.0"
"fuse.js": "^7.1.0",
"marked": "^17.0.4"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^7.0.0",
......@@ -2335,6 +2336,18 @@
"@jridgewell/sourcemap-codec": "^1.5.5"
}
},
"node_modules/marked": {
"version": "17.0.4",
"resolved": "https://registry.npmjs.org/marked/-/marked-17.0.4.tgz",
"integrity": "sha512-NOmVMM+KAokHMvjWmC5N/ZOvgmSWuqJB8FoYI019j4ogb/PeRMKoKIjReZ2w3376kkA8dSJIP8uD993Kxc0iRQ==",
"license": "MIT",
"bin": {
"marked": "bin/marked.js"
},
"engines": {
"node": ">= 20"
}
},
"node_modules/mrmime": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.1.tgz",
......
......@@ -21,6 +21,7 @@
"dependencies": {
"@supabase/supabase-js": "^2.98.0",
"d3": "^7.9.0",
"fuse.js": "^7.1.0"
"fuse.js": "^7.1.0",
"marked": "^17.0.4"
}
}
......
This diff is collapsed. Click to expand it.
This diff could not be displayed because it is too large.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff could not be displayed because it is too large.