mirror of
https://github.com/Afilmory/afilmory
synced 2026-02-01 22:48:17 +00:00
- Bumped versions of several packages including zod (3.25.63), tailwindcss (4.1.10), tsx (4.20.2), and others to their latest releases for improved performance and security. - Updated @types/node and @types/react to 24.0.1 and 19.1.8 respectively in various package.json files to ensure compatibility with the latest TypeScript features. - Adjusted dependencies in the builder and webgl-viewer packages to reflect the latest versions. Signed-off-by: Innei <tukon479@gmail.com>
34 lines
890 B
JSON
34 lines
890 B
JSON
{
|
|
"name": "@photo-gallery/ssr",
|
|
"type": "module",
|
|
"version": "1.0.0",
|
|
"packageManager": "pnpm@10.12.1",
|
|
"description": "",
|
|
"author": "Innei",
|
|
"license": "ISC",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "sh scripts/build.sh",
|
|
"build:jpg": "node scripts/webp-to-jpg.js",
|
|
"build:next": "next build",
|
|
"deploy": "npm run pages:build && wrangler pages deploy",
|
|
"dev": "next dev",
|
|
"pages:build": "pnpm dlx @cloudflare/next-on-pages",
|
|
"preview": "npm run pages:build && wrangler pages dev",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@photo-gallery/data": "workspace:*",
|
|
"linkedom": "0.18.11",
|
|
"react": "19.1.0",
|
|
"react-dom": "19.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/next-on-pages": "1.13.12",
|
|
"@types/node": "24.0.1",
|
|
"@types/react": "19.1.8",
|
|
"@types/react-dom": "19.1.6",
|
|
"next": "15.3.3"
|
|
}
|
|
}
|