Skip to content

Commit

Permalink
feat: add visualization support (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
theSuess authored Jan 23, 2024
1 parent 779701d commit 4e8eaa9
Show file tree
Hide file tree
Showing 7 changed files with 853 additions and 25 deletions.
248 changes: 248 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/d3": "^7.4.3",
"@types/d3-zoom": "^3.0.8",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.34",
"@types/react": "^18.2.8",
Expand All @@ -32,6 +34,9 @@
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"css-loader": "^6.5.1",
"css-minimizer-webpack-plugin": "^3.2.0",
"d3": "^7.8.5",
"d3-dag": "^0.11.5",
"d3-zoom": "^3.0.0",
"dotenv": "^10.0.0",
"dotenv-expand": "^5.1.0",
"eslint": "^8.3.0",
Expand Down
Loading

0 comments on commit 4e8eaa9

Please sign in to comment.