{
  "name": "@findify/mjs",
  "description": "Findify widgets",
  "version": "5.6.7",
  "author": "Findify <yourfriends@findify.io>",
  "bugs": {
    "url": "https://github.com/findify/findify-mj/issues"
  },
  "dependencies": {
    "@babel/polyfill": "^7.0.0-beta.38",
    "@findify/helpers": "^1.1.1",
    "@findify/ui-components": "^2.2.16",
    "autoprefixer": "^7.2.5",
    "axios": "^0.17.1",
    "babel-polyfill": "^6.26.0",
    "babel-regenerator-runtime": "^6.5.0",
    "bluebird": "^3.5.1",
    "change-emitter": "^0.1.6",
    "element-dataset": "^2.2.6",
    "flat": "^4.0.0",
    "history": "^4.7.2",
    "immutable": "^4.0.0-rc.9",
    "jump.js": "^1.0.2",
    "postcss-calc": "^6.0.1",
    "postcss-color-function": "^4.0.1",
    "postcss-custom-properties": "^6.2.0",
    "postcss-font-magician": "^2.1.0",
    "postcss-nested": "^3.0.0",
    "prop-types": "^15.6.0",
    "react": "^16.2.0",
    "react-dom": "^16.2.0",
    "react-frame-component": "^2.0.2",
    "react-resize-detector": "^1.1.0",
    "recompose": "^0.26.0",
    "uuid": "^3.2.1"
  },
  "devDependencies": {
    "@babel/cli": "^7.0.0-beta.38",
    "@babel/core": "^7.0.0-beta.38",
    "@babel/plugin-proposal-class-properties": "^7.0.0-beta.38",
    "@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.38",
    "@babel/plugin-proposal-optional-chaining": "^7.0.0-beta.38",
    "@babel/plugin-proposal-pipeline-operator": "^7.0.0-beta.38",
    "@babel/plugin-syntax-dynamic-import": "^7.0.0-beta.38",
    "@babel/plugin-syntax-object-rest-spread": "^7.0.0-beta.38",
    "@babel/plugin-syntax-typescript": "^7.0.0-beta.38",
    "@babel/plugin-transform-react-constant-elements": "^7.0.0-beta.38",
    "@babel/plugin-transform-react-inline-elements": "^7.0.0-beta.38",
    "@babel/plugin-transform-spread": "^7.0.0-beta.38",
    "@babel/plugin-transform-typescript": "^7.0.0-beta.38",
    "@babel/preset-env": "^7.0.0-beta.38",
    "@babel/preset-react": "^7.0.0-beta.38",
    "@babel/preset-typescript": "^7.0.0-beta.38",
    "@babel/register": "^7.0.0-beta.38",
    "@findify/analytics": "3.0.5",
    "@types/react": "^16.0.35",
    "@types/webpack": "^3.8.3",
    "@types/webpack-env": "^1.13.3",
    "add-asset-html-webpack-plugin": "^2.1.2",
    "babel-loader": "^8.0.0-beta.0",
    "compression-webpack-plugin": "^1.1.3",
    "css-loader": "^0.28.9",
    "del-cli": "^1.1.0",
    "file-loader": "^1.1.6",
    "html-webpack-plugin": "^2.30.1",
    "npm-run-all": "^4.1.2",
    "query-string": "^5.0.1",
    "raw-loader": "^0.5.1",
    "react-hot-loader": "^3.1.3",
    "stats-webpack-plugin": "^0.6.2",
    "style-loader": "^0.19.1",
    "tslint": "^5.9.1",
    "typescript": "2.6.2",
    "uglify-js": "^3.3.8",
    "uglifyjs-webpack-plugin": "^1.1.6",
    "url-loader": "^0.6.2",
    "webpack": "^3.10.0",
    "webpack-bundle-analyzer": "^2.9.2",
    "webpack-dashboard": "1.1.0",
    "webpack-dev-server": "^2.11.1",
    "webpack-node-externals": "^1.6.0",
    "webpack-sentry-plugin": "^1.14.1"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/findify/findify-js#readme",
  "keywords": [
    "autocomplete",
    "findify",
    "search"
  ],
  "license": "MIT",
  "main": "lib/main.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/findify/findify-js.git"
  },
  "scripts": {
    "build": "run-s clean build:lib build:production",
    "build:dll": "webpack --env.dll",
    "build:dll:production": "FINDIFY_ENV=production npm run build:dll",
    "build:dll:staging": "FINDIFY_ENV=staging npm run build:dll",
    "build:lib": "BABEL_ENV=lib npx babel src --out-dir lib --copy-files --extensions \".tsx,.ts\"",
    "build:production": "FINDIFY_ENV=production NODE_ENV=production webpack --env.production --env.publicPath=$PUBLIC_PATH",
    "build:staging": "FINDIFY_ENV=staging NODE_ENV=production webpack --env.production --env.publicPath=$PUBLIC_PATH",
    "build:test": "npm run build",
    "clean": "del lib dist",
    "lint": "tslint --project .",
    "start": "webpack-dashboard -- webpack-dev-server --env.development",
    "start:simple": "webpack-dev-server --env.development",
    "test": "# noop"
  }
}
