[docs][m]: Set up base nextjs project

This commit is contained in:
Rising Odegua
2021-05-19 09:40:18 +01:00
parent 883767cd55
commit 1e2a76571e
14 changed files with 3375 additions and 0 deletions

23
docs/package.json Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "docs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"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"
}
}