2 Star 6 Fork 3

黄龙/vue-sys-manage-adv

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.25 KB
一键复制 编辑 原始数据 按行查看 历史
huanglong 提交于 2024-02-29 10:26 . 增加打包内存配置
{
"name": "vue-sys-manage-adv",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
"preview": "vite preview --port 4173",
"test:unit": "vitest --environment jsdom",
"test:e2e": "start-server-and-test preview http://localhost:4173/ 'cypress open --e2e'",
"test:e2e:ci": "start-server-and-test preview http://localhost:4173/ 'cypress run --e2e'",
"build-only": "node --max_old_space_size=4096 node_modules/vite/bin/vite.js build",
"type-check": "vue-tsc --noEmit -p tsconfig.vitest.json --composite false",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"@ant-design/icons-vue": "^7.0.1",
"@antv/g6": "^4.8.7",
"@form-create/ant-design-vue": "^3.1.28",
"@form-create/designer": "^1.0.10",
"@vue-flow/additional-components": "^1.3.3",
"@vue-flow/core": "^1.6.0",
"@vue-office/docx": "^1.6.0",
"@vue-office/excel": "^1.6.0",
"@vue-office/pdf": "^1.6.2",
"@vueuse/core": "^10.6.1",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-vue": "^5.1.12",
"ant-design-vue": "4.0.0-rc.6",
"axios": "^1.1.3",
"dayjs": "^1.11.10",
"echarts": "^5.4.0",
"gm-crypto": "^0.1.8",
"pinia": "^2.0.16",
"screenfull": "^6.0.2",
"vue": "~3.3.4",
"vue-demi": "^0.14.7",
"vue-i18n": "^9.2.2",
"vue-router": "^4.2.4",
"vue3-pdfjs": "^0.1.6",
"vue3-print-ts": "~0.3.1",
"vxe-table": "^4.5.16",
"xe-utils": "^3.5.0"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.0",
"@types/jsdom": "^16.2.14",
"@types/node": "^16.11.45",
"@vitejs/plugin-vue": "^3.0.1",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.0",
"@vue/test-utils": "2.4.0-alpha.2",
"@vue/tsconfig": "^0.1.3",
"cypress": "^10.3.0",
"eslint": "^8.5.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-vue": "^9.0.0",
"jsdom": "^20.0.0",
"less": "^4.1.3",
"npm-run-all": "^4.1.5",
"prettier": "^2.5.1",
"start-server-and-test": "^1.14.0",
"typescript": "~4.7.4",
"vite": "^3.2.5",
"vite-plugin-svg-icons": "2.0.1",
"vitest": "^0.18.1",
"vue-tsc": "^0.38.8"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/huanglgln/vue-sys-manage-adv.git
[email protected]:huanglgln/vue-sys-manage-adv.git
huanglgln
vue-sys-manage-adv
vue-sys-manage-adv
master

搜索帮助