{
  "name": "react-bucket",
  "version": "0.0.11",
  "description": "React全家桶:splash:",
  "main": "index.js",
  "browser": "umd/react-bucket.production.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build:clear": "rm -rf ./*.js",
    "build": "babel src -d ./",
    "build:umd-dev": "cd scripts && cross-env NODE_ENV=development webpack",
    "build:umd": "cd scripts && cross-env NODE_ENV=production webpack",
    "prepublish": "npm run build:clear && npm run build && npm run build:umd-dev && npm run build:umd",
    "postpublish": "npm run build:clear",
    "storybook": "start-storybook -p 6006",
    "build-storybook": "build-storybook"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/heineiuo/react-bucket.git"
  },
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/heineiuo/react-bucket/issues"
  },
  "homepage": "https://github.com/heineiuo/react-bucket#readme",
  "files": [
    "*.js",
    "*.d.ts",
    "!*.config.js",
    "umd/*.js",
    "LICENSE",
    "*.md"
  ],
  "dependencies": {
    "attr-accept": "^1.1.0",
    "babel-runtime": "^6.26.0",
    "history": "^4.7.2",
    "inline-style-prefixer": "^4.0.0",
    "is-base64": "0.0.4",
    "lodash": "^4.17.5",
    "prop-types": "^15.6.0",
    "react": "^16.3.2",
    "react-adopt": "^0.4.1",
    "react-dom": "^16.3.2",
    "react-grid-system": "^3.1.2",
    "react-keyframes": "^0.2.3",
    "react-modal": "^3.1.11",
    "react-motion": "^0.5.2",
    "react-redux": "^5.0.6",
    "react-router-dom": "^4.2.2",
    "react-router-redux": "^5.0.0-alpha.9",
    "redux": "^3.7.2",
    "redux-thunk": "^2.2.0",
    "systemjs": "^0.20.19",
    "warning": "^3.0.0",
    "whatwg-fetch": "^2.0.3"
  },
  "devDependencies": {
    "babel-core": "^6.26.0",
    "babel-loader": "^7.1.2",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "babili-webpack-plugin": "^0.1.2",
    "cross-env": "^5.1.3",
    "mkdirp": "^0.5.1",
    "stats-webpack-plugin": "^0.6.2",
    "uglifyjs-webpack-plugin": "^1.2.5",
    "webpack": "^3.10.0",
    "webpack-node-externals": "^1.6.0",
    "webpack-system-register": "^1.5.1",
    "webpack-visualizer-plugin": "^0.1.11"
  }
}
