package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "name": "mall4vp-bbc",
  3. "private": true,
  4. "version": "0.0.0",
  5. "type": "module",
  6. "scripts": {
  7. "preinstall": "npx only-allow pnpm",
  8. "dev": "vite",
  9. "dev:test": "vite --mode testing",
  10. "build": "vite build",
  11. "build:test": "vite build --mode testing",
  12. "lint": "eslint --ext .js,.vue src",
  13. "lint:fix": "eslint --fix --ext .js,.vue src",
  14. "preview": "vite preview",
  15. "prepare": "husky install",
  16. "lint:staged": "lint-staged"
  17. },
  18. "dependencies": {
  19. "@element-plus/icons-vue": "2.3.1",
  20. "axios": "1.7.9",
  21. "big.js": "6.2.2",
  22. "compressorjs": "1.2.1",
  23. "crypto-js": "4.2.0",
  24. "dompurify": "3.2.3",
  25. "echarts": "5.6.0",
  26. "element-plus": "2.9.3",
  27. "lodash": "4.17.21",
  28. "moment": "2.30.1",
  29. "pinia": "2.3.0",
  30. "qs": "6.14.0",
  31. "vue": "3.5.13",
  32. "vue-cookies": "1.8.5",
  33. "vue-draggable-next": "2.2.1",
  34. "vue-i18n": "11.0.1",
  35. "vue-router": "4.5.0",
  36. "vue-slicksort": "2.0.5",
  37. "wukongimjssdk": "1.3.1"
  38. },
  39. "devDependencies": {
  40. "@vitejs/plugin-legacy": "6.0.0",
  41. "@vitejs/plugin-vue": "5.2.1",
  42. "esbuild": "0.24.2",
  43. "eslint": "8.57.0",
  44. "eslint-config-standard": "17.1.0",
  45. "eslint-plugin-import": "2.31.0",
  46. "eslint-plugin-n": "16.6.2",
  47. "eslint-plugin-promise": "6.2.0",
  48. "eslint-plugin-vue": "9.32.0",
  49. "eslint-plugin-vue-scoped-css": "2.9.0",
  50. "husky": "9.1.7",
  51. "lint-staged": "15.3.0",
  52. "rollup": "4.30.1",
  53. "rollup-plugin-esbuild": "6.1.1",
  54. "sass": "1.83.4",
  55. "sortablejs": "1.15.6",
  56. "terser": "5.37.0",
  57. "unplugin-auto-import": "19.0.0",
  58. "unplugin-vue-components": "28.0.0",
  59. "unplugin-vue-define-options": "1.5.3",
  60. "vite": "6.0.7",
  61. "vite-plugin-compression": "0.5.1",
  62. "vite-plugin-eslint": "1.8.1",
  63. "vite-plugin-svg-icons": "2.0.1",
  64. "vue-eslint-parser": "9.4.3"
  65. },
  66. "lint-staged": {
  67. "*.{js,vue}": [
  68. "eslint --fix"
  69. ]
  70. },
  71. "engines": {
  72. "node": ">=18.12.0",
  73. "pnpm": ">=7"
  74. }
  75. }