[examples/538][m] - v0.2

This commit is contained in:
Luccas Mateus de Medeiros Gomes
2023-05-31 13:55:11 -03:00
parent 14974edcbf
commit 37e36539ec
7 changed files with 4074 additions and 182 deletions

View File

@@ -9,7 +9,9 @@
"lint": "next lint"
},
"dependencies": {
"@portaljs/components": "^0.1.0",
"@headlessui/react": "^1.7.14",
"@heroicons/react": "^2.0.18",
"@portaljs/components": "^0.1.7",
"@tailwindcss/typography": "^0.5.9",
"@types/node": "20.1.1",
"@types/react": "18.2.6",
@@ -26,12 +28,15 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-markdown": "^8.0.7",
"remark": "^14.0.3",
"remark-code-frontmatter": "^1.0.0",
"remark-excerpt": "^1.0.0-beta.1",
"remark-extract-frontmatter": "^3.2.0",
"remark-frontmatter": "^4.0.1",
"remark-gfm": "^3.0.1",
"tailwindcss": "3.3.2",
"timeago.js": "^4.0.2",
"to-vfile": "^7.2.4",
"typescript": "5.0.4"
}
}