Add node engne version

This commit is contained in:
Rising Odegua 2022-02-24 14:27:59 +01:00
parent 8044b0996d
commit cec97c132e

View File

@ -4,10 +4,12 @@
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build": "next build && next export",
"start": "next start"
},
"engines": {
"node": ">12"
},
"dependencies": {
"@headlessui/react": "^1.3.0",
"@heroicons/react": "^1.0.3",