| 1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "name": "@superset-ui/legacy-plugin-chart-paired-t-test",
- "version": "0.20.3",
- "description": "Superset Legacy Chart - Paired T Test",
- "keywords": [
- "superset"
- ],
- "homepage": "https://github.com/apache/superset/tree/master/superset-frontend/plugins/legacy-plugin-chart-paired-t-test#readme",
- "bugs": {
- "url": "https://github.com/apache/superset/issues"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/apache/superset.git",
- "directory": "superset-frontend/plugins/legacy-plugin-chart-paired-t-test"
- },
- "license": "Apache-2.0",
- "author": "Superset",
- "main": "lib/index.js",
- "module": "esm/index.js",
- "files": [
- "esm",
- "lib"
- ],
- "dependencies": {
- "distributions": "^2.2.0",
- "prop-types": "^15.8.1",
- "reactable": "^1.1.0"
- },
- "peerDependencies": {
- "@superset-ui/chart-controls": "*",
- "@superset-ui/core": "*",
- "react": "^17.0.2"
- },
- "publishConfig": {
- "access": "public"
- }
- }
|