nextload/package.json

30 lines
725 B
JSON
Raw Normal View History

2024-02-27 19:10:20 +00:00
{
"name": "next-latest-starter",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2024-03-05 21:38:45 +00:00
"@payloadcms/db-mongodb": "3.0.0-alpha.16",
"@payloadcms/next": "3.0.0-alpha.16",
"@payloadcms/richtext-slate": "3.0.0-alpha.16",
"@payloadcms/ui": "3.0.0-alpha.16",
"next": "14.2.0-canary.1",
"payload": "3.0.0-alpha.16",
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-01 17:33:44 +00:00
}