{
  "name": "maple-blog",
  "version": "1.0.7",
  "description": "http://mapleliu.com",
  "main": "index.js",
  "scripts": {
    "clean": "rimraf dist",
    "compile": "node build/scripts/compile",
    "build": "npm run clean && cross-env NODE_ENV=production npm run compile",
    "start": "cross-env NODE_ENV=development node build/scripts/start",
    "test": "cross-env NODE_ENV=test karma start build/karma.config",
    "test:watch": "npm test -- --watch",
    "lint": "eslint .",
    "lint:fix": "npm run lint -- --fix"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/liujian10/myBlog"
  },
  "author": "Maple Liu <mapleliu1@gmail.com> (http://mapleliu.com)",
  "license": "MIT",
  "dependencies": {
    "antd": "^3.1.1",
    "compression": "^1.7.1",
    "flux-standard-action": "^1.2.0",
    "lodash": "^4.17.4",
    "object-assign": "^4.1.1",
    "path": "^0.12.7",
    "promise": "^7.1.1",
    "prop-types": "^15.6.0",
    "qrcode.react": "^0.7.2",
    "raw-loader": "^0.5.1",
    "rc-banner-anim": "^0.5.16",
    "rc-queue-anim": "^1.4.1",
    "rc-scroll-anim": "^2.2.1",
    "rc-tween-one": "^1.7.1",
    "rc-util": "^4.3.1",
    "rc-waterfall": "^1.0.4",
    "react-markdown": "^3.1.4",
    "react-simple-animate": "^1.8.0",
    "redbox-react": "^1.3.6",
    "redux": "^3.6.0",
    "redux-actions": "^2.2.1",
    "redux-thunk": "^2.2.0",
    "whatwg-fetch": "^2.0.3"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.24.1",
    "babel-eslint": "^7.2.3",
    "babel-loader": "^7.0.0",
    "babel-plugin-import": "^1.6.3",
    "babel-plugin-syntax-dynamic-import": "^6.18.0",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-plugin-transform-object-rest-spread": "^6.23.0",
    "babel-plugin-transform-runtime": "^6.15.0",
    "babel-preset-env": "^1.6.1",
    "babel-preset-react": "^6.24.1",
    "babel-runtime": "^6.20.0",
    "chai": "^3.5.0",
    "chai-as-promised": "^6.0.0",
    "chai-enzyme": "^0.6.1",
    "chalk": "^1.1.3",
    "codecov": "^2.3.1",
    "connect-history-api-fallback": "^1.5.0",
    "cross-env": "^5.1.3",
    "css-loader": "^0.28.8",
    "dirty-chai": "^1.2.2",
    "enzyme": "^2.8.2",
    "eslint": "^3.19.0",
    "eslint-config-standard": "^10.2.1",
    "eslint-config-standard-react": "^5.0.0",
    "eslint-plugin-babel": "^4.1.1",
    "eslint-plugin-import": "^2.8.0",
    "eslint-plugin-node": "^4.2.2",
    "eslint-plugin-promise": "^3.6.0",
    "eslint-plugin-react": "^7.5.1",
    "eslint-plugin-standard": "^3.0.1",
    "express": "^4.16.2",
    "extract-text-webpack-plugin": "^2.1.0",
    "figures": "^2.0.0",
    "file-loader": "^0.11.1",
    "fs-extra": "^3.0.1",
    "html-loader": "^0.5.4",
    "html-webpack-plugin": "^2.24.1",
    "karma": "^1.7.1",
    "karma-coverage": "^1.1.1",
    "karma-mocha": "^1.3.0",
    "karma-mocha-reporter": "^2.2.5",
    "karma-phantomjs-launcher": "^1.0.4",
    "karma-webpack-with-fast-source-maps": "^1.10.0",
    "less": "^2.7.3",
    "less-loader": "^4.0.4",
    "markdown-loader": "^2.0.2",
    "mocha": "^3.5.3",
    "node-sass": "^4.7.2",
    "phantomjs-prebuilt": "^2.1.16",
    "react": "^16.2.0",
    "react-addons-css-transition-group": "^15.6.2",
    "react-addons-test-utils": "^15.6.2",
    "react-dom": "^16.2.0",
    "react-markdown-loader": "^1.1.14",
    "react-redux": "^5.0.4",
    "react-router": "^3.2.0",
    "react-router-redux": "^4.0.8",
    "react-test-renderer": "^15.6.2",
    "rimraf": "^2.6.2",
    "sass-loader": "^6.0.5",
    "sinon": "^2.2.0",
    "sinon-chai": "^2.14.0",
    "style-loader": "^0.17.0",
    "url-loader": "^0.5.8",
    "webpack": "^2.5.1",
    "webpack-dev-middleware": "^1.12.2",
    "webpack-hot-middleware": "^2.21.0",
    "yargs": "^8.0.1"
  }
}
