[examples/openspending][m] - table preview (#891)

* [examples/openspending][m] - table preview

* [examples/openspending][xs] - fix typo
This commit is contained in:
Luccas Mateus
2023-05-18 15:09:57 -03:00
committed by GitHub
parent efd8c85926
commit 2115a3fdb3
3 changed files with 2485 additions and 48 deletions

View File

@@ -10,6 +10,7 @@
"test": "vitest"
},
"dependencies": {
"@githubocto/flat-ui": "^0.14.1",
"@octokit/plugin-throttling": "^5.2.2",
"@types/flexsearch": "^0.7.3",
"@types/node": "18.16.0",
@@ -23,17 +24,20 @@
"next": "13.3.1",
"next-seo": "^6.0.0",
"octokit": "^2.0.14",
"papaparse": "^5.4.1",
"prettier": "^2.8.8",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.9",
"react-markdown": "^8.0.7",
"react-query": "^3.39.3",
"react-timeago": "^7.1.0",
"remark-gfm": "^3.0.1",
"typescript": "5.0.4"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@types/papaparse": "^5.3.7",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.23",
"tailwindcss": "^3.3.1",