Files
next-learn/seo/package.json
2023-08-30 13:31:53 -05:00

21 lines
377 B
JSON

{
"private": true,
"engines": {
"node": ">=18"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"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"
}
}