{
  "name": "@antdv/pro-layout",
  "type": "module",
  "version": "1.0.5",
  "description": "@antdv/pro-layout",
  "author": "kriszu",
  "license": "MIT",
  "keywords": [
    "ant-design-vue",
    "admin",
    "ant-design-vue-pro"
  ],
  "sideEffects": false,
  "main": "lib/pro-layout.cjs.js",
  "module": "es/index.mjs",
  "typings": "lib/index.d.ts",
  "unpkg": "lib/pro-layout.min.js",
  "jsdelivr": "lib/pro-layout.min.js",
  "files": [
    "es",
    "lib"
  ],
  "scripts": {
    "build": "unbuilder build"
  },
  "browserslist": [
    "last 2 versions",
    "Firefox ESR",
    "> 1%"
  ],
  "peerDependencies": {
    "ant-design-vue": ">=4.2.0",
    "vue": ">=3.4.0"
  },
  "dependencies": {
    "@ant-design/icons-vue": "^7.0.1",
    "@antdv/pro-provider": "1.0.5",
    "@antdv/pro-utils": "1.0.8",
    "lodash-es": "^4.17.21",
    "path-to-regexp": "8.0.0"
  },
  "devDependencies": {
    "@types/lodash-es": "^4.17.12"
  },
  "publishConfig": {
    "access": "public"
  }
}
