-
Notifications
You must be signed in to change notification settings - Fork 3.8k
/
package.json
220 lines (220 loc) · 6.75 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
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
{
"name": "db-console",
"version": "1.0.0",
"main": "index.tsx",
"repository": "github.com/cockroachdb/cockroach",
"license": "MIT",
"scripts": {
"lint": "eslint './{src,ccl}/**/*.{tsx,ts,js}'",
"lint:fix": "eslint './{src,ccl}/**/*.{tsx,ts,js}' --fix",
"karma": "karma start",
"karma:watch": "karma start --no-single-run --auto-watch",
"storybook": "start-storybook -p 9009",
"test": "DEBUG_PRINT_LIMIT=1000000 jest"
},
"dependencies": {
"@babel/runtime": "7.12.13",
"@cockroachlabs/cluster-ui": "link:../cluster-ui",
"@cockroachlabs/crdb-protobuf-client": "link:./src/js",
"@cockroachlabs/crdb-protobuf-client-ccl": "link:./ccl/src/js",
"@cockroachlabs/design-tokens": "0.4.5",
"@cockroachlabs/eslint-plugin-crdb": "link:../eslint-plugin-crdb",
"@cockroachlabs/icons": "0.5.2",
"@cockroachlabs/ui-components": "0.4.3",
"analytics-node": "^3.5.0",
"antd": "^3.25.2",
"babel-polyfill": "^6.26.0",
"classnames": "^2.2.5",
"combokeys": "^2.4.6",
"connected-react-router": "^6.9.1",
"create-react-context": "^0.3.0",
"esbuild-loader": "^2.19.0",
"highlight.js": "^10.6.0",
"list.js": "^2.3.1",
"lodash": "^4.17.21",
"long": "^4.0.0",
"mini-create-react-context": "^0.3.2",
"moment": "^2.19.3",
"moment-timezone": "^0.5.42",
"nvd3": "^1.8.5",
"popper.js": "^1.14.4",
"raw-loader": "^0.5.1",
"rc-calendar": "^9.15.11",
"rc-form": "^2.4.11",
"rc-progress": "^2.2.1",
"react": "^16.12.0",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.0",
"react-motion": "^0.5.2",
"react-paginate": "^5.2.2",
"react-redux": "^7.2.4",
"react-router-dom": "^5.1.2",
"react-select": "1.2.1",
"redux": "^4.1.0",
"redux-saga": "^1.1.3",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"whatwg-fetch": "^2.0.3"
},
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/plugin-transform-modules-commonjs": "7.14.5",
"@babel/plugin-transform-runtime": "7.14.5",
"@babel/preset-env": "^7.7.7",
"@babel/preset-react": "^7.7.4",
"@cockroachlabs/eslint-config": "^0.1.11",
"@reduxjs/toolkit": "1.6.0",
"@storybook/react": "^6.1.21",
"@testing-library/dom": "^8.11.1",
"@testing-library/react": "^12.1.0",
"@testing-library/user-event": "^13.5.0",
"@types/analytics-node": "^0.0.32",
"@types/assert": "^1.4.0",
"@types/bytebuffer": "^5.0.33",
"@types/chai": "^4.1.0",
"@types/classnames": "^2.2.10",
"@types/combokeys": "^2.4.5",
"@types/d3": "<4.0.0",
"@types/d3-dispatch": "^1.0.4",
"@types/d3-drag": "^1.1.0",
"@types/d3-timer": "^1.0.5",
"@types/enzyme": "^3.1.9",
"@types/enzyme-adapter-react-16": "^1.0.2",
"@types/fetch-mock": "^5.8.1",
"@types/highlight.js": "^10.1.0",
"@types/jest": "27",
"@types/lodash": "^4.14.149",
"@types/long": "^4.0.1",
"@types/mocha": "^2.2.40",
"@types/node": "^13.7.0",
"@types/nvd3": "^1.8.36",
"@types/prop-types": "^15.5.1",
"@types/react": "^16.14.8",
"@types/react-copy-to-clipboard": "^4.2.5",
"@types/react-dom": "^16.9.4",
"@types/react-helmet": "^5.0.5",
"@types/react-paginate": "^4.3.2",
"@types/react-redux": "^7.1.6",
"@types/react-router-dom": "^5.1.3",
"@types/react-select": "1.2.6",
"@types/redux": "^3.6.0",
"@types/redux-saga": "^0.10.5",
"@types/redux-thunk": "^2.1.0",
"@types/sinon": "^7.5.1",
"@types/storybook__react": "^4.0.2",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"babel-jest": "27.5.1",
"babel-loader": "^8.0.6",
"babel-plugin-import": "^1.12.2",
"bytebuffer": "^5.0.1",
"cache-loader": "^4.1.0",
"chai": "^4.1.0",
"chalk": "^1.1.3",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^3.4.0",
"d3": "<4.0.0",
"d3-geo-projection": "^2.5.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.15.2",
"escodegen": "^1.8.1",
"eslint": "^7.16.0",
"eslint-plugin-prettier": "^3.3.0",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"espree": "^3.1.3",
"estraverse": "^4.2.0",
"express": "^4.15.2",
"fetch-mock": "^5.9.4",
"file-loader": "^5.0.2",
"fork-ts-checker-webpack-plugin": "^1.0.0",
"glob": "^7.1.1",
"html-webpack-template": "^6.0.1",
"http-proxy-middleware": "^0.19.1",
"identity-obj-proxy": "3.0.0",
"jest": "27.5.1",
"jest-canvas-mock": "^2.4.0",
"jest-cli": "27.5.1",
"jest-environment-enzyme": "7.1.2",
"jest-environment-jsdom": "27.5.1",
"jest-enzyme": "7.1.2",
"jsdoc": "^3.4.2",
"karma": "^6.3.4",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.3",
"karma-sinon": "^1.0.5",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.13",
"less-loader": "6.2.0",
"minimist": "^1.2.0",
"mocha": "^6.2.1",
"nib": "^1.1.2",
"prettier": "^2.6.2",
"pretty-format": "^27.3.1",
"prop-types": "^15.5.10",
"protobufjs": "6.8.6",
"redux-saga-test-plan": "^4.0.0-beta.2",
"rimraf": "^2.6.1",
"semver": "^5.3.0",
"sinon": "^7.5.0",
"source-map-loader": "^0.2.0",
"string-replace-webpack-plugin": "^0.1.3",
"style-loader": "^1.1.2",
"stylint": "^1.5.9",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"thread-loader": "^2.1.3",
"tmp": "0.0.33",
"topojson": "^3.0.2",
"ts-jest": "27.1.3",
"ts-loader": "^6.2.1",
"typescript": "4.2.4",
"uglify-js": "^2.8.15",
"uplot": "^1.6.8",
"url-loader": "4.1.1",
"us-atlas": "^1.0.2",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.1",
"webpack-visualizer-plugin": "^0.1.11",
"webpackbar": "^5.0.0-3",
"world-atlas": "^1.1.4"
},
"optionalDependencies": {
"timers-browserify": "^2.0.12",
"webpack-dashboard": "^3.2.0"
},
"resolutions": {
"**/@types/react": "^16.14.8",
"**/@typescript-eslint/eslint-plugin": "^4.22.0",
"**/@typescript-eslint/parser": "^4.22.0",
"**/chokidar": "^2.0.0",
"**/deep-extend": "^0.5.1",
"**/es-abstract": "1.18.0-next.1",
"**/extend": "^3.0.2",
"**/react": "^16.12.0",
"**/react-dom": "^16.12.0",
"**/redux": "^4.1.0",
"**/ua-parser-js": "0.7.24",
"**/url-parse": "^1.4.3",
"aria-query": "5.0.1",
"core-js": "^2.6.12",
"elliptic": "~6.5.3",
"esbuild": "0.14.43",
"http-proxy": "~1.18.1",
"lodash": "^4.17.20",
"markdown-to-jsx": "~6.11.4",
"node-fetch": "~2.6.1",
"serialize-javascript": "~3.1.0"
},
"engines": {
"node": ">=12",
"yarn": ">=1.7.0"
},
"browserslist": [
"defaults"
]
}