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",
| "@humansignal/audio-file-decoder": "0.1.5",
| "@thi.ng/rle-pack": "^3.1.30",
| "antd": "^4.3.3",
| "chroma-js": "^2.1.1",
| "colormap": "^2.3.2",
| "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",
| "mobx": "^5.15.4",
| "mobx-react": "^6",
| "mobx-react-lite": "2.2.2",
| "mobx-state-tree": "^3.16.0",
| "nanoid": "^3.3.8",
| "papaparse": "^5.4.1",
| "pleasejs": "^0.4.2",
| "prop-types": "15.8.1",
| "rc-tree": "^5.7.8",
| "react": "18.3.1",
| "react-beautiful-dnd": "^13.1.1",
| "react-dom": "18.3.1",
| "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",
| "webfft": "^1.0.3",
| "xpath-range": "^1.1.1"
| },
| "main": "src/index.js",
| "devDependencies": {
| "babel-plugin-istanbul": "^7.0.0"
| }
| }
|
|