{
  "name": "@fson/tremor",
  "version": "0.0.0-development",
  "description": "The React library to build dashboards faster.",
  "scripts": {
    "rollup": "rollup -c",
    "upgrade-patch": "npm version patch",
    "upgrade-minor": "npm version minor",
    "upgrade-major": "npm version major",
    "tests": "jest",
    "lint": "eslint . --ext .ts --ext .tsx",
    "fix-lint": "eslint . --ext .ts --ext .tsx --fix",
    "storybook": "start-storybook -p 6006",
    "build-storybook": "build-storybook",
    "semantic-release": "semantic-release"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tremorlabs/tremor.git"
  },
  "author": "tremor",
  "license": "Apache 2.0",
  "bugs": {
    "url": "https://github.com/tremorlabs/tremor/issues"
  },
  "homepage": "https://github.com/tremorlabs/tremor#readme",
  "dependencies": {
    "@tippyjs/react": "^4.2.6",
    "date-fns": "^2.28.0",
    "recharts": "^2.1.13",
    "resize-observer-polyfill": "^1.5.1"
  },
  "devDependencies": {
    "@babel/core": "^7.17.9",
    "@babel/preset-env": "^7.16.11",
    "@babel/preset-react": "^7.16.7",
    "@babel/preset-typescript": "^7.16.7",
    "@heroicons/react": "^1.0.6",
    "@rollup/plugin-commonjs": "^21.1.0",
    "@rollup/plugin-node-resolve": "^13.2.1",
    "@rollup/plugin-typescript": "^8.3.2",
    "@storybook/addon-actions": "^6.5.0-alpha.64",
    "@storybook/addon-essentials": "^6.5.0-alpha.64",
    "@storybook/addon-interactions": "^6.5.0-alpha.64",
    "@storybook/addon-links": "^6.5.0-alpha.64",
    "@storybook/addon-postcss": "^2.0.0",
    "@storybook/react": "^6.5.0-alpha.64",
    "@storybook/testing-library": "^0.0.10",
    "@testing-library/react": "^13.1.1",
    "@types/jest": "^27.4.1",
    "@types/react": "^18.0.5",
    "@typescript-eslint/eslint-plugin": "^5.20.0",
    "@typescript-eslint/parser": "^5.20.0",
    "autoprefixer": "^10.4.4",
    "babel-jest": "^27.5.1",
    "babel-loader": "^8.2.5",
    "eslint": "^8.13.0",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^27.5.1",
    "postcss": "^8.4.12",
    "react-dom": "^18.0.0",
    "rollup": "^2.70.2",
    "rollup-plugin-dts": "^4.2.1",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript-paths": "^1.3.1",
    "semantic-release": "^19.0.5",
    "tailwindcss": "^3.0.24",
    "typescript": "^4.6.3"
  },
  "peerDependencies": {
    "react": "^18.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "files": [
    "dist"
  ],
  "types": "dist/index.d.ts",
  "release": {
    "branches": [
      "main",
      { "name": "beta", "prerelease": true }
    ]
  }
}
