mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-26 17:06:41 -05:00
Bumps [solid-js](https://github.com/solidjs/solid) from 1.8.23 to 1.9.4. - [Release notes](https://github.com/solidjs/solid/releases) - [Changelog](https://github.com/solidjs/solid/blob/main/CHANGELOG.md) - [Commits](https://github.com/solidjs/solid/compare/v1.8.23...v1.9.4) --- updated-dependencies: - dependency-name: solid-js dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
44 lines
1.2 KiB
JSON
44 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",
|
|
"build": "astro check && astro build",
|
|
"preview": "astro preview"
|
|
},
|
|
"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.18",
|
|
"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.4",
|
|
"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"
|
|
}
|
|
}
|