{
  "name": "@arvinxu/user-panel",
  "version": "1.0.3",
  "files": [
    "lib",
    "es"
  ],
  "sideEffects": [
    "*.less"
  ],
  "main": "lib/index.js",
  "module": "es/index.js",
  "types": "lib/index.d.ts",
  "homepage": "https://github.com/arvinxx/components/tree/master/packages/user-panel#readme",
  "repository": "git+https://github.com/arvinxx/components.git",
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "scripts": {
    "build": "father-build",
    "test": "jest",
    "test:update": "jest -u",
    "cov": "jest --coverage",
    "prepublishOnly": "pnpm run build",
    "clean": "rm -rf es lib dist build coverage .umi"
  },
  "dependencies": {
    "@ant-design/icons": "^4.x",
    "@ant-design/pro-form": "^1.x",
    "antd": "^4.x",
    "classnames": "^2.3.1",
    "i18next": "^21.6.14",
    "i18next-browser-languagedetector": "^6.1.3",
    "react-i18next": "^11.16.1",
    "react-router": "^5.2.1"
  }
}
