33 lines
788 B
JSON
33 lines
788 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.2",
|
|
"@payloadcms/next": "3.0.0-alpha.2",
|
|
"@payloadcms/richtext-slate": "3.0.0-alpha.2",
|
|
"@payloadcms/ui": "3.0.0-alpha.2",
|
|
"next": "14.1.1-canary.26",
|
|
"payload": "3.0.0-alpha.2",
|
|
"react": "^18",
|
|
"react-dom": "^18",
|
|
"react-router": "^6.22.2",
|
|
"react-router-dom": "^6.22.2",
|
|
"sass": "^1.71.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "14.1.0",
|
|
"typescript": "^5"
|
|
}
|
|
}
|