{ "name": "admin", "type": "module", "version": "1.5.0", "private": true, "scripts": { "dev": "vite", "build": "run-p type-check \"build-only {@}\" --", "preview": "vite preview", "build-only": "vite build", "type-check": "vue-tsc --build --force", "lint": "npm-run-all -c lint:es lint:style", "lint:es": "eslint . --format gitlab", "lint:style": "stylelint \"src/**/*.{vue,less,css}\"", "lint:fix": "npm-run-all -c \"lint:es -- --fix\" \"lint:style -- --fix\"", "release": "npx standard-version", "release:beta": "npx standard-version -p beta", "release:minor": "npx standard-version -r minor", "release:patch": "npx standard-version -r patch", "prepare": "husky" }, "dependencies": { "@ans1998/vue3-color": "^3.0.7", "@ant-design/icons-vue": "^7.0.1", "@antv/x6": "^2.18.1", "@antv/x6-plugin-clipboard": "^2.1.6", "@antv/x6-plugin-history": "^2.2.4", "@antv/x6-plugin-keyboard": "^2.2.3", "@antv/x6-plugin-selection": "^2.2.2", "@antv/x6-plugin-snapline": "^2.1.7", "@antv/x6-plugin-stencil": "^2.1.5", "@antv/x6-plugin-transform": "^2.1.8", "@antv/x6-vue-shape": "^2.1.2", "@ckeditor/ckeditor5-vue": "^7.3.0", "@dagrejs/dagre": "^1.1.4", "@datasert/cronjs-matcher": "^1.4.0", "@fortawesome/fontawesome-free": "^6.7.1", "@guolao/vue-monaco-editor": "^1.5.4", "@map-component/vue-tmap": "^1.0.1", "@marcoschulte/vue3-progress": "^0.0.7", "@vue-office/docx": "^1.6.2", "@vue-office/excel": "^1.7.11", "@vue-office/pdf": "^2.0.2", "@vuemap/vue-amap": "^2.1.8", "@vueuse/core": "^11.3.0", "@vueuse/integrations": "^11.3.0", "amis": "^6.10.0", "amis-core": "^6.10.0", "amis-editor": "^6.10.0", "amis-editor-core": "^6.10.0", "ant-design-vue": "^4.2.6", "axios": "^1.7.8", "bmap": "^1.0.1", "china-division": "^2.7.0", "ckeditor5": "^44.1.0", "clipboard": "^2.0.11", "copy-to-clipboard": "^3.3.3", "dayjs": "^1.11.13", "echarts": "^5.6.0", "echarts-liquidfill": "^3.1.0", "echarts-stat": "^1.2.0", "esbuild": "^0.24.0", "file-saver": "^2.0.5", "js-beautify": "^1.15.1", "jsbarcode": "^3.11.6", "lodash": "^4.17.21", "lp-file-name-sort": "^1.0.3", "mobx": "^4.5.0", "mobx-react": "^6.3.1", "mobx-state-tree": "^3.17.3", "mockjs": "^1.1.0", "monaco-editor": "^0.52.0", "nanoid": "^5.0.9", "performant-array-to-tree": "^1.11.0", "pinia": "^2.2.6", "print-js": "^1.6.0", "react": "^18.3.1", "react-dom": "^18.3.1", "sortablejs": "^1.15.6", "splitpanes": "^3.1.8", "uuid": "^11.1.0", "veaury": "^2.5.1", "vue": "^3.5.13", "vue-baidu-map-3x": "^1.0.40", "vue-demi": "^0.14.10", "vue-echarts": "^7.0.3", "vue-i18n": "^10.0.4", "vue-json-pretty": "^2.4.0", "vue-request": "^2.0.4", "vue-router": "^4.5.0", "vuedraggable": "^4.1.0", "vxe-pc-ui": "^4.3.6", "vxe-table": "^4.11.23", "xe-utils": "^3.7.4", "xlsx": "^0.18.5" }, "devDependencies": { "@antfu/eslint-config": "^3.9.2", "@commitlint/cli": "^19.6.0", "@commitlint/config-conventional": "^19.6.0", "@intlify/unplugin-vue-i18n": "^6.0.0", "@tsconfig/node22": "22.0.0", "@types/lodash": "^4.17.13", "@types/node": "^22.10.6", "@types/splitpanes": "^2.2.6", "@vitejs/plugin-react": "^4.3.4", "@vitejs/plugin-vue": "^5.2.0", "@vitejs/plugin-vue-jsx": "^4.1.1", "@vue/tsconfig": "^0.6.0", "esbuild": "^0.21.5", "eslint": "^9.15.0", "eslint-formatter-gitlab": "^5.1.0", "eslint-plugin-format": "^0.1.2", "husky": "^9.1.7", "less": "^4.2.1", "lint-staged": "^15.2.10", "magic-string": "^0.30.17", "npm-run-all": "^4.1.5", "postcss-html": "^1.7.0", "postcss-less": "^6.0.0", "stylelint": "^16.10.0", "stylelint-config-rational-order": "^0.1.2", "stylelint-config-recommended-vue": "^1.5.0", "stylelint-order": "^6.0.4", "typescript": "~5.6.3", "unplugin": "^1.16.0", "unplugin-vue-setup-extend-plus": "^1.0.1", "vite": "^5.4.11", "vite-plugin-fake-server": "^2.1.3", "vite-plugin-vue-devtools": "^7.6.4", "vue-tsc": "^2.1.10" }, "lint-staged": { "*.{vue,js,ts}": "eslint --fix", "*.{vue,less,css}": "stylelint --fix" }, "commitlint": { "extends": [ "@commitlint/config-conventional" ] } }