-
Notifications
You must be signed in to change notification settings - Fork 2.5k
/
Copy pathpackage.json
45 lines (45 loc) · 1.18 KB
/
package.json
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "@humansignal/editor",
"version": "0.0.0",
"license": "MIT",
"private": true,
"dependencies": {
"@ant-design/colors": "6.0.0",
"@ant-design/icons": "4.8.1",
"@martel/audio-file-decoder": "^2.3.15",
"@thi.ng/rle-pack": "^3.1.30",
"antd": "^4.3.3",
"chroma-js": "^2.1.1",
"d3": "^5.16.0",
"date-fns": "^2.20.1",
"emoji-regex": "^7.0.3",
"insert-after": "^0.1.4",
"keymaster": "^1.6.2",
"konva": "^8.1.3",
"lodash": "4.17.21",
"lodash.get": "^4.4.0",
"lodash.ismatch": "^4.4.0",
"lodash.throttle": "^4.1.1",
"mobx": "^5.15.4",
"mobx-react": "^6",
"mobx-react-lite": "2.2.2",
"mobx-state-tree": "^3.16.0",
"nanoid": "^3.3.0",
"papaparse": "^5.4.1",
"pleasejs": "^0.4.2",
"prop-types": "15.8.1",
"rc-tree": "^5.7.8",
"react": "17.0.2",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "17.0.2",
"react-konva": "^17.0.2-0",
"react-konva-utils": "^0.2.0",
"react-virtualized-auto-sizer": "^1.0.20",
"react-window": "^1.8.9",
"sanitize-html": "^2.12.1",
"strman": "^2.0.1",
"wavesurfer.js": "^6.0.1",
"xpath-range": "^1.1.1"
},
"main": "src/index.js"
}