{
  "name": "kontis",
  "version": "1.0.2",
  "repository": {
    "type": "git",
    "url": "git@github.com:codis/kontis.git"
  },
  "keywords": [
    "UI",
    "Web",
    "Widgets",
    "Charts",
    "React"
  ],
  "author": "Boris Djurdjevic",
  "license": "SEE LICENSE IN LICENSE.md",
  "scripts": {
    "start": "webpack-dev-server --config config/webpack.dev.js --open",
    "build": "webpack --config config/webpack.prod.js",
    "codis": "webpack --config config/webpack.codis.js",
    "premium": "webpack --config config/webpack.premium.js",
    "codaxy": "webpack --config config/webpack.codaxy.js",
    "interfin": "webpack --config config/webpack.interfin.js",
    "meridian": "webpack --config config/webpack.meridian.js",
    "biro": "webpack --config config/webpack.biro.js"
  },
  "dependencies": {
    "base-64": "^0.1.0",
    "casual": "^1.6.2",
    "copy-webpack-plugin": "^4.6.0",
    "cx": "^20.8.3",
    "cx-react": "^17.10.0",
    "deep-equal": "^1.1.1",
    "deepmerge": "^2.2.1",
    "marked": "^0.3.19",
    "react": "^16.13.0",
    "react-dom": "^16.12.0",
    "whatwg-fetch": "^2.0.4"
  },
  "devDependencies": {
    "babel-core": "^6.26.3",
    "babel-loader": "^7.1.5",
    "babel-plugin-syntax-dynamic-import": "^6.18.0",
    "babel-preset-cx-env": "^17.12.1",
    "babel-preset-env": "^1.7.0",
    "css-loader": "^0.28.11",
    "extract-text-webpack-plugin": "^3.0.2",
    "file-loader": "^1.1.11",
    "html-webpack-plugin": "^2.30.1",
    "json-loader": "^0.5.7",
    "node-sass": "^4.14.0",
    "sass-loader": "^6.0.7",
    "style-loader": "^0.19.1",
    "webpack": "^3.12.0",
    "webpack-dev-server": "^2.11.5",
    "webpack-merge": "^4.2.2"
  }
}
