{
  "name": "@keen.io/pricing-calculator",
  "version": "2.0.10",
  "description": "Pricing calculator for Keen.io plan recommendation",
  "author": "Keen.IO <team@keen.io> (https://keen.io/)",
  "homepage": "https://github.com/keen/keen#readme",
  "license": "MIT",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "module": "src/index.ts",
  "directories": {
    "lib": "dist"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/keen/keen.git"
  },
  "scripts": {
    "prebuild": "rimraf dist && rimraf tsconfig.tsbuildinfo",
    "start": "cross-env TS_NODE_PROJECT=\"tsconfig-webpack.json\" webpack-dev-server",
    "build:umd": "cross-env TS_NODE_PROJECT=\"tsconfig-webpack.json\" webpack --config webpack.prod.config.ts",
    "build:es": "tsc",
    "build": "yarn build:es && yarn build:umd"
  },
  "bugs": {
    "url": "https://github.com/keen/keen/issues"
  },
  "dependencies": {
    "@keen.io/colors": "^1.1.0",
    "@keen.io/icons": "^1.2.0",
    "@keen.io/ui-core": "^2.4.0",
    "framer-motion": "^1.11.1",
    "react": "^16.12.0",
    "react-dom": "^16.12.0",
    "react-redux": "^7.2.0",
    "react-tooltip": "^3.11.2",
    "redux": "^4.0.5",
    "redux-saga": "^1.1.3",
    "styled-components": "5.1.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@types/html-webpack-plugin": "^3.2.2",
    "@types/react-redux": "^7.1.7",
    "@types/react-tooltip": "^3.11.0",
    "@types/redux": "^3.6.0",
    "@types/styled-components": "5.1.0",
    "@types/webpack-dev-server": "^3.10.1",
    "html-webpack-plugin": "4.0.2",
    "redux-mock-store": "^1.5.4",
    "redux-saga-testing": "^2.0.0",
    "webpack-dev-server": "^3.10.3"
  },
  "gitHead": "45105817ff1d60ba5f3789d133e89d6bdf41f824"
}
