forked from HumanSignal/label-studio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 754 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "@humansignal/datamanager",
"version": "0.0.0",
"license": "MIT",
"private": true,
"dependencies": {
"chroma-js": "^2.1.1",
"date-fns": "^2.20.1",
"deep-equal": "^2.0.5",
"js-base64": "^3.7.7",
"mobx": "^5.15.4",
"mobx-react": "^6",
"mobx-react-lite": "2.2.2",
"mobx-state-tree": "^3.16.0",
"nanoid": "^3.3.0",
"pako": "^2.1.0",
"react": "17.0.2",
"react-beautiful-dnd": "^13.1.1",
"react-datepicker": "^3.6.0",
"react-dom": "17.0.2",
"react-hotkeys-hook": "^2.4.0",
"react-icons": "^4.2.0",
"react-virtualized-auto-sizer": "^1.0.20",
"react-window": "^1.8.9",
"react-window-infinite-loader": "^1.0.5",
"strman": "^2.0.1"
},
"main": "src/index.js"
}