This commit is contained in:
Rising Odegua 2022-02-25 11:28:53 +01:00
commit bb32b74393
2 changed files with 131 additions and 1489 deletions

View File

@ -7,6 +7,9 @@
"build": "next build && next export",
"start": "next start"
},
"engines": {
"node": ">12"
},
"dependencies": {
"@headlessui/react": "^1.3.0",
"@heroicons/react": "^1.0.3",
@ -15,7 +18,7 @@
"autoprefixer": "^10.0.4",
"frictionless.js": "^0.13.4",
"gray-matter": "^4.0.3",
"next": "11.1.3",
"next": "12.1.0",
"next-mdx-remote": "^3.0.4",
"papaparse": "^5.3.1",
"postcss": "^8.2.10",

File diff suppressed because it is too large Load Diff