[Home][m] Add portaljs home page with links to subpages

This commit is contained in:
Rising Odegua
2021-05-19 12:03:34 +01:00
parent 1e2a76571e
commit c4375a6d70
12 changed files with 9991 additions and 148 deletions

View File

@@ -8,16 +8,15 @@
"start": "next start"
},
"dependencies": {
"next": "10.2.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"frictionless.js": "^0.13.4",
"remark": "^13.0.0",
"remark-html": "^13.0.1",
"tailwindcss": "^2.0.2",
"@tailwindcss/typography": "^0.4.0",
"autoprefixer": "^10.0.4",
"postcss": "^8.2.10"
"frictionless.js": "^0.13.4",
"next": "10.2.0",
"postcss": "^8.2.10",
"react": "17.0.2",
"react-dom": "17.0.2",
"remark": "^13.0.0",
"remark-html": "^13.0.1",
"tailwindcss": "^2.0.2"
}
}