{
  "name": "test-ts-publish",
  "version": "0.1.1",
  "description": "A light-weight react toast component built for mobile web app",
  "author": "Albert Zhong <ccnualbertzhong@gmail.com> (https://github.com/xinkule)",
  "keywords": [
    "react",
    "toast",
    "notification",
    "react-component",
    "component",
    "mobile",
    "light-toast"
  ],
  "homepage": "https://xinkule.github.io/light-toast/",
  "repository": {
    "type": "git",
    "url": "https://github.com/xinkule/light-toast.git"
  },
  "license": "MIT",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "start": "webpack-dev-server",
    "build": "webpack --config webpack.config.prod.js",
    "compile": "rimraf lib && tsc",
    "prepublishOnly": "npm run compile",
    "deploy": "gh-pages -d dist"
  },
  "files": [
    "lib/"
  ],
  "dependencies": {
    "raf": "^3.4.0"
  },
  "peerDependencies": {
    "react": "^16.4.1",
    "react-dom": "^16.4.1"
  },
  "devDependencies": {
    "@types/react": "^16.4.7",
    "@types/react-dom": "^16.0.6",
    "clean-webpack-plugin": "^0.1.19",
    "css-loader": "^1.0.0",
    "fork-ts-checker-webpack-plugin": "^0.4.4",
    "gh-pages": "^1.2.0",
    "html-webpack-plugin": "^3.2.0",
    "mini-css-extract-plugin": "^0.4.1",
    "optimize-css-assets-webpack-plugin": "^5.0.0",
    "react": "^16.6.0",
    "react-dom": "^16.4.1",
    "react-hot-loader": "^4.3.3",
    "rimraf": "^2.6.2",
    "style-loader": "^0.21.0",
    "ts-loader": "^4.4.2",
    "tsconfig-paths-webpack-plugin": "^3.2.0",
    "tslint": "^5.11.0",
    "tslint-config-prettier": "^1.14.0",
    "tslint-react": "^3.6.0",
    "typescript": "^3.0.1",
    "uglifyjs-webpack-plugin": "^1.2.7",
    "webpack": "^4.16.2",
    "webpack-bundle-analyzer": "^2.13.1",
    "webpack-cli": "^3.1.0",
    "webpack-dev-server": "^3.1.5"
  }
}