{
  "name": "@wework/inventory-manager-components",
  "version": "2.16.2",
  "description": "Embedded Inventory Manager Components",
  "main": "dist/index.js",
  "module": "dist/inventory-manager-components.esm.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "dev": "tsdx watch --verbose",
    "start": "tsdx watch --verbose",
    "build": "tsdx build --verbose",
    "clean": "rimraf lib dist es coverage",
    "storybook": "start-storybook -p 6006",
    "storybook:build": "build-storybook",
    "storybook:image-snapshots": "jest ImageSnapshot.runner.js --config=./jest-image-snapshots.config.js --updateSnapshot",
    "demo": "cd playground && PORT=4444 yarn start",
    "prestart:demo": "npm run clean && cd playground && yarn",
    "start:demo": "concurrently \"npm:dev\" \"npm:demo\"",
    "test": "tsdx test --passWithNoTests",
    "lint": "tsdx lint"
  },
  "author": "",
  "license": "WeWork",
  "peerDependencies": {
    "react": ">=16"
  },
  "devDependencies": {
    "@babel/core": "^7.7.7",
    "@storybook/addon-actions": "^5.2.1",
    "@storybook/addon-knobs": "^5.2.1",
    "@storybook/addon-links": "^5.2.1",
    "@storybook/addon-storyshots": "^5.1.9",
    "@storybook/addon-storyshots-puppeteer": "^5.1.9",
    "@storybook/addon-viewport": "^5.2.1",
    "@storybook/addons": "^5.2.1",
    "@storybook/react": "^5.2.1",
    "@types/file-saver": "^2.0.1",
    "babel-plugin-require-context-hook": "^1.0.0",
    "concurrently": "^5.0.0",
    "cross-env": "^5.2.0",
    "identity-obj-proxy": "^3.0.0",
    "node-sass": "^4.12.0",
    "postcss-import": "^12.0.1",
    "react": "^16.14.0",
    "react-dom": "^16.14.0",
    "react-jss": "^8.6.1",
    "react-test-renderer": "^16.14.0",
    "require-context.macro": "^1.0.4",
    "rimraf": "^2.6.3",
    "rollup-plugin-postcss": "^3.1.8",
    "sass-loader": "^7.1.0",
    "start-server-and-test": "^1.9.1",
    "storybook-readme": "^5.0.2"
  },
  "dependencies": {
    "@babel/runtime": "^7.10.5",
    "@date-io/moment": "^1.1.0",
    "@monceeef/react-daterange-picker": "^1.0.14",
    "@wework/dieter-ui": "0.9.2",
    "@wework/floormap-extensions": "2.16.2",
    "@wework/floormap-sdk": "2.16.0",
    "@wework/floormap-utils": "2.1.0",
    "@wework/react-floormap": "2.16.0",
    "algoliasearch": "^4.2.0",
    "change-case": "^3.1.0",
    "classnames": "^2.2.5",
    "currency-formatter": "^1.5.3",
    "date-fns": "^2.2.1",
    "deepmerge": "^3.0.0",
    "downshift": "^3.2.2",
    "file-saver": "^2.0.2",
    "hoist-non-react-statics": "^3.3.0",
    "is-mobile": "^2.0.0",
    "lodash": "^4.17.13",
    "nanoid": "^2.1.9",
    "pluralize": "^7.0.0",
    "prop-types": "^15.7.2",
    "pure-react-carousel": "^1.27.6",
    "react-datepicker": "^2.9.6",
    "react-day-picker": "7.4.8",
    "react-dropzone": "^11.3.2",
    "react-joyride": "2.0.5",
    "react-month-picker": "1.3.8",
    "react-select": "^2.4.1",
    "react-spring": "^8.0.19",
    "react-virtualized": "^9.21.0",
    "semantic-ui-less": "^2.0.1",
    "semantic-ui-react": "^2.0.1",
    "webfontloader": "^1.6.28"
  },
  "gitHead": "bad53df99146ef5afa2bdf69fe813c9e2b0aaa7b"
}
