{
  "name": "@sensoro/sensoro-map",
  "version": "1.3.11",
  "repository": "git@gitlab.sensoro.com:IoTApps/frontend/sensoro-map.git",
  "author": "wangxingkang <156148958@qq.com>",
  "license": "MIT",
  "files": [
    "es",
    "lib"
  ],
  "main": "lib/index.js",
  "module": "es/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "start": "dumi dev",
    "site": "dumi build",
    "build": "father-build",
    "release": "walrus release",
    "release:next": "walrus release --tag next"
  },
  "peerDependencies": {
    "@pansy/react-amap": ">=2.10.1",
    "@sensoro/sensoro-design": ">=1.38.20"
  },
  "dependencies": {
    "@pansy/classnames": "^1.0.1",
    "@sensoro-design/icons": "^1.9.0",
    "@pansy/react-hooks": "^0.9.13",
    "lodash": "^4.17.21"
  },
  "devDependencies": {
    "@commitlint/cli": "14.1.0",
    "@pansy/react-amap": "2.12.4",
    "@sensoro/sensoro-design": "^2.0.0",
    "@types/react": "^17",
    "@types/react-dom": "^17",
    "@walrus/cli": "1.3.4",
    "@walrus/plugin-release": "1.14.3",
    "antd": "4.20.4",
    "babel-plugin-import": "^1.13.5",
    "commitlint-config-gitmoji": "2.2.5",
    "dumi": "1.1.40",
    "father-build": "1.22.1",
    "husky": "5.2.0",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "typescript": "4.6.4"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  }
}
