{
  "name": "@bos-alpha/common",
  "version": "1.0.5",
  "private": false,
  "description": "common",
  "main": "./lib/index.js",
  "license": "MIT",
  "keywords": [
    "common",
    "UI",
    "React"
  ],
  "homepage": "https://github.com/p919533",
  "repository": {
    "type": "git",
    "url": "https://github.com/p919533"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "files": [
    "lib"
  ],
  "dependencies": {
    "@ant-design/icons": "^4.6.3",
    "@emotion/react": "^11.4.1",
    "@emotion/styled": "^11.3.0",
    "antd": "4.18.7",
    "axios": "^0.21.4",
    "react-cookies": "^0.1.1"
  },
  "peerDependencies": {
    "react": ">=16.9.0",
    "react-dom": ">=16.9.0"
  },
  "scripts": {
    "clean": "rimraf ./lib",
    "dist": "build-tools run dist",
    "dev": "build-tools run dev",
    "prettier": "npx prettier --write ./src"
  },
  "eslintConfig": {
    "extends": [
      "react-app",
      "react-app/jest"
    ]
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "devDependencies": {
    "@emotion/babel-plugin": "^11.3.0",
    "@testing-library/jest-dom": "^5.11.4",
    "@testing-library/react": "^11.1.0",
    "@testing-library/user-event": "^12.1.10",
    "@types/jest": "^26.0.15",
    "@types/node": "^12.0.0",
    "@types/react": "^17.0.0",
    "@types/react-cookies": "^0.1.0",
    "@types/react-dom": "^17.0.0",
    "cross-env": "^7.0.3",
    "prettier": "2.4.1",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "typescript": "^4.1.2"
  },
  "gitHead": "f38713cc06f2d251347213d50e5b9484e4112a6d"
}
