{
  "name": "skapps-appbar",
  "version": "1.0.17",
  "private": false,
  "description": "Appbar for SKAPPS apps",
  "main": "dist/SkpAppBar",
  "typings": "typings/SkpAppBar",
  "scripts": {
    "datatools": "npm install skapps-datatools --save-dev && npm uninstall skapps-data --save && npm uninstall skapps-tools --save",
    "justdoit": "npm update && npm run build && git commit -a -m \"auto commit\" && npm version patch && npm publish && git push",
    "prepublishOnly": "babel src --out-dir dist --extensions \".ts,.tsx,.js\" --source-maps -s inline",
    "test": "echo \"Error: no test specified\" && exit 1",
    "check-types": "tsc",
    "type-check": "tsc --noEmit",
    "type-check:watch": "npm run type-check -- --watch",
    "build": "npm run build:types && npm run build:js",
    "build:types": "tsc --declaration --declarationDir typings --allowJs false --noEmit false --isolatedModules false --emitDeclarationOnly",
    "build:js": "babel src --out-dir dist --extensions \".ts,.tsx,.js\" --source-maps inline"
  },
  "keywords": [
    "SKAPPS",
    "appbar"
  ],
  "author": "Steye Kalma",
  "license": "ISC",
  "peerDependencies": {
    "react": "^16.9.0",
    "@material-ui/core": "^4.4.3",
    "@material-ui/icons": "^4.4.3",
    "skapps-snackbar": "^1.0.0",
    "skapps-localization": "^1.0.8",
    "skapps-datatools": "^1.0.0",
    "skapps-styles": "^1.0.5",
    "skapps-settings": "^1.0.2"
  },
  "devDependencies": {
    "@babel/cli": "^7.6.2",
    "@babel/core": "^7.6.2",
    "@babel/plugin-proposal-class-properties": "^7.5.5",
    "@babel/plugin-proposal-numeric-separator": "^7.2.0",
    "@babel/plugin-proposal-object-rest-spread": "^7.6.2",
    "@babel/preset-env": "^7.6.2",
    "@babel/preset-react": "^7.0.0",
    "@babel/preset-typescript": "^7.6.0",
    "@material-ui/core": "^4.10.2",
    "@material-ui/icons": "^4.4.3",
    "@types/mui-datatables": "^2.10.3",
    "@types/react": "^16.9.38",
    "@types/react-adal": "^0.4.1",
    "date-fns": "^2.4.1",
    "mui-datatables": "^2.11.1",
    "react": "^16.10.1",
    "react-adal": "^0.5.0",
    "react-dom": "^16.10.1",
    "skapps-datatools": "^1.0.0",
    "skapps-localization": "^1.0.42",
    "skapps-settings": "^1.0.3",
    "skapps-snackbar": "^1.0.5",
    "skapps-styles": "^1.0.35",
    "typescript": "^3.6.3"
  },
  "dependencies": {
    "skapps-drawer": "^1.0.18"
  },
  "files": [
    "dist",
    "typings"
  ]
}
