package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "name": "security-enterprise-admin",
  3. "version": "4.0.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "vite",
  7. "build": "npm run build:prod",
  8. "build:prod": "vue-tsc --noEmit && vite build --mode production",
  9. "serve": "npm run build && vite preview",
  10. "lint": "eslint \"src/**/*.{vue,ts}\" --fix"
  11. },
  12. "gitHooks": {
  13. "pre-commit": "lint-staged"
  14. },
  15. "lint-staged": {
  16. "src/**/*.{ts,vue}": [
  17. "eslint --fix",
  18. "git add"
  19. ]
  20. },
  21. "dependencies": {
  22. "@element-plus/icons-vue": "2.0.6",
  23. "@tinymce/tinymce-vue": "4.0.4",
  24. "@vueuse/core": "9.1.1",
  25. "@wangeditor/editor": "5.1.1",
  26. "@wangeditor/editor-for-vue": "^5.1.12",
  27. "axios": "0.27.2",
  28. "classnames": "^2.3.1",
  29. "core-js": "^3.14.0",
  30. "echarts": "^5.2.2",
  31. "element-plus": "2.3.9",
  32. "lodash": "^4.17.21",
  33. "mitt": "^2.1.0",
  34. "monaco-editor": "^0.25.2",
  35. "nprogress": "^0.2.0",
  36. "pinia": "2.0.27",
  37. "qs": "^6.10.1",
  38. "quill": "^1.3.7",
  39. "sortablejs": "^1.13.0",
  40. "vue": "^3.2.37",
  41. "vue-echarts": "^6.0.0",
  42. "vue-i18n": "9.1.9",
  43. "vue-router": "4.0.11",
  44. "vxe-table": "4.0.23",
  45. "xe-utils": "3.3.0",
  46. "bpmn-js": "^8.10.0",
  47. "bpmn-js-token-simulation": "^0.10.0",
  48. "codemirror-editor-vue3": "^2.0.6",
  49. "lint": "^0.7.0",
  50. "min-dash": "^3.5.2"
  51. },
  52. "devDependencies": {
  53. "@types/lodash": "^4.14.172",
  54. "@types/nprogress": "^0.2.0",
  55. "@types/qs": "^6.9.6",
  56. "@types/quill": "^2.0.8",
  57. "@types/sortablejs": "^1.10.6",
  58. "@vitejs/plugin-vue": "4.2.3",
  59. "@vue/compiler-sfc": "^3.2.37",
  60. "@typescript-eslint/eslint-plugin": "^5.23.0",
  61. "@typescript-eslint/parser": "^5.23.0",
  62. "@vue/eslint-config-prettier": "^7.0.0",
  63. "@vue/eslint-config-typescript": "^10.0.0",
  64. "eslint": "^8.13.0",
  65. "eslint-plugin-vue": "^8.6.0",
  66. "less": "^4.1.1",
  67. "less-loader": "^10.0.0",
  68. "sass": "^1.50.1",
  69. "lint-staged": "^11.0.0",
  70. "prettier": "^2.6.2",
  71. "typescript": "^4.6.3",
  72. "vite": "4.4.8",
  73. "vite-plugin-html": "^2.1.1",
  74. "vite-plugin-svg-icons": "2.0.1",
  75. "vite-tsconfig-paths": "3.4.0",
  76. "vue-tsc": "1.8.8"
  77. }
  78. }