mirror of
https://github.com/apache/superset.git
synced 2026-04-21 00:54:44 +00:00
refactor(monorepo): move superset-ui to superset(stage 2) (#17552)
This commit is contained in:
46
superset-frontend/plugins/plugin-chart-table/package.json
Normal file
46
superset-frontend/plugins/plugin-chart-table/package.json
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"name": "@superset-ui/plugin-chart-table",
|
||||
"version": "0.18.25",
|
||||
"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/apache-superset/superset-ui.git"
|
||||
},
|
||||
"keywords": [
|
||||
"superset"
|
||||
],
|
||||
"author": "Superset",
|
||||
"license": "Apache-2.0",
|
||||
"bugs": {
|
||||
"url": "https://github.com/apache-superset/superset-ui/issues"
|
||||
},
|
||||
"homepage": "https://github.com/apache-superset/superset-ui#readme",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"dependencies": {
|
||||
"@react-icons/all-files": "^4.1.0",
|
||||
"@superset-ui/chart-controls": "0.18.25",
|
||||
"@superset-ui/core": "0.18.25",
|
||||
"@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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user