experimentally add bun for package management
All checks were successful
ci/woodpecker/push/build Pipeline was successful

- experimentally add bun for package management
- npm support is still in-place
This commit is contained in:
2025-12-28 13:38:05 +02:00
parent a2b49ece88
commit 887ef486a1
4 changed files with 802 additions and 23 deletions

View File

@@ -12,30 +12,30 @@
"format:check": "prettier --check ."
},
"dependencies": {
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/typography": "^0.5.19",
"lucide-react": "^0.562.0",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-icons": "^5.3.0",
"react-icons": "^5.5.0",
"react-markdown": "^10.1.0",
"react-router-dom": "^7.1.1"
"react-router-dom": "^7.11.0"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"@eslint/js": "^9.39.2",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.2",
"autoprefixer": "^10.4.20",
"eslint": "^9.9.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.9",
"globals": "^15.9.0",
"postcss": "^8.4.45",
"prettier": "^3.5.3",
"autoprefixer": "^10.4.23",
"eslint": "^9.39.2",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.26",
"globals": "^16.5.0",
"postcss": "^8.5.6",
"prettier": "^3.7.4",
"tailwindcss": "^3.4.19",
"typescript": "^5.5.3",
"typescript-eslint": "^8.0.1",
"vite": "^7.0.6"
"typescript": "^5.9.3",
"typescript-eslint": "^8.50.1",
"vite": "^7.3.0"
},
"overrides": {
"@types/minimatch": "5.1.2"