-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
70 lines (70 loc) · 2 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "sophie-genes",
"author": "Patrick Golden",
"license": "AGPL-3.0-or-later",
"version": "8.0.1",
"private": true,
"dependencies": {
"@reduxjs/toolkit": "^1.6.2",
"blue-tape": "^1.0.0",
"buffer": "^6.0.3",
"clipboard": "^2.0.10",
"d3": "^6.6.2",
"debounce": "^1.2.0",
"density-clustering": "^1.3.0",
"fflate": "^0.7.1",
"file-saver": "^2.0.1",
"fp-ts": "^2.9.5",
"immer": "^9.0.6",
"io-ts": "^2.2.16",
"io-ts-promise": "^2.0.2",
"io-ts-types": "^0.5.16",
"is-url": "^1.2.4",
"lru-cache": "^6.0.0",
"markdown-it": "^9.0.0",
"markdown-it-attrs": "^3.0.1",
"monocle-ts": "^2.3.9",
"newtype-ts": "^0.3.4",
"org-shell": "^7.0.0-8",
"punycode": "^2.1.1",
"ramda": "^0.26.1",
"react": "^17.0.2",
"react-aria-menubutton": "^7.0.3",
"react-dom": "^17.0.2",
"react-redux": "^7.2.5",
"react-window": "^1.8.6",
"rebass": "^3.0.1",
"redux": "^4.1.1",
"redux-thunk": "^2.3.0",
"styled-components": "^4.1.3",
"tape": "^4.2.0",
"throttleit": "^1.0.0"
},
"devDependencies": {
"@types/d3": "^6.3.0",
"@types/debounce": "^1.2.0",
"@types/density-clustering": "^1.3.0",
"@types/file-saver": "^2.0.1",
"@types/is-url": "^1.2.28",
"@types/lru-cache": "^5.1.1",
"@types/markdown-it": "^12.0.1",
"@types/node": "^14.14.28",
"@types/pako": "^1.0.1",
"@types/ramda": "^0.27.38",
"@types/react": "^17.0.30",
"@types/react-aria-menubutton": "^6.2.8",
"@types/react-dom": "^17.0.9",
"@types/react-hyperscript": "^3.0.5",
"@types/react-redux": "^7.1.19",
"@types/react-window": "^1.8.5",
"@types/rebass": "^4.0.8",
"@types/styled-components": "^5.1.7",
"@types/throttleit": "^1.0.0",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"argparse": "^2.0.1",
"esbuild": "^0.13.4",
"eslint": "^7.32.0",
"eslint-plugin-react-createelement": "file:eslint-plugin-react-createelement"
}
}