物管理前端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

103 lines
3.0 KiB

  1. {
  2. "name": "security-enterprise-tenant-admin",
  3. "version": "3.2.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "vite",
  7. "build": "npm run build:prod",
  8. "build:prod": "vite build --mode production",
  9. "build:sit": "vue-tsc --noEmit && vite build --mode production.sit",
  10. "build:uat": "vue-tsc --noEmit && vite build --mode production.uat",
  11. "serve": "npm run build && vite preview",
  12. "lint": "eslint \"src/**/*.{vue,ts}\" --fix"
  13. },
  14. "gitHooks": {
  15. "pre-commit": "lint-staged"
  16. },
  17. "lint-staged": {
  18. "src/**/*.{ts,vue}": [
  19. "git add"
  20. ]
  21. },
  22. "dependencies": {
  23. "@antv/layout": "0.3.24",
  24. "@antv/x6": "^2.0.0",
  25. "@antv/x6-plugin-clipboard": "^2.0.0",
  26. "@antv/x6-plugin-dnd": "^2.0.0",
  27. "@antv/x6-plugin-export": "^2.0.0",
  28. "@antv/x6-plugin-history": "^2.0.0",
  29. "@antv/x6-plugin-keyboard": "^2.0.0",
  30. "@antv/x6-plugin-minimap": "^2.0.0",
  31. "@antv/x6-plugin-scroller": "^2.0.0",
  32. "@antv/x6-plugin-selection": "^2.0.0",
  33. "@antv/x6-plugin-snapline": "^2.0.0",
  34. "@antv/x6-plugin-stencil": "^2.0.0",
  35. "@antv/x6-plugin-transform": "^2.0.0",
  36. "@antv/x6-react-components": "^2.0.0",
  37. "@antv/x6-react-shape": "^2.0.0",
  38. "@antv/x6-vue-shape": "^2.0.0",
  39. "@element-plus/icons-vue": "^1.1.3",
  40. "@king-design/vue": "^2.0.13",
  41. "@tinymce/tinymce-vue": "4.0.4",
  42. "@vueuse/core": "^9.3.0",
  43. "animate.css": "^4.1.1",
  44. "axios": "^0.21.1",
  45. "classnames": "^2.3.1",
  46. "core-js": "^3.14.0",
  47. "dayjs": "^1.11.12",
  48. "echarts": "5.2.2",
  49. "echarts-liquidfill": "^3.1.0",
  50. "element-plus": "2.3.8",
  51. "file-saver": "^2.0.5",
  52. "gsap": "^3.12.2",
  53. "highcharts": "^11.2.0",
  54. "html2canvas": "^1.4.1",
  55. "jspdf": "^2.5.1",
  56. "lodash": "^4.17.21",
  57. "mitt": "^2.1.0",
  58. "moment": "^2.29.3",
  59. "monaco-editor": "^0.25.2",
  60. "nprogress": "^0.2.0",
  61. "qs": "^6.10.1",
  62. "quill": "^1.3.7",
  63. "screenfull": "^6.0.1",
  64. "sortablejs": "^1.13.0",
  65. "vanilla-jsoneditor": "^0.14.4",
  66. "vue": "^3.2.36",
  67. "vue-echarts": "^6.0.0",
  68. "vue-i18n": "9.1.7",
  69. "vue-router": "4.0.11",
  70. "vuex": "4.0.2",
  71. "vxe-table": "4.0.23",
  72. "xe-utils": "3.3.0"
  73. },
  74. "devDependencies": {
  75. "@types/lodash": "^4.14.172",
  76. "@types/nprogress": "^0.2.0",
  77. "@types/qs": "^6.9.6",
  78. "@types/quill": "^2.0.8",
  79. "@types/sortablejs": "^1.10.6",
  80. "@typescript-eslint/eslint-plugin": "^5.12.1",
  81. "@typescript-eslint/parser": "^5.12.1",
  82. "@vitejs/plugin-vue": "2.3.2",
  83. "@vue/compiler-sfc": "3.2.31",
  84. "@vue/eslint-config-prettier": "^6.0.0",
  85. "@vue/eslint-config-typescript": "^7.0.0",
  86. "eslint": "^7.28.0",
  87. "eslint-plugin-prettier": "^3.3.1",
  88. "eslint-plugin-vue": "^7.11.1",
  89. "less": "^4.1.1",
  90. "less-loader": "^10.0.0",
  91. "lint-staged": "^11.0.0",
  92. "prettier": "^2.3.1",
  93. "typescript": "4.4",
  94. "vite": "4.4.4",
  95. "vite-plugin-eslint": "1.3.0",
  96. "vite-plugin-html": "^2.1.1",
  97. "vite-plugin-pwa": "^0.11.5",
  98. "vite-plugin-svg-icons": "^1.0.5",
  99. "vite-tsconfig-paths": "3.4.0",
  100. "vue-tsc": "0.31.4",
  101. "yorkie": "^2.0.0"
  102. }
  103. }