{
  "name": "uit-builder",
  "version": "1.0.4",
  "main": "./lib/index.js",
  "module": "./es/index.mjs",
  "license": "MIT",
  "scripts": {
    "build": "rollup -c build/rollup.config.js --bundleConfigAsCjs && yarn gen-type",
    "gen-type": "vue-tsc --declaration --emitDeclarationOnly --outDir es && node bin/gen-globalts.cjs"
  },
  "devDependencies": {
    "@babel/core": "^7.20.7",
    "@babel/plugin-proposal-optional-chaining": "^7.20.7",
    "@babel/plugin-transform-for-of": "^7.18.8",
    "@babel/plugin-transform-runtime": "^7.19.6",
    "@babel/preset-env": "^7.20.2",
    "@vue/babel-preset-jsx": "^1.4.0",
    "rollup": "^3.8.1",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-buble": "^0.19.8",
    "rollup-plugin-cleanup": "^3.2.1",
    "rollup-plugin-clear": "^2.0.7",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-filesize": "^9.1.2",
    "rollup-plugin-import-css": "^3.1.0",
    "rollup-plugin-json": "^4.0.0",
    "rollup-plugin-less": "^1.1.3",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-rename-node-modules": "^1.3.1",
    "rollup-plugin-replace": "^2.2.0",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.34.1",
    "rollup-plugin-vue": "^6.0.0",
    "typescript": "^4.9.4",
    "vue": "^3.2.45",
    "vue-router": "^4.1.6",
    "vue-tsc": "^1.0.18"
  },
  "dependencies": {
    "@element-plus/icons-vue": "^2.0.10"
  }
}
