加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 2.63 KB
一键复制 编辑 原始数据 按行查看 历史
绝望的小韭菜 提交于 2024-08-08 16:37 . 锁定依赖
{
"name": "ant-design-pro-vue3",
"version": "3.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "cross-env vite --mode localhost",
"debug-vite": "cross-env vite --mode localhost --debug",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"test:unit": "vitest",
"build-only": "vite build",
"type-check": "vue-tsc --build --force",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier --write src/",
"dev-ui": "concurrently \"vite -m UseFastDevelopBall\" \"npm run create-module-be\" ",
"clean-dev": "vite --force",
"v": "node config/createModule/index.js --type=views",
"c": "node config/createModule/index.js --type=components",
"create-module-be": "node config/createModule/backend.js",
"report": "cross-env vite build"
},
"dependencies": {
"@aesoper/normal-utils": "^0.1.5",
"@ant-design/icons-vue": "^7.0.1",
"@antv/g2plot": "^2.4.32",
"@logicflow/core": "2.0.0-beta.11",
"@logicflow/extension": "2.0.0-beta.11",
"@vueuse/core": "^10.11.0",
"ant-design-vue": "^4.2.3",
"axios": "^1.7.3",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.12",
"echarts": "^5.5.1",
"lodash-es": "^4.17.21",
"mitt": "^3.0.1",
"nanoid": "^5.0.7",
"nprogress": "^0.2.0",
"tinycolor2": "^1.6.0",
"vite-plugin-svg-icons": "^2.0.1",
"vue": "^3.4.29",
"vue-clipboard3": "^2.0.0",
"vue-i18n": "^9.13.1",
"vue-router": "^4.3.3",
"vuedraggable": "^4.1.0",
"xe-utils": "^3.5.29"
},
"devDependencies": {
"@originjs/vite-plugin-commonjs": "^1.0.3",
"@rushstack/eslint-patch": "^1.8.0",
"@tsconfig/node20": "^20.1.4",
"@types/jsdom": "^21.1.7",
"@types/node": "^20.14.5",
"@vitejs/plugin-vue": "^5.0.5",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.5.1",
"colors-console": "^1.0.3",
"concurrently": "^8.2.2",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.23.0",
"express": "^4.19.2",
"jsdom": "^24.1.0",
"less": "^4.2.0",
"minimist": "^1.2.8",
"npm-run-all2": "^6.2.0",
"prettier": "^3.2.5",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.77.8",
"shelljs": "^0.8.5",
"typescript": "~5.4.0",
"vite": "^5.3.1",
"vite-plugin-mock-dev-server": "^1.6.1",
"vite-plugin-vue-devtools": "^7.3.1",
"vite-plugin-vue-setup-extend": "^0.4.0",
"vitest": "^1.6.0",
"vue-tsc": "^2.0.21"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化