summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorKirill Rogovoy <[email protected]>2021-07-22 17:02:14 +0300
committerKirill Rogovoy <[email protected]>2021-07-22 17:16:20 +0300
commit666d7e8adccbc384643598ae460c98a42d0b8e28 (patch)
treee90863650d1c509a65f9e545f4041c107783fd11 /package.json
parenta9edb982f57cd5ed6676986bcf06555d150a28ab (diff)
Add scoping and 3D graph
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index f749d59..4395167 100644
--- a/package.json
+++ b/package.json
@@ -21,7 +21,8 @@
"react": "17.0.2",
"react-dom": "17.0.2",
"react-force-graph": "^1.41.7",
- "three-spritetext": "^1.6.2"
+ "three-spritetext": "^1.6.2",
+ "use-constant": "^1.1.0"
},
"devDependencies": {
"@types/react": "17.0.14",