Files
afilmory/apps/ssr/package.json
Innei 6e84a1de2e chore: remove unused dependencies from package.json and pnpm-lock.yaml
- Deleted react-masonry and react-photo-view from both package.json and pnpm-lock.yaml as they are no longer needed.
- Updated the lock file to reflect the removal of these packages, ensuring a cleaner dependency tree.

Signed-off-by: Innei <tukon479@gmail.com>
2025-06-29 23:13:24 +08:00

62 lines
1.8 KiB
JSON

{
"name": "@afilmory/ssr",
"type": "module",
"version": "1.0.0",
"packageManager": "pnpm@10.12.3",
"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",
"db:generate": "drizzle-kit generate",
"db:migrate": "drizzle-kit migrate",
"dev": "concurrently \"pnpm run dev:web\" \"pnpm run dev:next\"",
"dev:next": "next dev --turbo --port 1924",
"dev:web": "cross-env DEV_NEXT_JS=true pnpm --filter web dev",
"start": "next start"
},
"dependencies": {
"@afilmory/components": "workspace:*",
"@afilmory/data": "workspace:*",
"@t3-oss/env-nextjs": "0.13.8",
"clsx": "2.1.1",
"drizzle-orm": "0.44.2",
"es-toolkit": "1.39.5",
"linkedom": "0.18.11",
"pg": "8.16.2",
"postgres": "3.4.7",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-responsive-masonry": "2.7.1",
"react-use": "17.6.0",
"tailwind-merge": "3.3.1",
"tailwind-variants": "catalog:",
"thumbhash": "0.1.1",
"usehooks-ts": "3.1.1",
"zod": "catalog:"
},
"devDependencies": {
"@egoist/tailwindcss-icons": "catalog:",
"@iconify-json/mingcute": "catalog:",
"@tailwindcss/postcss": "catalog:",
"@tailwindcss/typography": "catalog:",
"@types/node": "24.0.4",
"@types/pg": "8.15.4",
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6",
"concurrently": "9.2.0",
"cross-env": "7.0.3",
"dotenv-expand": "catalog:",
"drizzle-kit": "0.31.2",
"next": "15.3.4",
"postcss": "8.5.6",
"tailwind-scrollbar": "catalog:",
"tailwindcss": "catalog:",
"tailwindcss-animate": "catalog:",
"tailwindcss-safe-area": "catalog:",
"tailwindcss-uikit-colors": "catalog:"
}
}