nextload/package.json

32 lines
787 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-01 18:21:15 +00:00
"@payloadcms/db-mongodb": "3.0.0-alpha.4",
"@payloadcms/next": "3.0.0-alpha.4",
"@payloadcms/richtext-slate": "3.0.0-alpha.4",
"@payloadcms/ui": "3.0.0-alpha.4",
"next": "14.1.1-canary.82",
"payload": "3.0.0-alpha.4",
2024-02-27 19:10:20 +00:00
"react": "^18",
"react-dom": "^18",
2024-03-01 16:48:52 +00:00
"react-router": "^6.22.2",
"react-router-dom": "^6.22.2",
"sass": "^1.71.1"
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
}