chore: add payload and some fixes
This commit is contained in:
14
package.json
14
package.json
@ -9,16 +9,24 @@
|
||||
"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",
|
||||
"next": "14.1.0"
|
||||
"react-router": "^6.22.2",
|
||||
"react-router-dom": "^6.22.2",
|
||||
"sass": "^1.71.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^5",
|
||||
"@types/node": "^20",
|
||||
"@types/react": "^18",
|
||||
"@types/react-dom": "^18",
|
||||
"eslint": "^8",
|
||||
"eslint-config-next": "14.1.0"
|
||||
"eslint-config-next": "14.1.0",
|
||||
"typescript": "^5"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user