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