{
  "name": "superset-dashboard-sdk",
  "version": "1.0.1",
  "description": "Superset Dashboard visualization component with improved specs.",
  "main": "build/index.js",
  "private": false,
  "module": "build/index.es.js",
  "files": [
    "build"
  ],
  "scripts": {
    "build": "rollup -c",
    "build:watch": "rollup -c -w",
    "storybook": "start-storybook -p 6006",
    "storybook:export": "build-storybook",
    "test": "jest",
    "test:watch": "jest --watch",
    "prepublishOnly": "npm run build"
  },
  "author": "Roberto Conte Rosito",
  "license": "ISC",
  "devDependencies": {
    "@babel/core": "^7.19.6",
    "@babel/preset-env": "^7.19.4",
    "@babel/preset-typescript": "^7.18.6",
    "@rollup/plugin-commonjs": "^11.0.2",
    "@rollup/plugin-node-resolve": "^7.1.3",
    "@storybook/react": "^5.3.19",
    "@testing-library/jest-dom": "^5.5.0",
    "@testing-library/react": "^10.0.2",
    "@types/babel__core": "^7.1.19",
    "@types/jest": "^24.0.24",
    "@types/react": "^16.9.12",
    "@types/react-dom": "^16.9.8",
    "@types/styled-components": "^5.1.0",
    "babel-jest": "^29.2.2",
    "babel-loader": "^8.1.0",
    "babel-preset-react-app": "^9.1.2",
    "identity-obj-proxy": "^3.0.0",
    "isomorphic-fetch": "^3.0.0",
    "jest": "^24.8.0",
    "react": "^16.13.1",
    "react-dom": "^16.13.0",
    "rollup": "^1.27.4",
    "rollup-plugin-copy": "^3.3.0",
    "rollup-plugin-peer-deps-external": "^2.2.0",
    "rollup-plugin-postcss": "^3.1.2",
    "rollup-plugin-typescript2": "^0.27.0",
    "sass-loader": "^8.0.0",
    "ts-jest": "^24.0.2",
    "typescript": "^3.9.10",
    "rison": "^0.1.1"
  },
  "peerDependencies": {
    "react": ">=16.13.1",
    "react-dom": ">=16.13.0"
  },
  "dependencies": {
    "@superset-ui/switchboard": "^1.5.0",
    "buffer": "^6.0.3",
    "jwt-decode": "^3.1.2",
    "node-fetch": "^3.2.10",
    "sass": "^1.55.0"
  }
}
