Skip to content

Commit 3785815

Browse files
adhityamamallanAssem-Uber
authored andcommitted
Add react-visjs-timeline (#800)
Add react-visjs-timeline library to use for the timeline component
1 parent b984fdd commit 3785815

File tree

2 files changed

+135
-1
lines changed

2 files changed

+135
-1
lines changed

package-lock.json

Lines changed: 128 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"react-intersection-observer": "^9.8.1",
4646
"react-json-view-lite": "^1.4.0",
4747
"react-virtuoso": "^4.10.4",
48+
"react-visjs-timeline": "^1.6.0",
4849
"server-only": "^0.0.1",
4950
"styletron-engine-monolithic": "^1.0.0",
5051
"styletron-react": "^6.1.1",
@@ -89,6 +90,11 @@
8990
"react-uid": "2.3.2",
9091
"react-map-gl": "5.3.19",
9192
"react-virtualized-auto-sizer": "1.0.22",
92-
"long": "5.2.1"
93+
"long": "5.2.1",
94+
"react-visjs-timeline": {
95+
"react": "^18.2.0",
96+
"react-dom": "^18.2.0",
97+
"moment": "^2.29.4"
98+
}
9399
}
94100
}

0 commit comments

Comments
 (0)