{
  "name": "@smartface/smartface.ui-editor",
  "version": "6.11.0-alpha.3",
  "description": "Smartface WYSIWYG Editor",
  "devDependencies": {
    "@smartface/react-custom-scrollbars": "4.2.2",
    "@smartface/styler": "^1.3.14",
    "babel-cli": "6.26.0",
    "babel-core": "6.26.0",
    "babel-loader": "7.1.2",
    "babel-plugin-syntax-jsx": "6.18.0",
    "babel-plugin-transform-object-rest-spread": "6.26.0",
    "babel-plugin-transform-react-jsx": "6.24.1",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-plugin-transform-strict-mode": "6.24.1",
    "babel-polyfill": "^6.23.0",
    "babel-preset-env": "1.6.0",
    "babel-preset-es2015": "6.24.1",
    "babel-preset-react": "6.24.1",
    "babel-preset-stage-0": "6.24.1",
    "babel-register": "6.26.0",
    "babel-standalone": "^6.18.2",
    "chai": "^4.1.2",
    "compare-versions": "^3.0.1",
    "css-loader": "0.28.0",
    "cz-conventional-changelog": "^2.0.0",
    "dot-object": "^1.5.4",
    "enzyme": "^2.9.1",
    "esformatter": "^0.10.0",
    "eslint": "^3.9.1",
    "eslint-config-airbnb": "^13.0.0",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jsx-a11y": "^2.2.3",
    "eslint-plugin-react": "^6.6.0",
    "expect": "^21.0.0",
    "exports-loader": "^0.6.4",
    "expose-loader": "^0.7.3",
    "flow-bin": "^0.34.0",
    "gulp": "^4.0.0",
    "immutable": "^3.8.1",
    "imports-loader": "^0.7.1",
    "js-base": "git+https://github.com/smartface/js-base.git",
    "jsdom": "^11.1.0",
    "jsonlint": "^1.6.2",
    "lodash.isequal": "^4.0.0",
    "lokijs": "^1.5.0",
    "mocha": "^3.5.0",
    "mocha-webpack": "^1.0.1",
    "mock-local-storage": "^1.0.5",
    "prettier": "^1.3.1",
    "prop-types": "^15.6.0",
    "react": "^15.6.1",
    "react-addons-perf": "^15.4.2",
    "react-addons-test-utils": "^15.6.0",
    "react-addons-update": "^15.6.0",
    "react-autocomplete": "^1.7.2",
    "react-color": "2.13.4",
    "react-dom": "^15.6.1",
    "react-draggable": "^2.2.2",
    "react-grid-layout": "^0.13.9",
    "react-json-view": "^1.15.2",
    "react-redux": "^4.4.6",
    "react-resizable": "^1.4.5",
    "react-scrollbar": "^0.5.4",
    "react-sortable-hoc": "^0.6.8",
    "react-svg-loader": "^1.1.1",
    "redux": "^3.6.0",
    "redux-devtools": "^3.3.1",
    "requirejs": "^2.3.2",
    "reselect": "^3.0.0",
    "rx": "^4.1.0",
    "rxdb": "^5.3.0",
    "rxjs": "^5.4.3",
    "smf-js-base": "git+https://github.com/smartface/js-base.git",
    "style-loader": "^0.13.1",
    "svg-react-loader": "^0.3.7",
    "webpack": "3.10.0"
  },
  "config": {
    "path": "",
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "jest": {
    "testURL": "http://localhost/"
  },
  "scripts": {
    "test": "BABEL_ENV=test mocha-webpack  --webpack-config webpack.test.conf.js -r mock-local-storage --require ./testSetup.js ./engine/test/*.test.js --include ./themes/test/*.test.js --include ./core/test/*.test.js",
    "test:watch": "npm run test -- --watch",
    "yoga": "babel --presets es2015,stage-0 ./designer/yoga/Yoga.bundle.js > ./designer/yoga/Yoga.js",
    "clear:path": "npm config delete @smartface/smartface.ui-editor:path",
    "webpack": "webpack --config webpack.conf.js --progress --display-error-details",
    "watch": "BABEL_ENV=development webpack --config webpack.dev.conf.js --display-error-details --watch --progress ",
    "prod": "BABEL_ENV=production webpack --config webpack.prod.conf.js --display-error-details --progress && (cd build && node build.js)",
    "flow": "flow",
    "code": "esformatter $UI_EDITOR_DEV_PATH/src/**/*",
    "pretty": "prettier",
    "service:start": "(cd library-manager && pm2 start process.yml) && (cd transpiler && pm2 start process.yml)",
    "service:restart": "(cd library-manager && pm2 restart process.yml) && (cd transpiler && pm2 restart process.yml)",
    "version": "echo $npm_package_version"
  },
  "auto-changelog": {
    "commitLimit": false
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/smartface/smartface.ui-editor.git"
  },
  "keywords": [
    "smartface",
    "javascript"
  ],
  "author": "Smartface",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/smartface/smartface.ui-editor/issues"
  },
  "homepage": "https://github.com/smartface/smartface.ui-editor#readme",
  "dependencies": {
    "create-react-context": "^0.2.3",
    "dom-to-image": "^2.6.0",
    "dot-prop": "^4.2.0",
    "react-svg-inline": "^2.1.1"
  }
}
