directory.btcpayserver.org/package.json
dependabot[bot] e45a4ef442
Bump vite from 6.4.1 to 6.4.2
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.4.1 to 6.4.2.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v6.4.2/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.4.2/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-version: 6.4.2
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-07 04:27:36 +00:00

39 lines
1.1 KiB
JSON

{
"private": true,
"name": "btcpayserver-directory",
"version": "2.0.0",
"license": "MIT",
"description": "BTCPay Server Directory — Merchants, projects and organizations using BTCPay Server",
"homepage": "https://directory.btcpayserver.org/",
"repository": "btcpayserver/directory.btcpayserver.org",
"bugs": "https://github.com/btcpayserver/directory.btcpayserver.org/issues",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"check-links": "tsx scripts/check-links.ts"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-slot": "^1.1.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.469.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwind-merge": "^3.0.1"
},
"devDependencies": {
"@tailwindcss/vite": "^4.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^4.3.4",
"tailwindcss": "^4.0.0",
"tsx": "^4.21.0",
"tw-animate-css": "^1.2.5",
"typescript": "~5.7.0",
"vite": "^6.4.2"
}
}