|
|
{ "name": "security-enterprise-tenant-admin", "version": "3.2.0", "private": true, "scripts": { "dev": "vite", "build": "npm run build:prod", "build:prod": "vite build --mode production", "build:sit": "vue-tsc --noEmit && vite build --mode production.sit", "build:uat": "vue-tsc --noEmit && vite build --mode production.uat", "serve": "npm run build && vite preview", "lint": "eslint \"src/**/*.{vue,ts}\" --fix" }, "gitHooks": { "pre-commit": "lint-staged" }, "lint-staged": { "src/**/*.{ts,vue}": [ "git add" ] }, "dependencies": { "@antv/layout": "0.3.24", "@antv/x6": "^2.0.0", "@antv/x6-plugin-clipboard": "^2.0.0", "@antv/x6-plugin-dnd": "^2.0.0", "@antv/x6-plugin-export": "^2.0.0", "@antv/x6-plugin-history": "^2.0.0", "@antv/x6-plugin-keyboard": "^2.0.0", "@antv/x6-plugin-minimap": "^2.0.0", "@antv/x6-plugin-scroller": "^2.0.0", "@antv/x6-plugin-selection": "^2.0.0", "@antv/x6-plugin-snapline": "^2.0.0", "@antv/x6-plugin-stencil": "^2.0.0", "@antv/x6-plugin-transform": "^2.0.0", "@antv/x6-react-components": "^2.0.0", "@antv/x6-react-shape": "^2.0.0", "@antv/x6-vue-shape": "^2.0.0", "@element-plus/icons-vue": "^1.1.3", "@king-design/vue": "^2.0.13", "@tinymce/tinymce-vue": "4.0.4", "@vueuse/core": "^9.3.0", "animate.css": "^4.1.1", "axios": "^0.21.1", "classnames": "^2.3.1", "core-js": "^3.14.0", "dayjs": "^1.11.12", "echarts": "5.2.2", "echarts-liquidfill": "^3.1.0", "element-plus": "2.3.8", "file-saver": "^2.0.5", "gsap": "^3.12.2", "highcharts": "^11.2.0", "html2canvas": "^1.4.1", "jspdf": "^2.5.1", "lodash": "^4.17.21", "mitt": "^2.1.0", "moment": "^2.29.3", "monaco-editor": "^0.25.2", "nprogress": "^0.2.0", "qs": "^6.10.1", "quill": "^1.3.7", "screenfull": "^6.0.1", "sortablejs": "^1.13.0", "vanilla-jsoneditor": "^0.14.4", "vue": "^3.2.36", "vue-echarts": "^6.0.0", "vue-i18n": "9.1.7", "vue-router": "4.0.11", "vuex": "4.0.2", "vxe-table": "4.0.23", "xe-utils": "3.3.0" }, "devDependencies": { "@types/lodash": "^4.14.172", "@types/nprogress": "^0.2.0", "@types/qs": "^6.9.6", "@types/quill": "^2.0.8", "@types/sortablejs": "^1.10.6", "@typescript-eslint/eslint-plugin": "^5.12.1", "@typescript-eslint/parser": "^5.12.1", "@vitejs/plugin-vue": "2.3.2", "@vue/compiler-sfc": "3.2.31", "@vue/eslint-config-prettier": "^6.0.0", "@vue/eslint-config-typescript": "^7.0.0", "eslint": "^7.28.0", "eslint-plugin-prettier": "^3.3.1", "eslint-plugin-vue": "^7.11.1", "less": "^4.1.1", "less-loader": "^10.0.0", "lint-staged": "^11.0.0", "prettier": "^2.3.1", "typescript": "4.4", "vite": "4.4.4", "vite-plugin-eslint": "1.3.0", "vite-plugin-html": "^2.1.1", "vite-plugin-pwa": "^0.11.5", "vite-plugin-svg-icons": "^1.0.5", "vite-tsconfig-paths": "3.4.0", "vue-tsc": "0.31.4", "yorkie": "^2.0.0" }}
|