{
  "name": "mete-cli",
  "version": "2.0.0",
  "description": "react development env",
  "main": "index.js",
  "scripts": {
    "analyze": "mete analyze",
    "build": "mete build",
    "dev": "mete dev",
    "dll": "mete dll",
    "server": "mete server"
  },
  "author": "GoDotDotDot",
  "license": "MIT",
  "devDependencies": {
    "@babel/cli": "7.1.0",
    "@babel/core": "7.1.0",
    "@babel/plugin-proposal-class-properties": "7.1.0",
    "@babel/plugin-proposal-decorators": "7.1.0",
    "@babel/plugin-syntax-dynamic-import": "7.0.0",
    "@babel/plugin-transform-react-constant-elements": "7.0.0",
    "@babel/plugin-transform-react-inline-elements": "7.0.0",
    "@babel/preset-env": "7.1.0",
    "@babel/preset-react": "7.0.0",
    "babel-plugin-import": "1.11.0",
    "babel-plugin-transform-react-remove-prop-types": "0.4.18",
    "bundle-loader": "0.5.5"
  },
  "dependencies": {
    "@babel/polyfill": "7.0.0",
    "antd": "3.1.1",
    "fontfaceobserver": "2.0.13",
    "history": "4.7.2",
    "hoist-non-react-statics": "3.0.1",
    "i18next": "11.9.0",
    "i18next-browser-languagedetector": "2.2.3",
    "immutable": "3.8.2",
    "intl": "1.2.5",
    "invariant": "2.2.4",
    "isomorphic-fetch": "2.2.1",
    "lodash": "4.17.11",
    "offline-plugin": "5.0.5",
    "prop-types": "15.6.2",
    "postcss": "6.0.14",
    "postcss-cssnext": "3.0.2",
    "postcss-import": "11.0.0",
    "postcss-load-config": "1.2.0",
    "postcss-loader": "2.0.9",
    "postcss-nested": "2.1.2",
    "postcss-plugin": "1.0.0",
    "react": "^16.3.0",
    "react-dom": "^16.3.0",
    "react-helmet": "5.2.0",
    "react-i18next": "7.13.0",
    "react-loadable": "5.3.1",
    "react-redux": "5.0.6",
    "react-router-dom": "4.2.2",
    "react-router-redux": "5.0.0-alpha.9",
    "redux": "3.7.2",
    "redux-immutable": "4.0.0",
    "redux-saga": "0.16.0",
    "sanitize.css": "5.0.0",
    "styled-components": "2.4.0",
    "with-immutable": "1.1.0"
  },
  "peerDependencies": {
    "react": "^16.0.0",
    "react-dom": "^16.0.0"
  },
  "dllPlugin": {
    "path": "dll",
    "dlls": {
      "react_vendor": [
        "react",
        "react-dom",
        "react-router-dom"
      ]
    }
  }
}
