mirror of
https://github.com/vercel/next-learn.git
synced 2026-06-11 09:51:47 +00:00
20 lines
368 B
JSON
20 lines
368 B
JSON
{
|
|
"name": "my-app",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"date-fns": "^2.11.1",
|
|
"gray-matter": "^4.0.2",
|
|
"next": "^11.0.0",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2",
|
|
"remark": "^12.0.0",
|
|
"remark-html": "^12.0.0"
|
|
}
|
|
}
|