{
  "name": "@zaibot/activitylogger-react",
  "version": "0.1.7",
  "description": "",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "scripts": {
    "prepublish": "npm run build",
    "test": "echo \"Error: no test specified\" && exit 1",
    "tslint": "tslint --config src/tslint.json --project src/tsconfig.json --type-check",
    "tslint:fix": "tslint --config src/tslint.json --project src/tsconfig.json --type-check --fix",
    "lint": "npm run tslint",
    "lint:fix": "npm run tslint:fix",
    "build": "npm run clean && npm run compile",
    "compile": "cross-env NODE_ENV=production webpack --config webpack.config.js",
    "clean": "rimraf ./dist",
    "dev": "nodemon -d 2 -w node_modules -w webpack.demo.config.js -x \"webpack-dev-server --config webpack.demo.config.js\""
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Zaibot/activitylogger-react.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Zaibot/activitylogger-react/issues"
  },
  "homepage": "https://github.com/Zaibot/activitylogger-react#readme",
  "dependencies": {
    "react": "^15.6.1",
    "styletron-react": "^2.5.8"
  },
  "devDependencies": {
    "@types/react-dom": "^15.5.2",
    "@zaibot/tslint-preset": "github:zaibot/tslint-preset",
    "babel-core": "^6.25.0",
    "babel-loader": "^7.1.1",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-es2015": "^6.24.1",
    "cross-env": "^5.0.5",
    "html-webpack-plugin": "^2.30.1",
    "react-dom": "^15.6.1",
    "styletron-client": "^2.5.7",
    "ts-loader": "^2.3.2",
    "tslint": "^5.6.0",
    "typescript": "^2.4.2",
    "webpack": "^3.5.4",
    "webpack-dev-server": "^2.7.1",
    "webpack-node-externals": "^1.6.0"
  }
}
