mirror of
https://github.com/vercel/next-learn.git
synced 2026-06-11 09:51:47 +00:00
25 lines
486 B
JSON
25 lines
486 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": "9.3.5",
|
|
"react": "16.13.1",
|
|
"react-dom": "16.13.1",
|
|
"remark": "^12.0.0",
|
|
"remark-html": "^11.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^13.11.0",
|
|
"@types/react": "^16.9.32",
|
|
"typescript": "^3.8.3"
|
|
}
|
|
}
|