mirror of
https://github.com/vercel/next-learn.git
synced 2026-06-11 09:51:47 +00:00
21 lines
364 B
JSON
21 lines
364 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "next build",
|
|
"dev": "next dev",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"date-fns": "^2.29.3",
|
|
"gray-matter": "^4.0.3",
|
|
"next": "latest",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"remark": "^14.0.2",
|
|
"remark-html": "^15.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|