mirror of
https://github.com/vercel/next-learn.git
synced 2026-06-23 20:55:50 +00:00
18 lines
325 B
JSON
18 lines
325 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"date-fns": "^2.11.1",
|
|
"gray-matter": "^4.0.2",
|
|
"next": "latest",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2",
|
|
"remark": "^14.0.1",
|
|
"remark-html": "^15.0.0"
|
|
}
|
|
}
|