{
  "name": "karmadata-ui-ssr",
  "description": "Karmadata UI library",
  "homepage": "http://www.karmadata.com",
  "version": "0.1.4",
  "author": "Karmadata <contact@karmadata.com> (https://www.karmadata.com/)",
  "main": "./dist/karmadata-ui.js",
  "bugs": "https://github.com/karmadata/react-kd.ui/issues",
  "license": "https://www.karmadata.com/Policy/Terms",
  "repository": "https://github.com/karmadata/react-kd.ui",
  "keywords": [
    "karmadata",
    "widgets",
    "react",
    "kd.ui",
    "datapicker"
  ],
  "scripts": {
    "build": "webpack --display-error-details && MINIFY=true webpack",
    "build-ssr": "webpack --config webpack.config.ssr.js && MINIFY=true webpack",
    "build-cdn": "webpack --config webpack.config.cdn.js && MINIFY=true webpack --config webpack.config.cdn.js",
    "watch": "webpack --watch --display-error-details",
    "watch-cdn": "webpack --config webpack.config.cdn.js --watch",
    "watch-all": "webpack --watch & webpack --config webpack.config.cdn.js --watch & wait $(jobs -p)",
    "pack": "npm run build && npm pack",
    "stats": "webpack --profile --json",
    "test": "jest -o --watch"
  },
  "jest": {
    "setupFiles": [
      "./jest.setup.js"
    ],
    "testPathIgnorePatterns": [
      "<rootDir>/__tests__/__utils"
    ],
    "moduleNameMapper": {
      "\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/__mocks__/fileMock.js"
    },
    "transform": {
      "^.+\\.js$": "babel-jest",
      "\\.(css|scss)": "<rootDir>/node_modules/jest-css-modules"
    }
  },
  "dependencies": {
    "axios": "^0.15.3",
    "babel-plugin-transform-decorators-legacy": "^1.3.4",
    "babel-runtime": "^6.26.0",
    "classnames": "^2.2.5",
    "extend": "^3.0.0",
    "file-loader": "^0.9.0",
    "immutability-helper": "^2.0.0",
    "inuitcss": "^6.0.0-beta.4",
    "karmadata": "^3.1.10",
    "lodash": "^4.17.4",
    "moment": "^2.17.1",
    "prop-types": "^15.6.0",
    "raf": "^3.4.0",
    "rc-slider": "^8.3.5",
    "react-datepicker": "^1.0.4",
    "recompose": "^0.23.5"
  },
  "devDependencies": {
    "babel-cli": "^6.18.0",
    "babel-eslint": "^7.2.3",
    "babel-jest": "^20.0.3",
    "babel-loader": "^6.2.7",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-es2015": "^6.18.0",
    "babel-preset-react": "^6.16.0",
    "babel-preset-stage-1": "^6.16.0",
    "css-loader": "^0.25.0",
    "enzyme": "^3.3.0",
    "enzyme-adapter-react-16": "^1.1.1",
    "eslint": "^3.19.0",
    "eslint-config-airbnb": "^11.1.0",
    "eslint-plugin-import": "^1.15.0",
    "eslint-plugin-jest": "^20.0.3",
    "eslint-plugin-jsx-a11y": "^2.2.2",
    "eslint-plugin-react": "^6.3.0",
    "extract-text-webpack-plugin": "^1.0.1",
    "identity-obj-proxy": "^3.0.0",
    "isomorphic-style-loader": "^4.0.0",
    "jest": "^20.0.4",
    "jest-cli": "^21.0.1",
    "jest-css-modules": "^1.1.0",
    "jest-enzyme": "^4.0.2",
    "node-sass": "^3.11.1",
    "postcss-loader": "^1.1.0",
    "react": "^16.2.0",
    "react-bootstrap": "^0.30.6",
    "react-dnd": "^2.1.4",
    "react-dnd-html5-backend": "^2.1.2",
    "react-dom": "^16.2.0",
    "react-sortable": "^1.2.0",
    "react-test-renderer": "^16.2.0",
    "regenerator-runtime": "^0.10.5",
    "sass-loader": "^4.0.2",
    "style-loader": "^0.13.1",
    "url-loader": "^0.5.7",
    "webpack": "^1.13.3",
    "webpack-bundle-analyzer": "^2.8.2"
  },
  "peerDependencies": {
    "react": "^15.0.0 || ^16.0.0",
    "react-dom": "^15.0.0 || ^16.0.0"
  }
}
