[Package.json][s]: Add back engine config
This commit is contained in:
parent
162288a951
commit
6a0e724805
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user