Bumps [next](https://github.com/vercel/next.js) from 15.3.4 to 15.4.8. - [Release notes](https://github.com/vercel/next.js/releases) - [Changelog](https://github.com/vercel/next.js/blob/canary/release.js) - [Commits](https://github.com/vercel/next.js/compare/v15.3.4...v15.4.8) --- updated-dependencies: - dependency-name: next dependency-version: 15.4.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
48 lines
1.5 KiB
JSON
48 lines
1.5 KiB
JSON
{
|
|
"name": "admin",
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "dotenv -e ../../.env -- next dev --turbopack -p 9001",
|
|
"build": "dotenv -e ../../.env -- next build && cp -r .next/static .next/standalone/apps/admin/.next/static && cp -r public .next/standalone/apps/admin/public",
|
|
"start": "PORT=9001 dotenv -e ../../.env -- node .next/standalone/apps/admin/server.js",
|
|
"lint": "next lint",
|
|
"lint:fix": "next lint --fix",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/react": "^2.2.4",
|
|
"@heroicons/react": "^2.2.0",
|
|
"@hookform/resolvers": "^5.1.1",
|
|
"@radix-ui/react-avatar": "^1.1.10",
|
|
"@radix-ui/react-switch": "^1.2.5",
|
|
"@tailwindcss/postcss": "^4.0.8",
|
|
"@tanstack/react-table": "^8.21.3",
|
|
"@workspace/db": "workspace:*",
|
|
"@workspace/ui": "workspace:*",
|
|
"clsx": "^2.1.1",
|
|
"date-fns": "^4.1.0",
|
|
"framer-motion": "^12.22.0",
|
|
"lucide-react": "^0.475.0",
|
|
"next": "^15.4.8",
|
|
"next-auth": "5.0.0-beta.29",
|
|
"next-themes": "^0.4.6",
|
|
"nodemailer": "^6.10.1",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-hook-form": "^7.59.0",
|
|
"tailwindcss": "^4.0.8",
|
|
"zod": "^3.25.67"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.19.4",
|
|
"@types/nodemailer": "^6.4.15",
|
|
"@types/react": "^19.1.8",
|
|
"@types/react-dom": "^19.1.6",
|
|
"@workspace/eslint-config": "workspace:^",
|
|
"@workspace/typescript-config": "workspace:*",
|
|
"dotenv-cli": "^8.0.0",
|
|
"typescript": "^5.8.3"
|
|
}
|
|
} |