Skip to content

Commit

Permalink
added react-spring for animation
Browse files Browse the repository at this point in the history
  • Loading branch information
frankimhof committed Oct 28, 2020
1 parent 6ab287e commit 53eede4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,15 @@
"@types/d3": "^5.16.3",
"@types/jest": "^24.9.1",
"@types/node": "^12.12.68",
"@types/papaparse": "^5.2.4",
"@types/react": "^16.9.53",
"@types/react-dom": "^16.9.8",
"d3": "^6.2.0",
"papaparse": "^5.3.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-scripts": "3.4.3",
"react-scripts": "^3.4.4",
"react-spring": "^8.0.27",
"typescript": "^3.7.5"
},
"scripts": {
Expand Down

0 comments on commit 53eede4

Please sign in to comment.