Very basic CSV viewer

This commit is contained in:
Gregory Schier
2023-04-22 21:53:04 +08:00
parent f4dcb67caa
commit 8d37497eb7
4 changed files with 74 additions and 0 deletions

View File

@@ -42,6 +42,7 @@
"focus-trap-react": "^10.1.1",
"format-graphql": "^1.4.0",
"framer-motion": "^9.0.4",
"papaparse": "^5.4.1",
"parse-color": "^1.0.0",
"react": "^18.2.0",
"react-dnd": "^16.0.1",
@@ -56,6 +57,7 @@
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
"@tauri-apps/cli": "^1.2.2",
"@types/node": "^18.7.10",
"@types/papaparse": "^5.3.7",
"@types/parse-color": "^1.0.1",
"@types/parse-json": "^4.0.0",
"@types/react": "^18.0.31",