package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "name": "continew-admin-ui",
  3. "type": "module",
  4. "version": "3.4.1",
  5. "private": "true",
  6. "scripts": {
  7. "bootstrap": "pnpm install --registry=https://registry.npmmirror.com",
  8. "dev": "vite --host",
  9. "build": "vue-tsc --noEmit && vite build",
  10. "build:test": "vue-tsc --noEmit && vite build --mode test",
  11. "preview": "vite preview --port 5050",
  12. "typecheck": "vue-tsc --noEmit",
  13. "lint": "eslint .",
  14. "lint:fix": "eslint . --fix"
  15. },
  16. "dependencies": {
  17. "@amap/amap-jsapi-loader": "^1.0.1",
  18. "@arco-design/color": "^0.4.0",
  19. "@arco-themes/vue-gi-demo": "^0.0.51",
  20. "@codemirror/lang-javascript": "^6.2.1",
  21. "@codemirror/lang-vue": "^0.1.2",
  22. "@codemirror/theme-one-dark": "^6.1.2",
  23. "@ddietr/codemirror-themes": "^1.4.2",
  24. "@vue-office/docx": "1.6.0",
  25. "@vue-office/excel": "1.7.1",
  26. "@vue-office/pdf": "1.6.4",
  27. "@vueuse/components": "^10.5.0",
  28. "@vueuse/core": "^10.5.0",
  29. "aieditor": "^1.0.13",
  30. "animate.css": "^4.1.1",
  31. "axios": "^0.27.2",
  32. "codemirror": "^6.0.1",
  33. "cron-parser": "^4.9.0",
  34. "crypto-js": "^4.2.0",
  35. "dayjs": "^1.11.4",
  36. "echarts": "^5.4.2",
  37. "jsencrypt": "^3.3.2",
  38. "lint-staged": "^15.2.10",
  39. "lodash-es": "^4.17.21",
  40. "mitt": "^3.0.0",
  41. "mockjs": "^1.1.0",
  42. "nprogress": "^0.2.0",
  43. "pinia": "^2.0.16",
  44. "pinia-plugin-persistedstate": "^3.1.0",
  45. "qs": "^6.11.2",
  46. "query-string": "^9.0.0",
  47. "v-viewer": "^3.0.10",
  48. "viewerjs": "^1.11.6",
  49. "vite-plugin-vue-devtools": "^7.0.27",
  50. "vue": "^3.5.4",
  51. "vue-codemirror6": "^1.1.27",
  52. "vue-color-kit": "^1.0.5",
  53. "vue-cropper": "^1.1.1",
  54. "vue-demi": "^0.14.10",
  55. "vue-draggable-plus": "^0.3.5",
  56. "vue-echarts": "^6.5.5",
  57. "vue-json-pretty": "^2.4.0",
  58. "vue-router": "^4.3.3",
  59. "xe-utils": "^3.5.7",
  60. "xgplayer": "^2.31.6"
  61. },
  62. "devDependencies": {
  63. "@antfu/eslint-config": "^2.16.3",
  64. "@arco-design/web-vue": "^2.56.0",
  65. "@types/crypto-js": "^4.2.2",
  66. "@types/node": "^20.2.5",
  67. "@types/query-string": "^6.3.0",
  68. "@vitejs/plugin-vue": "^5.0.4",
  69. "@vitejs/plugin-vue-jsx": "^3.1.0",
  70. "@vue/tsconfig": "^0.1.3",
  71. "boxen": "^7.1.1",
  72. "eslint": "^9.0.0",
  73. "less": "^4.1.3",
  74. "less-loader": "^11.0.0",
  75. "picocolors": "^1.0.0",
  76. "sass": "^1.62.1",
  77. "sass-loader": "^13.2.2",
  78. "typescript": "~5.0.4",
  79. "unplugin-auto-import": "^0.16.4",
  80. "unplugin-vue-components": "^0.25.1",
  81. "vite": "^5.1.5",
  82. "vite-plugin-mock": "^2.9.8",
  83. "vite-plugin-style-import": "^2.0.0",
  84. "vite-plugin-svg-icons": "^2.0.1",
  85. "vue-tsc": "2.0.19"
  86. },
  87. "simple-git-hooks": {
  88. "pre-commit": "pnpm lint-staged"
  89. },
  90. "lint-staged": {
  91. "*": "eslint --fix"
  92. }
  93. }