mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-07-21 09:03:17 +02:00
e7ac54a72a
Bumps the npm_and_yarn group with 1 update in the /www directory: [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro). Updates `astro` from 6.0.4 to 6.1.6 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@6.1.6/packages/astro) --- updated-dependencies: - dependency-name: astro dependency-version: 6.1.6 dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
36 lines
894 B
JSON
36 lines
894 B
JSON
{
|
|
"name": "www",
|
|
"type": "module",
|
|
"version": "1.2.0",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/mdx": "^5.0.0",
|
|
"@astrojs/react": "^5.0.0",
|
|
"@radix-ui/react-slot": "^1.2.4",
|
|
"@splinetool/react-spline": "^4.1.0",
|
|
"@splinetool/runtime": "^1.12.69",
|
|
"@tailwindcss/vite": "^4.2.1",
|
|
"@types/canvas-confetti": "^1.9.0",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"astro": "^6.1.6",
|
|
"canvas-confetti": "^1.9.4",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"lucide-react": "^0.577.0",
|
|
"react": "^19.2.4",
|
|
"react-dom": "^19.2.4",
|
|
"tailwind-merge": "^3.5.0",
|
|
"tailwindcss": "^4.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"tw-animate-css": "^1.4.0"
|
|
},
|
|
"packageManager": "pnpm@10.32.1"
|
|
}
|