Docs site added

This commit is contained in:
Elio Struyf
2021-08-30 15:13:06 +02:00
parent 39d3cf46f3
commit 94a8610edf
62 changed files with 2086 additions and 25 deletions
+14 -3
View File
@@ -3,15 +3,23 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"changelog": "node scripts/copy-changelog.js",
"dev": "npm run changelog && next dev",
"build": "npm run changelog && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.4.0",
"@heroicons/react": "^1.0.4",
"i18next": "^20.4.0",
"i18next-browser-languagedetector": "^6.1.2",
"next": "11.1.0",
"react": "17.0.2",
"react-dom": "17.0.2"
"react-dom": "17.0.2",
"react-i18next": "^11.11.4",
"react-markdown": "^7.0.1",
"rehype-raw": "^6.1.0"
},
"devDependencies": {
"@types/react": "17.0.19",
@@ -19,6 +27,9 @@
"eslint": "7.32.0",
"eslint-config-next": "11.1.0",
"postcss": "^8.3.6",
"postcss-nested": "^5.0.6",
"remark": "14.0.1",
"remark-html": "14.0.0",
"tailwindcss": "^2.2.8",
"typescript": "4.4.2"
}