mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
38d1987749
Co-authored-by: Lee Robinson <me@leerob.io>
24 lines
463 B
JSON
24 lines
463 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"classnames": "2.3.2",
|
|
"date-fns": "2.30.0",
|
|
"next": "latest",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "20.3.1",
|
|
"@types/react": "18.2.13",
|
|
"autoprefixer": "10.4.14",
|
|
"postcss": "8.4.24",
|
|
"tailwindcss": "3.3.2",
|
|
"typescript": "5.1.3"
|
|
}
|
|
}
|