**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
46 lines
1.3 KiB
JSON
46 lines
1.3 KiB
JSON
{
|
|
"name": "payload-example-form-builder-website",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "next build",
|
|
"dev": "next dev -p 3001",
|
|
"lint": "next lint",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@apollo/client": "^3.7.0",
|
|
"@faceless-ui/css-grid": "^1.2.0",
|
|
"@faceless-ui/modal": "^2.0.2",
|
|
"@lexical/list": "^0.14.5",
|
|
"@lexical/react": "0.14.5",
|
|
"@lexical/rich-text": "^0.14.5",
|
|
"@lexical/utils": "0.14.5",
|
|
"@payloadcms/plugin-form-builder": "beta",
|
|
"@payloadcms/richtext-lexical": "beta",
|
|
"escape-html": "^1.0.3",
|
|
"graphql": "^16.8.1",
|
|
"next": "^14.3.0-canary.68",
|
|
"react": "18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-hook-form": "^7.41.0",
|
|
"react-select": "^5.7.0",
|
|
"sass": "^1.55.0",
|
|
"slate": "^0.84.0"
|
|
},
|
|
"devDependencies": {
|
|
"@next/eslint-plugin-next": "^13.5.6",
|
|
"@types/node": "^20",
|
|
"@types/react": "^18.0.21",
|
|
"eslint": "8.57.0",
|
|
"eslint-config-next": "12.3.1",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-filenames": "^1.3.2",
|
|
"eslint-plugin-import": "2.25.4",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-simple-import-sort": "^10.0.0",
|
|
"typescript": "^5.4"
|
|
}
|
|
}
|