{
  "name": "fractal-react-components",
  "version": "0.0.3",
  "description": "Collection of Fractal React Components From Work",
  "main": "dist/index.js",
  "scripts": {
    "prepublish": "npm run build",
    "prebuild": "npm run clean:build",
    "build": "rm -rf dist && cross-env NODE_ENV=production node_modules/babel-cli/bin/babel.js src --out-dir dist && npm run build:es-index",
    "build:es-index": " cross-env NODE_ENV=production BABEL_ENV=es babel ./src/index.js --out-file ./dist/index.es.js",
    "clean:build": "rimraf dist",
    "storybook": "start-storybook -p 6006",
    "build-storybook": "build-storybook",
    "update": "npm-check -u"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/wxyyxc1992/fractal-components"
  },
  "keywords": [
    "boilerplate",
    "live",
    "hot",
    "reload",
    "react",
    "reactjs",
    "hmr",
    "edit",
    "webpack",
    "babel",
    "react-transform",
    "PostCSS(FlexBox Polyfill)"
  ],
  "author": "Chevalier (http://github.com/wxyyxc1992)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/wxyyxc1992/Webpack-React-Redux-Boilerplate/issues"
  },
  "homepage": "https://github.com/wxyyxc1992/Webpack-React-Redux-Boilerplate",
  "babel": {
    "extends": "./dev-config/.babelrc"
  },
  "devDependencies": {
    "@kadira/react-storybook-addon-info": "^3.3.0",
    "@kadira/storybook": "^2.35.3",
    "@kadira/storybook-addon-options": "^1.0.2",
    "autoprefixer": "^7.0.1",
    "babel-cli": "^6.24.1",
    "babel-core": "^6.24.1",
    "babel-eslint": "^7.2.3",
    "babel-loader": "^7.0.0",
    "babel-plugin-async-to-promises": "^1.0.5",
    "babel-plugin-import": "^1.2.1",
    "babel-plugin-syntax-async-functions": "^6.13.0",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-plugin-transform-decorators-legacy": "^1.3.4",
    "babel-plugin-transform-flow-strip-types": "^6.14.0",
    "babel-plugin-transform-runtime": "^6.15.0",
    "babel-polyfill": "^6.9.1",
    "babel-preset-react": "^6.24.1",
    "babel-preset-react-hmre": "^1.1.1",
    "babel-preset-stage-1": "^6.24.1",
    "bundle-loader": "^0.5.4",
    "chai": "^3.5.0",
    "copy-webpack-plugin": "^4.0.1",
    "cross-env": "^5.0.1",
    "css-loader": "^0.28.1",
    "eslint": "^3.5.0",
    "eslint-loader": "^1.4.1",
    "eslint-plugin-babel": "^4.0.0",
    "eslint-plugin-react": "^7.0.0",
    "extract-text-webpack-plugin": "^2.0.0-beta",
    "file-loader": "^0.11.1",
    "html-loader": "^0.4.4",
    "html-webpack-plugin": "^2.22.0",
    "http-server": "^0.10.0",
    "image-webpack-loader": "^3.1.0",
    "imagemin": "^5.2.2",
    "node-sass": "^4.3.0",
    "object-assign": "^4.0.1",
    "postcss-flexibility": "^1.1.1",
    "postcss-loader": "^2.0.1",
    "react-hot-loader": "^3.0.0-beta.5",
    "react-komposer": "^2.0.0",
    "rimraf": "^2.5.3",
    "sass-loader": "^6.0.3",
    "scss-loader": "^0.0.1",
    "stack-source-map": "^1.0.5",
    "style-loader": "^0.17.0",
    "url-loader": "^0.5.6",
    "webpack": "^2.5.1"
  },
  "dependencies": {
    "antd": "^2.11.2",
    "font-awesome": "^4.7.0",
    "hammerjs": "^2.0.8",
    "iscroll": "^5.2.0",
    "jquery": "^3.1.0",
    "material-ui": "^0.18.0",
    "normalize.css": "^7.0.0",
    "ramda": "^0.24.1",
    "react": "^15.5.4",
    "react-addons-update": "^15.5.2",
    "react-fontawesome": "^1.6.1",
    "react-helmet": "^5.0.3",
    "react-highlight": "^0.10.0",
    "react-router": "^4.1.1",
    "react-tap-event-plugin": "^2.0.1",
    "react-virtualized": "^9.7.5",
    "scroll-behavior": "^0.9.2",
    "spark-md5": "^3.0.0",
    "stats.js": "^0.17.0",
    "styled-components": "^2.1.1",
    "validator": "^7.0.0"
  }
}
