mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
658ffe2e0e
Co-authored-by: malewis5 <matthew.a.lewis7@gmail.com> Co-authored-by: Lee Robinson <me@leerob.io>
28 lines
712 B
JSON
28 lines
712 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"setup": "node ./lib/setup.js"
|
|
},
|
|
"dependencies": {
|
|
"@contentful/rich-text-react-renderer": "^15.17.1",
|
|
"@contentful/rich-text-types": "^16.2.1",
|
|
"@contentful/vercel-nextjs-toolkit": "latest",
|
|
"@tailwindcss/typography": "0.5.9",
|
|
"@types/node": "^20.5.0",
|
|
"@types/react": "^18.2.20",
|
|
"@types/react-dom": "^18.2.7",
|
|
"autoprefixer": "10.4.15",
|
|
"contentful-import": "^9.0.4",
|
|
"date-fns": "2.30.0",
|
|
"next": "latest",
|
|
"postcss": "8.4.31",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"tailwindcss": "^3.3.3",
|
|
"typescript": "^5.1.6"
|
|
}
|
|
}
|