{
  "name": "tomorrow-ui",
  "version": "0.0.36",
  "license": "MIT",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "start": "tsdx watch",
    "build": "tsdx build",
    "test": "tsdx test --passWithNoTests",
    "lint": "tsdx lint",
    "prepublish": "yarn lint",
    "prepare": "yarn build",
    "storybook": "start-storybook -p 6006",
    "build-storybook": "build-storybook"
  },
  "peerDependencies": {
    "react": ">=16"
  },
  "prettier": {
    "printWidth": 80,
    "semi": true,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "author": "warren",
  "module": "dist/ui-components-2.esm.js",
  "devDependencies": {
    "@babel/core": "^7.8.4",
    "@storybook/addon-actions": "^5.3.13",
    "@storybook/addon-links": "^5.3.13",
    "@storybook/addons": "^5.3.13",
    "@storybook/react": "^5.3.13",
    "@types/classnames": "^2.2.9",
    "@types/color": "^3.0.1",
    "@types/jest": "^25.1.3",
    "@types/react": "^16.9.22",
    "@types/react-dom": "^16.9.5",
    "@types/react-hammerjs": "^1.0.1",
    "@types/react-portal": "^4.0.2",
    "@types/react-select": "^3.0.10",
    "@types/recompose": "^0.30.7",
    "babel-loader": "^8.0.6",
    "cpy-cli": "^3.1.0",
    "husky": "^4.2.3",
    "prettier": "^1.19.1",
    "react": "^16.12.0",
    "react-dom": "^16.12.0",
    "ts-loader": "^6.2.1",
    "tsdx": "^0.12.3",
    "tslib": "^1.11.0",
    "typescript": "^3.8.2"
  },
  "dependencies": {
    "@types/lodash": "^4.14.157",
    "classnames": "^2.2.6",
    "color": "^3.1.2",
    "date-fns": "^2.10.0",
    "lodash": "^4.17.15",
    "react-hammerjs": "^1.0.1",
    "react-jss": "^10.0.4",
    "react-portal": "^4.2.1",
    "react-select": "^3.0.8",
    "react-svg": "^11.0.11",
    "react-switch": "^5.0.1",
    "recompose": "^0.30.0"
  }
}
