{
  "name": "@fzlw/eui-plus",
  "version": "0.2.0",
  "description": "",
  "module": "es/index.js",
  "scripts": {
    "build": "node ./build.js",
    "pb": "npm run build && npm publish"
  },
  "types": "es/index.d.ts",
  "keywords": [
    "element-plus",
    "json form",
    "json table",
    "vue"
  ],
  "files": [
    "es"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "author": "",
  "license": "MIT",
  "homepage": "https://fzlw.github.io/workspace/",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com:Fzlw/workspace.git"
  },
  "dependencies": {
    "el-table-infinite-scroll": "^3.0.1",
    "element-plus": "^2.2.6",
    "lodash-es": "^4.17.21"
  },
  "devDependencies": {
    "@rollup/plugin-node-resolve": "^15.0.2",
    "@types/lodash-es": "^4.17.7",
    "@vitejs/plugin-vue": "^4.2.1",
    "@vitejs/plugin-vue-jsx": "^3.0.1",
    "@vue/shared": "^3.3.4",
    "csstype": "^3.1.2",
    "rimraf": "^5.0.1",
    "rollup": "^3.23.0",
    "rollup-plugin-typescript2": "^0.34.1"
  }
}
