m/cup
1
0
mirror of https://github.com/sergi0g/cup.git synced 2025-11-19 10:23:42 -05:00

refactor: remove node and use only bun (#101)

This commit is contained in:
Raphaël Catarino
2025-04-26 12:13:30 +02:00
committed by GitHub
parent 80a295680d
commit 2ac036d353
13 changed files with 2380 additions and 40 deletions

View File

@@ -23,7 +23,6 @@
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"@types/node": "^22.5.1",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react-swc": "^3.5.0",
@@ -40,4 +39,4 @@
"typescript-eslint": "^8.0.1",
"vite": "^5.4.1"
}
}
}