加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 2.79 KB
一键复制 编辑 原始数据 按行查看 历史
{
"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",
"report": "rimraf dist && cross-env vite build"
},
"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": "^4.0.0",
"axios": "^1.3.4",
"crypto-js": "4.1.1",
"dayjs": "1.11.9",
"echarts": "^5.4.2",
"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",
"nanoid": "^4.0.2",
"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",
"vuedraggable": "^4.1.0",
"vuex": "4.1.0",
"xe-utils": "^3.5.26"
},
"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",
"colors-console": "1.0.3",
"concurrently": "8.2.0",
"cross-env": "7.0.3",
"eslint": "8.34.0",
"eslint-plugin-vue": "9.9.0",
"express": "4.18.2",
"jsdom": "21.1.0",
"npm-run-all": "4.1.5",
"prettier": "2.8.4",
"rollup-plugin-visualizer": "5.9.0",
"shelljs": "0.8.5",
"ts-node": "10.9.1",
"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"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化