-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
169 lines (169 loc) · 4.87 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
{
"name": "@teselagen/source",
"version": "0.2.0",
"license": "MIT",
"scripts": {
"postinstall": "patch-package",
"prepare": "husky",
"e2e": "nx affected --base=master --head=HEAD -t e2e",
"test": "nx affected -t test"
},
"type": "module",
"private": true,
"dependencies": {
"@blueprintjs/core": "3.52.0",
"@blueprintjs/datetime": "3.23.19",
"@blueprintjs/select": "3.18.11",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^7.0.0",
"@dnd-kit/sortable": "^8.0.0",
"@hello-pangea/dnd": "16.2.0",
"@risingstack/react-easy-state": "^6.3.0",
"@teselagen/react-table": "6.10.16",
"@types/lodash-es": "^4.17.12",
"@use-gesture/react": "^10.2.23",
"axios": "^0.21.1",
"browser-or-node": "^2.0.0",
"classnames": "^2.3.2",
"clipboard": "2.0.8",
"color": "^3.2.1",
"combokeys": "^3.0.1",
"copy-to-clipboard": "^3.3.1",
"dayjs": "^1.10.4",
"deep-equal": "^1.1.1",
"dom-scroll-into-view": "^2.0.1",
"dom-to-image": "^2.6.0",
"downloadjs": "^1.4.7",
"file-saver": "^2.0.5",
"fuse.js": "^6.6.2",
"fuzzysearch": "^1.0.3",
"html2canvas": "^1.4.1",
"immer": "^9.0.15",
"is-mobile": "^3.0.0",
"jszip": "^3.10.1",
"lodash-es": "^4.17.21",
"math-expression-evaluator": "^1.3.7",
"mobx": "^6.10.2",
"mobx-react": "^9.0.1",
"nanoid": "^4.0.0",
"node-interval-tree": "^1.3.3",
"papaparse": "^5.3.2",
"paths-js": "^0.4.11",
"pluralize": "^7.0.0",
"popper.js": "^1.16.1",
"prop-types": "^15.6.2",
"qs": "^6.9.6",
"react": "^18.3.1",
"react-color": "^2.19.3",
"react-dom": "^18.3.1",
"react-draggable": "4.4.5",
"react-dropzone": "^11.4.2",
"react-markdown": "8.0.7",
"react-measure": "^2.5.2",
"react-redux": "^8.0.5",
"react-rnd": "^10.2.4",
"react-router-dom": "4",
"react-sizeme": "^2.6.12",
"react-transition-group": "^2.4.0",
"recompose": "npm:[email protected]",
"redux": "^4.1.2",
"redux-act": "^1.8.0",
"redux-form": "^8.3.10",
"redux-ignore": "^1.2.5",
"redux-thunk": "2.4.1",
"remark-gfm": "^3.0.1",
"reselect": "^4.1.7",
"shortid": "^2.2.16",
"tg-use-local-storage-state": "^16.0.3",
"tippy.js": "^6.3.7",
"url-join": "^4.0.1",
"use-debounce": "^8.0.4",
"use-deep-compare-effect": "^1.6.1",
"use-local-storage-state": "^13.0.0",
"validate.io-nonnegative-integer-array": "^1.0.1",
"wait-on": "^7.0.1",
"write-excel-file": "^1.4.25"
},
"devDependencies": {
"@babel/preset-react": "^7.24.6",
"@cypress/code-coverage": "^3.12.39",
"@gmod/gff": "^1.2.1",
"@jscutlery/semver": "^5.2.2",
"@nx/cypress": "19.1.0",
"@nx/esbuild": "19.1.0",
"@nx/eslint-plugin": "19.1.0",
"@nx/jest": "19.1.0",
"@nx/js": "19.1.0",
"@nx/linter": "19.1.0",
"@nx/react": "19.1.0",
"@nx/vite": "19.1.0",
"@nx/web": "19.1.0",
"@nx/workspace": "19.1.0",
"@playwright/test": "^1.44.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "14.0.0",
"@types/bluebird": "^3.5.42",
"@types/jest": "^29.5.8",
"@types/jszip": "^3.4.1",
"@types/node": "20.9.0",
"@types/papaparse": "^5.3.11",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"@types/redux-form": "^8.3.9",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"@vitejs/plugin-react": "^4.3.0",
"@vitest/coverage-c8": "^0.33.0",
"@vitest/ui": "^1.6.0",
"auto-changelog": "^2.4.0",
"biomsa": "^0.2.4",
"chai-dom": "^1.12.0",
"chai-subset": "^1.6.0",
"chai-things": "0.2.0",
"chance": "^1.1.11",
"concurrently": "^8.2.2",
"cypress": "^13.14.1",
"cypress-real-events": "^1.13.0",
"cypress-vite": "^1.4.0",
"esbuild": "^0.21.3",
"eslint": "~8.53.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-no-only-tests": "^3.1.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"gh-pages": "^6.0.0",
"husky": "^9.0.11",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jsdom": "~24.0.0",
"lint-staged": "^15.2.4",
"million": "^3.1.5",
"nx": "19.1.0",
"nx-cloud": "19.0.0",
"patch-package": "^8.0.0",
"prettier": "^3.1.0",
"string-splice": "^1.3.0",
"string_decoder": "^1.3.0",
"ts-jest": "^29.1.3",
"ts-node": "10.9.2",
"tslib": "^2.6.2",
"typescript": "~5.4.5",
"vite": "^5.2.11",
"vite-plugin-dts": "~3.9.1",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-libcss": "^1.1.1",
"vite-plugin-static-copy": "^1.0.5",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.6.0"
},
"workspaces": [
"packages/*"
],
"volta": {
"node": "18.18.0",
"yarn": "1.22.21"
}
}