diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-07-23 15:20:02 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-07-23 15:20:02 +0200 |
commit | 7aa007f158a52b41494049a1202938fc97813ec1 (patch) | |
tree | b6d5ee927ee9cfb4aa2bcf4ad8949368d846a923 /package.json | |
parent | cf5ed86be6ce54e6af697fb0a929c4dc8a40f193 (diff) |
added theme tracking
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json index 4395167..3cdf0f0 100644 --- a/package.json +++ b/package.json @@ -17,10 +17,13 @@ "@react-hook/window-size": "^3.0.7", "d3-force-3d": "^3.0.2", "framer-motion": "^4", + "hex-rgb": "^5.0.0", "next": "11.0.1", "react": "17.0.2", + "react-custom-scrollbars-2": "^4.4.0", "react-dom": "17.0.2", "react-force-graph": "^1.41.7", + "react-spring": "^9.2.4", "three-spritetext": "^1.6.2", "use-constant": "^1.1.0" }, |