chore(config): remove Solutions link and add dev scripts & dependencies

This commit is contained in:
Prad Nukala
2026-08-20 11:59:59 -04:00
parent b87316ed6f
commit 52f8626d8f
3 changed files with 370 additions and 48 deletions
+8 -1
View File
@@ -5,7 +5,9 @@
"scripts": {
"dev": "blume dev",
"build": "blume build",
"doctor": "blume doctor"
"doctor": "blume doctor",
"pick": "bun scripts/pick.ts",
"test": "bun scripts/test.ts"
},
"dependencies": {
"@revealjs/react": "^0.2.1",
@@ -13,5 +15,10 @@
"react": "^19.2.8",
"react-dom": "^19.2.8",
"reveal.js": "^6.0.1"
},
"devDependencies": {
"@clack/prompts": "^1.7.0",
"@night-slayer18/leetcode-cli": "^3.5.0",
"@types/bun": "^1.3.14"
}
}