chore(config): add reveal.js and React deps, update .gitignore, remove navigation tabs

This commit is contained in:
Prad Nukala
2026-08-19 13:05:45 -04:00
parent 0ca4d73dd3
commit e14763c585
4 changed files with 14 additions and 4 deletions
+5 -1
View File
@@ -8,6 +8,10 @@
"doctor": "blume doctor"
},
"dependencies": {
"blume": "^1.5.1"
"@revealjs/react": "^0.2.1",
"blume": "^1.5.1",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"reveal.js": "^6.0.1"
}
}