2 Star 0 Fork 15

独木舟/ibiz-next-vue3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 4.54 KB
一键复制 编辑 原始数据 按行查看 历史
张平川 提交于 2025-01-06 11:47 . feat: 更新主干
{
"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"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Cano1997/ibiz-next-vue3.git
git@gitee.com:Cano1997/ibiz-next-vue3.git
Cano1997
ibiz-next-vue3
ibiz-next-vue3
main

搜索帮助