代码拉取完成,页面将自动刷新
同步操作将从 iBizModeling/ibiz-next-vue3 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
{
"name": "@ibiz-template/vue3-components",
"version": "0.7.38-alpha.43",
"description": "使用 rollup 编译 vue 组件或者 jsx",
"main": "lib/index.cjs",
"module": "es/index.mjs",
"types": "es/index.d.ts",
"files": [
"dist",
"es",
"lib"
],
"author": "chitanda",
"license": "MIT",
"scripts": {
"dev": "ibiz-temp build -w",
"lint": "vue-tsc --noEmit && eslint 'src/**/*.tsx' 'src/**/*.ts'",
"build": "ibiz-temp build -c && vue-tsc --declaration --emitDeclarationOnly",
"test": "vitest",
"test:ui": "vitest --ui",
"test:run": "vitest run",
"prepublish": "npm run build",
"publish:next": "npm run build && npm publish --access public --tag=next --registry=https://registry.npmjs.org/",
"publish:dev": "npm run build && npm publish --access public --tag=dev --registry=https://registry.npmjs.org/",
"publish:alpha": "npm run build && npm publish --access public --tag=alpha --registry=https://registry.npmjs.org/",
"publish:beta": "npm run build && npm publish --access public --tag=beta --registry=https://registry.npmjs.org/",
"publish:npm": "npm run build && npm publish --access public --registry=https://registry.npmjs.org/",
"publish:local": "npm run build && npm publish --access public --registry=http://172.16.240.221:8081/repository/local/"
},
"dependencies": {
"@floating-ui/dom": "^1.5.3",
"@ibiz-template-plugin/ai-chat": "^0.0.5",
"@ibiz-template-plugin/gantt": "0.1.8-alpha.92",
"@ibiz-template-plugin/bi-report": "0.0.25",
"@ibiz-template-plugin/data-view": "0.0.3",
"@ibiz-template/core": "0.7.38-alpha.43",
"@ibiz-template/devtool": "0.0.2",
"@ibiz-template/model-helper": "0.7.38-alpha.45",
"@ibiz-template/runtime": "0.7.38-alpha.45",
"@ibiz-template/theme": "^0.7.0",
"@ibiz-template/vue3-util": "0.7.38-alpha.45",
"@ibiz-template/web-theme": "1.1.28-alpha.1",
"@ibiz/model-core": "^0.1.64",
"@imengyu/vue3-context-menu": "^1.3.5",
"@monaco-editor/loader": "^1.4.0",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12",
"async-validator": "^4.2.5",
"cherry-markdown": "0.8.26",
"dayjs": "^1.11.10",
"echarts": "^5.4.3",
"element-plus": "2.4.4",
"file-saver": "^2.0.5",
"interactjs": "^1.10.20",
"lodash-es": "^4.17.21",
"monaco-editor": "^0.45.0",
"nprogress": "^0.2.0",
"pinia": "^2.1.7",
"pluralize": "^8.0.0",
"qs": "^6.11.2",
"axios": "^1.6.5",
"qx-util": "^0.4.8",
"ramda": "0.29.1",
"vue": "3.3.8",
"vue-i18n": "9.6.5",
"vue-router": "4.2.5",
"vuedraggable": "4.1.0",
"snabbdom": "^3.3.1",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@commitlint/cli": "^18.5.0",
"@commitlint/config-conventional": "^18.5.0",
"@ibiz-template/cli": "0.3.10",
"@types/lodash-es": "^4.17.12",
"@types/node": "20.11.5",
"@types/nprogress": "^0.2.3",
"@types/qs": "^6.9.11",
"@types/ramda": "0.29.10",
"@vitejs/plugin-vue": "5.0.4",
"@vitejs/plugin-vue-jsx": "3.1.0",
"@vitest/browser": "^1.3.0",
"@vitest/coverage-v8": "^1.3.0",
"@vitest/ui": "^1.3.0",
"@vue/test-utils": "^2.4.4",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"playwright": "^1.41.2",
"stylelint": "15.11.0",
"stylelint-config-ali": "1.1.0",
"stylelint-config-prettier": "9.0.5",
"stylelint-config-recess-order": "4.4.0",
"stylelint-config-standard": "34.0.0",
"stylelint-config-standard-scss": "11.1.0",
"stylelint-scss": "5.3.1",
"typescript": "5.3.3",
"vite": "5.0.12",
"vitest": "1.3.0",
"vue-tsc": "1.8.27"
},
"peerDependencies": {
"@floating-ui/dom": "^1.5.1",
"@ibiz-template/core": "^0.7.0",
"@ibiz-template/model-helper": "^0.7.0",
"@ibiz-template/runtime": "^0.7.0",
"@ibiz-template/theme": "^0.7.0",
"@ibiz-template/vue3-util": "^0.7.0",
"@ibiz/model-core": "^0.1.64",
"@imengyu/vue3-context-menu": "^1.3.3",
"@monaco-editor/loader": "^1.3.3",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12",
"async-validator": "^4.2.5",
"cherry-markdown": "^0.8.22",
"dayjs": "^1.11.9",
"echarts": "^5.4.3",
"element-plus": "2.4.4",
"lodash-es": "^4.17.21",
"monaco-editor": "^0.45.0",
"pinia": "^2.1.6",
"qs": "^6.11.2",
"qx-util": "^0.4.8",
"ramda": "^0.29.0",
"vue": "^3.3.8",
"vue-i18n": "^9.2.2",
"vue-router": "^4.2.4",
"vuedraggable": "^4.1.0"
},
"lint-staged": {
"*.ts": "eslint --fix",
"*.scss": "stylelint --custom-syntax=postcss-scss"
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。