{
  "name": "@twii/dashboard-sample-app",
  "version": "1.0.5",
  "description": "",
  "main": "index.js",
  "author": "",
  "license": "MIT",
  "scripts": {
    "clean": "node task/clean.js",
    "start": "webpack-dev-server",
    "start-open": "webpack-dev-server --open",
    "build": "webpack",
    "build-watch": "webpack --progress --watch",
    "test": "jest"
  },
  "dependencies": {
    "@twii/common": "^1.0.5",
    "@twii/common-ui": "^1.0.5",
    "@twii/dashboard": "^1.0.5",
    "@twii/fabric-ui": "^1.0.5",
    "@twii/router": "^1.0.5",
    "@twii/sample-base": "^1.0.5",
    "@uifabric/icons": "^5.7.0",
    "core-js": "^2.5.1",
    "mobx": "^4.1.1",
    "mobx-react": "^5.0.0",
    "office-ui-fabric-react": "^5.79.0",
    "react": "^16.3.0",
    "react-dom": "^16.3.0"
  },
  "devDependencies": {
    "@types/react": "^16.3.4",
    "copy-webpack-plugin": "^4.2.3",
    "css-loader": "^0.28.11",
    "del": "^3.0.0",
    "html-webpack-plugin": "^3.2.0",
    "source-map-loader": "^0.2.3",
    "ts-loader": "^4.0.1",
    "typescript": "^2.8.0",
    "webpack": "^4.5.0",
    "webpack-cli": "^2.0.14",
    "webpack-dev-server": "^3.1.3",
    "write-file-webpack-plugin": "^4.2.0"
  }
}
