156 lines
5.4 KiB
JSON
156 lines
5.4 KiB
JSON
|
|
{
|
||
|
|
"name": "jeelowcode-ui-admin-vue3",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "基于vue3、vite4、element-plus、avue、typesScript",
|
||
|
|
"author": "jeelowcode",
|
||
|
|
"private": false,
|
||
|
|
"scripts": {
|
||
|
|
"i": "pnpm install",
|
||
|
|
"dev": "vite --mode env.local",
|
||
|
|
"dev-server": "vite --mode dev",
|
||
|
|
"ts:check": "vue-tsc --noEmit",
|
||
|
|
"build:local": "node --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build",
|
||
|
|
"build:dev": "node --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build --mode dev",
|
||
|
|
"build:test": "node --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build --mode test",
|
||
|
|
"build:stage": "node --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build --mode stage",
|
||
|
|
"build:prod": "node --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build --mode prod",
|
||
|
|
"build:office": "node --max_old_space_size=8192 ./node_modules/vite/bin/vite.js build --mode office",
|
||
|
|
"serve:dev": "vite preview --mode dev",
|
||
|
|
"serve:prod": "vite preview --mode prod",
|
||
|
|
"preview": "pnpm build:local-dev && vite preview",
|
||
|
|
"clean": "npx rimraf node_modules",
|
||
|
|
"clean:cache": "npx rimraf node_modules/.cache",
|
||
|
|
"lint:eslint": "eslint --fix --ext .js,.ts,.vue ./src",
|
||
|
|
"lint:format": "prettier --write --loglevel warn \"src/**/*.{js,ts,json,tsx,css,less,scss,vue,html,md}\"",
|
||
|
|
"lint:style": "stylelint --fix \"./src/**/*.{vue,less,postcss,css,scss}\" --cache --cache-location node_modules/.cache/stylelint/",
|
||
|
|
"lint:lint-staged": "lint-staged -c "
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"@element-plus/icons-vue": "^2.1.0",
|
||
|
|
"@iconify/iconify": "^3.1.1",
|
||
|
|
"@kangc/v-md-editor": "^2.3.18",
|
||
|
|
"@smallwei/avue": "3.6.1",
|
||
|
|
"@videojs-player/vue": "^1.0.0",
|
||
|
|
"@vueuse/core": "^10.6.1",
|
||
|
|
"@zxcvbn-ts/core": "^3.0.4",
|
||
|
|
"animate.css": "^4.1.1",
|
||
|
|
"avue-plugin-ueditor": "^1.0.4",
|
||
|
|
"axios": "^1.7.2",
|
||
|
|
"benz-amr-recorder": "^1.1.5",
|
||
|
|
"bpmn-js-token-simulation": "^0.10.0",
|
||
|
|
"camunda-bpmn-moddle": "^7.0.1",
|
||
|
|
"codemirror": "5.61.1",
|
||
|
|
"cropperjs": "^1.6.1",
|
||
|
|
"crypto-js": "^4.2.0",
|
||
|
|
"dayjs": "^1.11.10",
|
||
|
|
"diagram-js": "^12.8.0",
|
||
|
|
"driver.js": "^1.3.1",
|
||
|
|
"echarts": "^5.4.3",
|
||
|
|
"echarts-wordcloud": "^2.1.0",
|
||
|
|
"element-plus": "^2.9.0",
|
||
|
|
"fast-xml-parser": "^4.3.2",
|
||
|
|
"highlight.js": "^11.9.0",
|
||
|
|
"jsencrypt": "^3.3.2",
|
||
|
|
"lodash-es": "^4.17.21",
|
||
|
|
"magic-string": "^0.30.11",
|
||
|
|
"min-dash": "^4.1.1",
|
||
|
|
"mitt": "^3.0.1",
|
||
|
|
"monaco-editor": "^0.49.0",
|
||
|
|
"nprogress": "^0.2.0",
|
||
|
|
"pinia": "^2.1.7",
|
||
|
|
"pinia-plugin-persistedstate": "^3.2.1",
|
||
|
|
"qrcode": "^1.5.3",
|
||
|
|
"qs": "^6.11.2",
|
||
|
|
"sortablejs": "^1.15.2",
|
||
|
|
"sql-formatter": "^15.4.0",
|
||
|
|
"steady-xml": "^0.1.0",
|
||
|
|
"tinycolor2": "^1.6.0",
|
||
|
|
"url": "^0.11.3",
|
||
|
|
"video.js": "^7.21.5",
|
||
|
|
"vue": "^3.4.27",
|
||
|
|
"vue-dompurify-html": "^4.1.4",
|
||
|
|
"vue-i18n": "^9.13.1",
|
||
|
|
"vue-router": "^4.3.2",
|
||
|
|
"vue-types": "^5.1.2",
|
||
|
|
"vue3-lottie": "^3.3.1",
|
||
|
|
"vuedraggable": "^4.1.0",
|
||
|
|
"vxe-pc-ui": "^4.0.17",
|
||
|
|
"vxe-table": "^4.7.17",
|
||
|
|
"web-storage-cache": "^1.1.1",
|
||
|
|
"xml-js": "^1.6.11"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@commitlint/cli": "^19.3.0",
|
||
|
|
"@commitlint/config-conventional": "^19.2.2",
|
||
|
|
"@iconify/json": "^2.2.142",
|
||
|
|
"@intlify/unplugin-vue-i18n": "^4.0.0",
|
||
|
|
"@purge-icons/generated": "^0.9.0",
|
||
|
|
"@swc/core": "~1.6.0",
|
||
|
|
"@types/lodash-es": "^4.17.11",
|
||
|
|
"@types/node": "^20.13.0",
|
||
|
|
"@types/nprogress": "^0.2.3",
|
||
|
|
"@types/qrcode": "^1.5.5",
|
||
|
|
"@types/qs": "^6.9.15",
|
||
|
|
"@typescript-eslint/eslint-plugin": "^7.11.0",
|
||
|
|
"@typescript-eslint/parser": "^7.11.0",
|
||
|
|
"@unocss/eslint-config": "^0.60.4",
|
||
|
|
"@unocss/transformer-variant-group": "^0.57.4",
|
||
|
|
"@vitejs/plugin-legacy": "^5.4.1",
|
||
|
|
"@vitejs/plugin-vue": "^5.0.5",
|
||
|
|
"@vitejs/plugin-vue-jsx": "^4.0.0",
|
||
|
|
"autoprefixer": "^10.4.19",
|
||
|
|
"bpmn-js": "8.9.0",
|
||
|
|
"bpmn-js-properties-panel": "0.46.0",
|
||
|
|
"consola": "^3.2.3",
|
||
|
|
"eslint": "^8.57.0",
|
||
|
|
"eslint-config-prettier": "^9.1.0",
|
||
|
|
"eslint-define-config": "^2.1.0",
|
||
|
|
"eslint-plugin-prettier": "^5.1.3",
|
||
|
|
"eslint-plugin-vue": "^9.26.0",
|
||
|
|
"lint-staged": "^15.1.0",
|
||
|
|
"postcss": "^8.4.31",
|
||
|
|
"postcss-html": "^1.5.0",
|
||
|
|
"postcss-scss": "^4.0.9",
|
||
|
|
"rimraf": "^5.0.5",
|
||
|
|
"rollup": "^4.4.1",
|
||
|
|
"sass": "^1.69.5",
|
||
|
|
"stylelint": "^15.11.0",
|
||
|
|
"stylelint-config-html": "^1.1.0",
|
||
|
|
"stylelint-config-recommended": "^13.0.0",
|
||
|
|
"stylelint-config-standard": "^34.0.0",
|
||
|
|
"stylelint-order": "^6.0.3",
|
||
|
|
"terser": "^5.24.0",
|
||
|
|
"typescript": "5.2.2",
|
||
|
|
"unocss": "^0.57.4",
|
||
|
|
"unplugin-auto-import": "^0.16.7",
|
||
|
|
"unplugin-element-plus": "^0.8.0",
|
||
|
|
"unplugin-icons": "^0.19.0",
|
||
|
|
"unplugin-vue-components": "^0.25.2",
|
||
|
|
"vite": "5.2.12",
|
||
|
|
"vite-plugin-compression": "^0.5.1",
|
||
|
|
"vite-plugin-ejs": "^1.7.0",
|
||
|
|
"vite-plugin-eslint": "^1.8.1",
|
||
|
|
"vite-plugin-lazy-import": "^1.0.7",
|
||
|
|
"vite-plugin-monaco-editor": "^1.1.0",
|
||
|
|
"vite-plugin-progress": "^0.0.7",
|
||
|
|
"vite-plugin-purge-icons": "^0.9.2",
|
||
|
|
"vite-plugin-svg-icons": "^2.0.1",
|
||
|
|
"vite-plugin-top-level-await": "^1.3.1",
|
||
|
|
"vue-eslint-parser": "^9.3.2",
|
||
|
|
"vue-tsc": "^2.0.19"
|
||
|
|
},
|
||
|
|
"license": "Apache-2.0",
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "git+https://gitee.com/jeelowecode/JeeLowCode"
|
||
|
|
},
|
||
|
|
"bugs": {
|
||
|
|
"url": "https://gitee.com/jeelowecode/JeeLowCode/issues"
|
||
|
|
},
|
||
|
|
"homepage": "https://gitee.com/jeelowecode/JeeLowCode",
|
||
|
|
"packageManager": "pnpm@8.6.0",
|
||
|
|
"engines": {
|
||
|
|
"node": ">= 18.0.0",
|
||
|
|
"pnpm": ">=8.6.0"
|
||
|
|
}
|
||
|
|
}
|