29 lines
657 B
JSON
29 lines
657 B
JSON
{
|
|
"name": "dev",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@payloadcms/db-mongodb": "workspace:*",
|
|
"@payloadcms/next": "workspace:*",
|
|
"next": "14.1.0",
|
|
"payload": "workspace:*",
|
|
"postcss": "^8.4.35",
|
|
"react": "18.3.0-canary-b36ae8d7a-20231207",
|
|
"react-dom": "18.3.0-canary-b36ae8d7a-20231207",
|
|
"tailwindcss": "^3.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"sass": "^1.70.0",
|
|
"typescript": "^5"
|
|
}
|
|
}
|