package.json 2.1 KB

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