mirror of
https://github.com/vercel/next-learn.git
synced 2026-06-11 09:51:47 +00:00
21 lines
377 B
JSON
21 lines
377 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "next build",
|
|
"dev": "next dev",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"fuse.js": "^6.6.2",
|
|
"lodash": "^4.17.21",
|
|
"next": "latest",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-modal": "^3.16.1",
|
|
"react-syntax-highlighter": "^15.5.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|