{
  "name": "innoui",
  "version": "0.0.12",
  "description": "innoui",
  "main": "lib/index.js",
  "module": "esm/index.js",
  "scripts": {
    "dev": "rollup -c -w",
    "compile": "rollup -c",
    "clean": "rm -rf lib && mkdir lib",
    "prepublish": "npm run clean && npm run compile"
  },
  "keywords": [
    "ui"
  ],
  "author": "lwl",
  "license": "ISC",
  "dependencies": {
    "react": "^16.3.2"
  },
  "files": [
    "lib"
  ],
  "devDependencies": {
    "@babel/core": "^7.1.0",
    "@babel/plugin-proposal-class-properties": "^7.1.0",
    "@babel/plugin-proposal-decorators": "^7.1.0",
    "@babel/plugin-proposal-function-bind": "^7.0.0",
    "@babel/plugin-proposal-object-rest-spread": "^7.0.0",
    "@babel/plugin-syntax-dynamic-import": "^7.0.0",
    "@babel/polyfill": "^7.0.0",
    "@babel/preset-env": "^7.1.0",
    "@babel/preset-react": "^7.0.0",
    "babel-plugin-transform-remove-console": "^6.9.4",
    "bluebird": "^3.5.2",
    "fs-extra": "^7.0.0",
    "rollup": "^0.66.2",
    "rollup-plugin-babel": "^4.0.3",
    "rollup-plugin-commonjs": "^9.1.8",
    "rollup-plugin-eslint": "^5.0.0",
    "rollup-plugin-filesize": "^4.0.1",
    "rollup-plugin-node-resolve": "^3.4.0",
    "rollup-plugin-stylus-css-modules": "^1.5.0"
  },
  "gitHead": "25d0bfd44f73eecafcc1c3895b85ffd9166d857e"
}
