2024-02-27 19:10:20 +00:00
|
|
|
{
|
|
|
|
"name": "next-latest-starter",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
2024-03-08 20:30:16 +00:00
|
|
|
"type": "module",
|
2024-02-27 19:10:20 +00:00
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev",
|
|
|
|
"build": "next build",
|
2024-03-08 20:23:52 +00:00
|
|
|
"payload": "payload",
|
2024-02-27 19:10:20 +00:00
|
|
|
"start": "next start",
|
|
|
|
"lint": "next lint"
|
|
|
|
},
|
2024-03-08 05:12:11 +00:00
|
|
|
"engines": {
|
|
|
|
"node": ">=18.17.0"
|
|
|
|
},
|
2024-02-27 19:10:20 +00:00
|
|
|
"dependencies": {
|
2024-03-08 20:15:39 +00:00
|
|
|
"@payloadcms/db-mongodb": "alpha",
|
|
|
|
"@payloadcms/db-postgres": "alpha",
|
|
|
|
"@payloadcms/next": "alpha",
|
|
|
|
"@payloadcms/richtext-lexical": "alpha",
|
|
|
|
"@payloadcms/richtext-slate": "alpha",
|
2024-03-07 22:53:18 +00:00
|
|
|
"next": "^14.2.0-canary.7",
|
2024-03-08 20:15:39 +00:00
|
|
|
"payload": "alpha",
|
2024-02-27 19:10:20 +00:00
|
|
|
"react": "^18",
|
|
|
|
"react-dom": "^18",
|
2024-03-05 01:15:53 +00:00
|
|
|
"sharp": "0.32.6"
|
2024-02-27 19:10:20 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/node": "^20",
|
|
|
|
"@types/react": "^18",
|
|
|
|
"@types/react-dom": "^18",
|
|
|
|
"eslint": "^8",
|
2024-03-01 16:48:52 +00:00
|
|
|
"eslint-config-next": "14.1.0",
|
|
|
|
"typescript": "^5"
|
2024-02-27 19:10:20 +00:00
|
|
|
}
|
2024-03-08 05:12:11 +00:00
|
|
|
}
|