[Package.json][s]: Add back engine config

This commit is contained in:
Rising Odegua 2022-02-25 10:56:37 +01:00
parent 162288a951
commit 6a0e724805

View File

@ -8,6 +8,9 @@
"export": "next export",
"start": "next start"
},
"engines": {
"node": ">12"
},
"dependencies": {
"@headlessui/react": "^1.3.0",
"@heroicons/react": "^1.0.3",
@ -35,4 +38,4 @@
"vega-lite": "^5.1.0",
"xlsx": "^0.17.0"
}
}
}