36 lines
828 B
JSON
36 lines
828 B
JSON
{
|
|
"name": "next-latest-starter",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"generate:types": "payload generate:types",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"engines": {
|
|
"node": ">=18.17.0"
|
|
},
|
|
"dependencies": {
|
|
"@payloadcms/db-mongodb": "alpha",
|
|
"@payloadcms/db-postgres": "alpha",
|
|
"@payloadcms/next": "alpha",
|
|
"@payloadcms/richtext-lexical": "alpha",
|
|
"@payloadcms/richtext-slate": "alpha",
|
|
"next": "^14.2.0-canary.7",
|
|
"payload": "alpha",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"sharp": "0.32.6"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "14.1.0",
|
|
"typescript": "^5"
|
|
}
|
|
}
|