**BREAKING:** - The minimum required next version is now 14.3.0-canary.68. This is because we are migrating away from the deprecated experimental.serverComponentsExternalPackages next config key to experimental.serverExternalPackages, which is not available in older next canaries - The minimum `react` and `react-dom` versions have been bumped to ^18.2.0 or ^19.0.0. This matches the minimum react version recommended by next
40 lines
1.2 KiB
JSON
40 lines
1.2 KiB
JSON
{
|
|
"name": "hierarchy",
|
|
"version": "1.0.0",
|
|
"description": "A hierarchy example with Payload",
|
|
"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:types": "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",
|
|
"next": "14.3.0-canary.68",
|
|
"payload": "beta",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"sharp": "0.32.6"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.11.25",
|
|
"@types/react": "^18.2.64",
|
|
"@types/react-dom": "^18.2.21",
|
|
"dotenv": "^16.4.5",
|
|
"tsx": "^4.7.1",
|
|
"typescript": "^5.4.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.19.0"
|
|
}
|
|
}
|