1 Star 0 Fork 24

ligs / ant-design-pro-vue3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 2.52 KB
一键复制 编辑 原始数据 按行查看 历史
绝望的小韭菜 提交于 2023-03-20 15:58 . 增加流程图页面
{
"name": "Ant_Design_Pro_Vue_3",
"version": "0.1.3",
"private": true,
"scripts": {
"dev": "cross-env vite --mode localhost",
"debug-vite": "cross-env vite --mode localhost --debug",
"build": "vite build",
"build-check": "run-p type-check build-only",
"preview": "vite preview",
"test:unit": "vitest",
"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",
"format": "prettier --write src/",
"dev-ui": "concurrently \"vite -m UseFastDevelopBall\" \"npm run create-module-be\" ",
"clean-dev": "vite --force",
"v": "ts-node --project config/tsconfig.json config/createModule/index.ts --type=views",
"c": "ts-node --project config/tsconfig.json config/createModule/index.ts --type=components",
"create-module-be": "ts-node --project config/tsconfig.json config/createModule/backend.ts"
},
"dependencies": {
"@aesoper/normal-utils": "^0.1.5",
"@ant-design/icons-vue": "^6.1.0",
"@antv/g2plot": "^2.4.26",
"@logicflow/core": "^1.2.1",
"@logicflow/extension": "^1.2.1",
"@vueuse/core": "^9.13.0",
"ant-design-vue": "^3.2.15",
"axios": "^1.3.4",
"crypto-js": "^4.1.1",
"less": "^4.1.3",
"less-loader": "^11.1.0",
"lodash.clonedeep": "^4.5.0",
"lodash.debounce": "^4.0.8",
"lodash.pull": "^4.1.0",
"mitt": "^3.0.0",
"nprogress": "^0.2.0",
"sass": "^1.59.3",
"tinycolor2": "^1.6.0",
"vue": "^3.2.47",
"vue-clipboard3": "^2.0.0",
"vue-i18n": "^9.2.2",
"vue-router": "4.1.3",
"vuex": "^4.1.0"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.2.0",
"@types/jsdom": "^21.1.0",
"@types/node": "^18.15.3",
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"@vue/eslint-config-prettier": "^7.1.0",
"@vue/eslint-config-typescript": "^11.0.2",
"@vue/test-utils": "^2.3.0",
"@vue/tsconfig": "^0.1.3",
"apite": "^1.4.2",
"cross-env": "^7.0.3",
"eslint": "^8.34.0",
"eslint-plugin-vue": "^9.9.0",
"jsdom": "^21.1.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.4",
"rollup-plugin-visualizer": "^5.9.0",
"typescript": "~4.8.4",
"unplugin-vue-components": "^0.24.1",
"vite": "^4.1.4",
"vite-plugin-optimize-persist": "^0.1.2",
"vite-plugin-package-config": "^0.1.1",
"vite-plugin-svg-icons": "^2.0.1",
"vite-plugin-vue-setup-extend": "^0.4.0",
"vitest": "^0.29.1",
"vue-tsc": "^1.2.0"
}
}
1
https://gitee.com/ligs11/ant-design-pro-vue3.git
git@gitee.com:ligs11/ant-design-pro-vue3.git
ligs11
ant-design-pro-vue3
ant-design-pro-vue3
main

搜索帮助

53164aa7 5694891 3bd8fe86 5694891