32 lines
822 B
JSON
32 lines
822 B
JSON
{
|
|
"name": "next-latest-starter",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@payloadcms/db-mongodb": "3.0.0-alpha.25",
|
|
"@payloadcms/db-postgres": "^3.0.0-alpha.25",
|
|
"@payloadcms/next": "3.0.0-alpha.25",
|
|
"@payloadcms/richtext-lexical": "^3.0.0-alpha.25",
|
|
"@payloadcms/richtext-slate": "3.0.0-alpha.25",
|
|
"@payloadcms/ui": "3.0.0-alpha.25",
|
|
"next": "^14.1.3",
|
|
"payload": "3.0.0-alpha.25",
|
|
"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"
|
|
}
|
|
} |