-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.15 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.15 KB
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
{
"name": "@rossmoir/plugin-table",
"version": "0.17.30",
"description": "Superset Chart - Table",
"main": "lib/index.js",
"module": "esm/index.js",
"sideEffects": false,
"files": [
"esm",
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/RossMoir/superset-ui-plugin-chart-table/"
},
"keywords": [
"superset"
],
"author": "Superset",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/RossMoir/superset-ui-plugin-chart-table/issues"
},
"homepage": "https://github.com/RossMoir/superset-ui-plugin-chart-table/#readme",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@emotion/core": "^10.0.28",
"@superset-ui/chart-controls": "0.17.30",
"@superset-ui/core": "0.17.30",
"@types/d3-array": "^2.9.0",
"@types/react-table": "^7.0.29",
"d3-array": "^2.4.0",
"match-sorter": "^6.3.0",
"memoize-one": "^5.1.1",
"react-table": "^7.6.3",
"regenerator-runtime": "^0.13.7",
"xss": "^1.0.8"
},
"peerDependencies": {
"@types/react": "*",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-icons": "^4.2.0"
}
}