1 Star 0 Fork 0

none_zhu/pda-web-front

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 3.51 KB
一键复制 编辑 原始数据 按行查看 历史
none_zhu 提交于 2024-01-24 09:19 . first commit
{
"type": "module",
"version": "4.4.0",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"build:test": "vue-tsc && vite build --mode test",
"serve": "http-server ./dist -o",
"serve:test": "http-server ./dist-test -o",
"svgo": "svgo -f src/assets/icons",
"new": "plop",
"generate:icons": "esno ./scripts/generate.icons.ts",
"lint": "npm-run-all -s lint:tsc lint:eslint lint:stylelint",
"lint:tsc": "vue-tsc",
"lint:eslint": "eslint . --cache --fix",
"lint:stylelint": "stylelint \"src/**/*.{css,scss,vue}\" --cache --fix",
"postinstall": "simple-git-hooks",
"preinstall": "npx only-allow pnpm",
"commit": "git cz",
"release": "bumpp"
},
"dependencies": {
"@headlessui/vue": "^1.7.16",
"@imengyu/vue3-context-menu": "^1.3.5",
"@vueuse/core": "^10.7.1",
"@vueuse/integrations": "^10.7.1",
"axios": "^1.6.3",
"dayjs": "^1.11.10",
"defu": "^6.1.3",
"element-plus": "^2.4.4",
"eruda": "^3.0.1",
"floating-vue": "2.0.0-beta.24",
"hotkeys-js": "^3.13.3",
"jquery": "^3.7.1",
"lodash-es": "^4.17.21",
"mitt": "^3.0.1",
"mockjs": "^1.1.0",
"node-waves": "^0.7.6",
"nprogress": "^0.2.0",
"overlayscrollbars": "^2.4.6",
"overlayscrollbars-vue": "^0.5.6",
"path-browserify": "^1.0.1",
"path-to-regexp": "^6.2.1",
"pinia": "^2.1.7",
"pinyin-pro": "^3.18.6",
"qs": "^6.11.2",
"scule": "^1.1.1",
"sortablejs": "^1.15.1",
"spinkit": "^2.0.1",
"timeago.js": "^4.0.2",
"vconsole": "^3.15.1",
"vue": "^3.4.4",
"vue-i18n": "^9.8.0",
"vue-m-message": "^4.0.2",
"vue-plugin-hiprint": "^0.0.56",
"vue-router": "^4.2.5",
"vxe-table": "^4.5.17",
"xe-utils": "^3.5.14"
},
"devDependencies": {
"@antfu/eslint-config": "2.6.1",
"@iconify/json": "^2.2.164",
"@iconify/vue": "^4.1.1",
"@intlify/unplugin-vue-i18n": "^2.0.0",
"@stylistic/stylelint-config": "^1.0.1",
"@types/lodash-es": "^4.17.12",
"@types/mockjs": "^1.0.10",
"@types/nprogress": "^0.2.3",
"@types/path-browserify": "^1.0.2",
"@types/qs": "^6.9.11",
"@types/sortablejs": "^1.15.7",
"@unocss/eslint-plugin": "^0.58.3",
"@vitejs/plugin-legacy": "^5.2.0",
"@vitejs/plugin-vue": "^5.0.2",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"autoprefixer": "^10.4.16",
"bumpp": "^9.2.1",
"cz-git": "^1.8.0",
"eslint": "^8.56.0",
"esno": "^4.0.0",
"fs-extra": "^11.2.0",
"http-server": "^14.1.1",
"inquirer": "^9.2.12",
"lint-staged": "^15.2.0",
"npm-run-all": "^4.1.5",
"plop": "^4.0.1",
"sass": "^1.69.7",
"simple-git-hooks": "^2.9.0",
"stylelint": "^16.1.0",
"stylelint-config-recess-order": "^4.4.0",
"stylelint-config-standard-scss": "^12.0.0",
"stylelint-config-standard-vue": "^1.0.0",
"stylelint-scss": "^6.0.0",
"svgo": "^3.2.0",
"terser": "^5.26.0",
"typescript": "^5.3.3",
"unocss": "^0.58.3",
"unplugin-auto-import": "^0.17.3",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.0.10",
"vite-plugin-banner": "^0.7.1",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-fake-server": "^2.0.1",
"vite-plugin-pages": "^0.32.0",
"vite-plugin-svg-icons": "^2.0.1",
"vite-plugin-vue-inspector": "^4.0.2",
"vite-plugin-vue-meta-layouts": "^0.4.1",
"vue-tsc": "^1.8.27"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged",
"preserveUnused": true
},
"config": {
"commitizen": {
"path": "node_modules/cz-git"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/iotplc/pda-web-front.git
git@gitee.com:iotplc/pda-web-front.git
iotplc
pda-web-front
pda-web-front
master

搜索帮助