{
  "name": "tracim_app_html-document",
  "version": "1.1.2",
  "description": "",
  "main": "index.js",
  "scripts": {
    "servdev": "NODE_ENV=development webpack-dev-server --watch --colors --inline --hot --progress",
    "servdevwindoz": "set NODE_ENV=development&& webpack-dev-server --watch --colors --inline --hot --progress",
    "servdev-dashboard": "NODE_ENV=development webpack-dashboard -m -p 9871 -- webpack-dev-server --watch --colors --inline --hot --progress",
    "build": "NODE_ENV=production webpack -p",
    "build-translation": "node i18next.scanner.js",
    "buildwindoz": "set NODE_ENV=production&& webpack -p",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "babel-core": "^6.26.0",
    "babel-eslint": "^8.2.1",
    "babel-loader": "^7.1.2",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-plugin-transform-object-assign": "^6.22.0",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-polyfill": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "babel-preset-react": "^6.24.1",
    "classnames": "^2.2.5",
    "css-loader": "^0.28.7",
    "file-loader": "^1.1.5",
    "i18next": "^10.5.0",
    "prop-types": "^15.6.0",
    "react": "^16.0.0",
    "react-dom": "^16.0.0",
    "react-i18next": "^7.5.0",
    "standard": "^11.0.0",
    "standard-loader": "^6.0.1",
    "style-loader": "^0.19.0",
    "stylus": "^0.54.5",
    "stylus-loader": "^3.0.1",
    "url-loader": "^0.6.2",
    "webpack": "^3.8.1",
    "whatwg-fetch": "^2.0.3"
  },
  "devDependencies": {
    "i18next-scanner": "^2.6.1",
    "webpack-dashboard": "^1.1.1",
    "webpack-dev-server": "^2.9.2"
  },
  "standard": {
    "globals": [
      "fetch",
      "history",
      "btoa",
      "wysiwyg",
      "tinymce",
      "GLOBAL_renderAppFeature",
      "GLOBAL_unmountApp",
      "GLOBAL_dispatchEvent"
    ],
    "parser": "babel-eslint",
    "ignore": []
  }
}