{
  "name": "@umi-block/config-provider-locale",
  "version": "1.0.0",
  "description": "此处列出 Ant Design 中需要国际化支持的组件，你可以在演示里切换语言。",
  "main": "src/index.js",
  "scripts": {
    "start": "node src/index.js",
    "start-c": "node src/index.js -c",
    "dev": "umi dev",
    "test": "jest --config .jest.js --no-cache"
  },
  "license": "MIT",
  "dependencies": { "@ant-design/icons": "^4.0.2", "antd": "^4.0.0" }
}
