41 lines
1.2 KiB
JSON
41 lines
1.2 KiB
JSON
{
|
|
"name": "payload-draft-preview-next-app",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "next build",
|
|
"dev": "next dev -p 3001",
|
|
"lint": "next lint",
|
|
"start": "next start -p 3001"
|
|
},
|
|
"dependencies": {
|
|
"escape-html": "^1.0.3",
|
|
"next": "^15.0.0",
|
|
"payload-admin-bar": "^1.0.6",
|
|
"react": "19.0.0-rc-65a56d0e-20241020",
|
|
"react-dom": "19.0.0-rc-65a56d0e-20241020"
|
|
},
|
|
"devDependencies": {
|
|
"@next/eslint-plugin-next": "^15.0.0",
|
|
"@payloadcms/eslint-config": "^0.0.2",
|
|
"@types/escape-html": "^1.0.2",
|
|
"@types/node": "18.11.3",
|
|
"@types/react": "npm:types-react@19.0.0-rc.1",
|
|
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
|
|
"@typescript-eslint/eslint-plugin": "^5.51.0",
|
|
"@typescript-eslint/parser": "^5.51.0",
|
|
"eslint": "8.41.0",
|
|
"eslint-config-next": "15.0.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-filenames": "^1.3.2",
|
|
"eslint-plugin-import": "2.25.4",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-simple-import-sort": "^10.0.0",
|
|
"prettier": "^2.7.1",
|
|
"sass": "^1.81.0",
|
|
"slate": "^0.82.0",
|
|
"typescript": "5.5.2"
|
|
}
|
|
}
|