{
  "name": "@eciol/layout",
  "version": "2.1.4",
  "homepage": "https://github.com/vbenjs/vue-vben-admin",
  "bugs": {
    "url": "https://github.com/vbenjs/vue-vben-admin/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
    "directory": "packages/layout"
  },
  "license": "MIT",
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "development": "./src/index.ts",
      "types": "./dist/index.d.ts",
      "default": "./dist/index.mjs"
    }
  },
  "main": "./dist/index.mjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "pnpm vite build",
    "clean": "pnpm rimraf .turbo node_modules dist",
    "lint": "pnpm eslint ."
  },
  "dependencies": {
    "@ant-design/icons-vue": "^6.1.0",
    "@eciol/ant-ui": "workspace:*",
    "@eciol/directives": "workspace:*",
    "@eciol/hooks": "workspace:*",
    "@eciol/locale": "workspace:*",
    "@eciol/router": "workspace:*",
    "@eciol/share-ui": "workspace:*",
    "@eciol/shared": "workspace:*",
    "@eciol/store": "workspace:*",
    "@eciol/types": "workspace:*"
  },
  "publishConfig": {
    "exports": {
      ".": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.mjs"
      }
    }
  }
}
