summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-04-02 15:50:01 +0200
committerJules Laplace <julescarbon@gmail.com>2019-04-02 15:50:01 +0200
commit9280b2ad356b7f0cda38f9e14eb91b89f076e9c1 (patch)
tree357d84e72fb65cffe8a9a6f6f42ddb097440f6c5 /package.json
parent087cf70c944c09c4d03f2fbcaf7c74718ccb5f8f (diff)
clamp citations height. add waypoint
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index 75fbebb7..bbd3d763 100644
--- a/package.json
+++ b/package.json
@@ -56,6 +56,7 @@
"react-router-dom": "^4.3.1",
"react-spin": "^0.6.2",
"react-tabulator": "^0.9.1",
+ "react-waypoint": "^9.0.1",
"redux": "^4.0.0",
"redux-thunk": "^2.3.0",
"snapsvg": "^0.5.1",
@@ -65,7 +66,8 @@
"three": "^0.100.0",
"three-orbitcontrols": "^2.99.1",
"three.meshline": "^1.1.0",
- "three.textsprite": "^18.10.24"
+ "three.textsprite": "^18.10.24",
+ "waypoints": "^4.0.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",