Files
better-auth/examples/astro-example/package.json
dependabot[bot] b26cdf9cda chore(deps): bump astro in /examples/astro-example (#937)
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 4.15.9 to 4.16.17.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/astro@4.16.17/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@4.16.17/packages/astro)

---
updated-dependencies:
- dependency-name: astro
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-19 09:41:56 +03:00

46 lines
1.2 KiB
JSON

{
"name": "@examples/astro",
"type": "module",
"private": true,
"version": "0.0.1",
"scripts": {
"dev": "pnpm migrate:auth && astro dev --port 3000",
"migrate:auth": "pnpx @better-auth/cli migrate",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@ark-ui/solid": "^3.13.0",
"@astrojs/check": "^0.9.4",
"@astrojs/solid-js": "^4.4.4",
"@astrojs/tailwind": "^5.1.3",
"@corvu/drawer": "^0.2.2",
"@corvu/otp-field": "^0.1.4",
"@corvu/resizable": "^0.2.3",
"@kobalte/core": "^0.13.7",
"@oslojs/encoding": "^1.1.0",
"@types/better-sqlite3": "^7.6.12",
"astro": "^4.16.17",
"better-auth": "workspace:*",
"better-sqlite3": "^11.6.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk-solid": "^1.1.0",
"embla-carousel-solid": "^8.5.1",
"lucide-solid": "^0.445.0",
"resend": "^4.0.1",
"solid-js": "^1.9.3",
"solid-sonner": "^0.2.8",
"tailwind-merge": "^2.5.5",
"tailwindcss": "^3.4.16",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.7.2",
"ua-parser-js": "^0.7.39"
},
"devDependencies": {
"@types/ua-parser-js": "^0.7.39"
}
}