{
  "name": "umi-plugin-locale",
  "version": "2.10.4",
  "description": "A umi plugin for provide internationalization function.",
  "main": "./lib/index.js",
  "browser": {
    "./lib/index.js": "./lib/locale.js"
  },
  "authors": [
    "yutingzhao1991 <yutingzhao1991@sina.com> (https://github.com/yutingzhao1991)"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/umijs/umi/tree/master/packages/umi-plugin-locale"
  },
  "homepage": "https://github.com/umijs/umi/tree/master/packages/umi-plugin-locale",
  "bugs": {
    "url": "https://github.com/umijs/umi/issues"
  },
  "license": "MIT",
  "files": [
    "lib",
    "src",
    "template",
    "index.d.ts"
  ],
  "keywords": [
    "umi"
  ],
  "dependencies": {
    "@ant-design/create-react-context": "0.2.4",
    "globby": "7.1.1",
    "intl": "1.2.5",
    "lodash.groupby": "4.6.0",
    "moment": "2.x",
    "mustache": "3.0.1",
    "prop-types": "15.6.2",
    "react-intl": "2.7.2",
    "umi-utils": "1.6.3"
  }
}
