mirror of
https://github.com/prdlk/leetcode.git
synced 2026-09-16 23:16:26 +00:00
chore(config): remove Solutions link and add dev scripts & dependencies
This commit is contained in:
+8
-1
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user