mirror of
https://github.com/vercel/next-learn.git
synced 2026-06-11 09:51:47 +00:00
18 lines
338 B
JSON
18 lines
338 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"fuse.js": "^6.4.6",
|
|
"lodash": "^4.17.21",
|
|
"next": "latest",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2",
|
|
"react-modal": "^3.12.1",
|
|
"react-syntax-highlighter": "^15.4.3"
|
|
}
|
|
}
|