{
  "name": "@antv/li-sdk",
  "version": "1.5.1",
  "description": "sdk for location insight",
  "keywords": [
    "sdk",
    "li"
  ],
  "homepage": "https://locationinsight.antv.antgroup.com",
  "repository": {
    "type": "git",
    "url": "https://github.com/antvis/L7VP.git"
  },
  "license": "Apache-2.0",
  "author": "https://github.com/orgs/antvis/people",
  "main": "dist/cjs/index.js",
  "jsdelivr": "dist/umd/li-sdk.min.js",
  "unpkg": "dist/umd/li-sdk.min.js",
  "module": "dist/esm/index.js",
  "typings": "dist/esm/index.d.ts",
  "files": [
    "dist",
    "README.md",
    "!dist/umd/report.html"
  ],
  "scripts": {
    "build": "npm run clean && father build",
    "bundle": "cross-env BUNDLE_ENV=bundle npm run build",
    "clean": "rimraf dist",
    "dev": "father dev",
    "docs:build": "dumi build",
    "docs:build-analyze": "ANALYZE=1 dumi build",
    "doctor": "father doctor",
    "ci": "npm run doctor",
    "prettier": "prettier --write \"src/*.{tsx,ts,less,md,json}\"",
    "start": "dumi dev"
  },
  "dependencies": {
    "@antv/event-emitter": "^0.1.3",
    "@tanstack/query-core": "^5.0.0",
    "@tanstack/react-query": "^5.0.0",
    "ahooks": "^3.7.0",
    "classnames": "^2.3.1",
    "dayjs": "^1.11.7",
    "h3-js": "^4.1.0",
    "immer": "^10.0.3",
    "lodash-es": "^4.17.21",
    "wkt": "^0.1.1"
  },
  "devDependencies": {
    "@ant-design/icons": "^5.0.1",
    "@antv/l7": "^2.17.2",
    "@antv/larkmap": "^1.4.11",
    "@formily/json-schema": "^2.2.4",
    "@types/lodash-es": "^4.17.6",
    "@types/react": "^18.0.0",
    "@types/react-dom": "^18.0.0",
    "antd": "^5.5.0",
    "babel-plugin-inline-import": "^3.0.0",
    "dumi": "^1.1.46",
    "father": "^4.0.7",
    "rimraf": "^3.0.2",
    "typescript": "^4.7.4"
  },
  "peerDependencies": {
    "@antv/l7": "^2.17.2",
    "@antv/larkmap": "^1.4.11",
    "react": "^18.0.0",
    "react-dom": "^18.0.0"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "gitHead": "836a16f4b05b8a7f079d302233b0fa4060bc464a"
}
