🤖 Automated bump of templates for v3.53.0
Triggered by user: @denolfe
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
65 lines
2.2 KiB
JSON
65 lines
2.2 KiB
JSON
{
|
|
"name": "with-vercel-postgres",
|
|
"version": "1.0.0",
|
|
"description": "A blank template to get started with Payload 3.0",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "cross-env NODE_OPTIONS=--no-deprecation next build",
|
|
"ci": "payload migrate && pnpm build",
|
|
"dev": "cross-env NODE_OPTIONS=--no-deprecation next dev",
|
|
"devsafe": "rm -rf .next && cross-env NODE_OPTIONS=--no-deprecation next dev",
|
|
"generate:importmap": "cross-env NODE_OPTIONS=--no-deprecation payload generate:importmap",
|
|
"generate:types": "cross-env NODE_OPTIONS=--no-deprecation payload generate:types",
|
|
"lint": "cross-env NODE_OPTIONS=--no-deprecation next lint",
|
|
"payload": "cross-env NODE_OPTIONS=--no-deprecation payload",
|
|
"start": "cross-env NODE_OPTIONS=--no-deprecation next start",
|
|
"test": "pnpm run test:int && pnpm run test:e2e",
|
|
"test:e2e": "cross-env NODE_OPTIONS=\"--no-deprecation --no-experimental-strip-types\" pnpm exec playwright test",
|
|
"test:int": "cross-env NODE_OPTIONS=--no-deprecation vitest run --config ./vitest.config.mts"
|
|
},
|
|
"dependencies": {
|
|
"@payloadcms/db-vercel-postgres": "3.53.0",
|
|
"@payloadcms/next": "3.53.0",
|
|
"@payloadcms/payload-cloud": "3.53.0",
|
|
"@payloadcms/richtext-lexical": "3.53.0",
|
|
"@payloadcms/storage-vercel-blob": "3.53.0",
|
|
"@payloadcms/ui": "3.53.0",
|
|
"cross-env": "^7.0.3",
|
|
"graphql": "^16.8.1",
|
|
"next": "15.4.4",
|
|
"payload": "3.53.0",
|
|
"react": "19.1.0",
|
|
"react-dom": "19.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "^3.2.0",
|
|
"@playwright/test": "1.54.1",
|
|
"@testing-library/react": "16.3.0",
|
|
"@types/node": "^22.5.4",
|
|
"@types/react": "19.1.8",
|
|
"@types/react-dom": "19.1.6",
|
|
"@vitejs/plugin-react": "4.5.2",
|
|
"eslint": "^9.16.0",
|
|
"eslint-config-next": "15.4.4",
|
|
"jsdom": "26.1.0",
|
|
"playwright": "1.54.1",
|
|
"playwright-core": "1.54.1",
|
|
"prettier": "^3.4.2",
|
|
"typescript": "5.7.3",
|
|
"vite-tsconfig-paths": "5.1.4",
|
|
"vitest": "3.2.3"
|
|
},
|
|
"packageManager": "pnpm@10.15.0",
|
|
"engines": {
|
|
"node": "^18.20.2 || >=20.9.0"
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"sharp",
|
|
"esbuild",
|
|
"unrs-resolver"
|
|
]
|
|
}
|
|
}
|