{
  "name": "@simplus/dashboard-common",
  "version": "1.0.20",
  "description": "",
  "main": "build/index.js",
  "typings": "build/index.d.ts",
  "scripts": {
    "start": "webpack-dev-server --config ./webpack.config.js --progress",
    "build": "cross-env NODE_ENV=production && webpack -p",
    "compile": "tsc",
    "prepublish": "tsc",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@bitbucket.org/simplusinnovation/dashboard-common.git"
  },
  "author": "",
  "license": "ISC",
  "homepage": "https://bitbucket.org/simplusinnovation/dashboard-common#readme",
  "dependencies": {
    "mocha": "5.2.0",
    "typescript": "2.7.1"
  },
  "devDependencies": {
    "babel-core": "^6.26.3",
    "babel-loader": "^7.1.4",
    "babel-preset-env": "^1.7.0",
    "babel-preset-react": "^6.24.1",
    "cross-env": "5.2.0",
    "css-loader": "^0.28.10",
    "html-webpack-plugin": "3.2.0",
    "style-loader": "^0.23.1",
    "ts-loader": "3.5.0",
    "webpack": "^3.11.0",
    "webpack-cli": "3.1.2",
    "webpack-dev-server": "3.1.10"
  }
}
