Fixes https://github.com/payloadcms/payload/issues/7741 I have no idea why it broke and was not able to reproduce this at all. But given the amount of people reporting this issue, it's not worth keeping this around for the small benefit this brings
52 lines
1.7 KiB
JSON
52 lines
1.7 KiB
JSON
{
|
|
"name": "template-blank-3.0",
|
|
"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",
|
|
"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"
|
|
},
|
|
"dependencies": {
|
|
"@payloadcms/db-mongodb": "beta",
|
|
"@payloadcms/next": "beta",
|
|
"@payloadcms/plugin-cloud": "beta",
|
|
"@payloadcms/richtext-lexical": "beta",
|
|
"cross-env": "^7.0.3",
|
|
"graphql": "^16.8.1",
|
|
"next": "15.0.0-canary.104",
|
|
"payload": "beta",
|
|
"react": "19.0.0-rc-06d0b89e-20240801",
|
|
"react-dom": "19.0.0-rc-06d0b89e-20240801",
|
|
"sharp": "0.32.6"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.14.9",
|
|
"@types/react": "npm:types-react@19.0.0-rc.0",
|
|
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.0",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "15.0.0-canary.104",
|
|
"typescript": "5.5.4"
|
|
},
|
|
"engines": {
|
|
"node": "^18.20.2 || >=20.9.0"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"@types/react": "npm:types-react@19.0.0-rc.0",
|
|
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.0"
|
|
}
|
|
},
|
|
"overrides": {
|
|
"@types/react": "npm:types-react@19.0.0-rc.0",
|
|
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.0"
|
|
}
|
|
}
|