package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "name": "arco-design-pro-vue",
  3. "description": "Arco Design Pro for Vue",
  4. "version": "1.0.0",
  5. "private": true,
  6. "author": "ArcoDesign Team",
  7. "license": "MIT",
  8. "scripts": {
  9. "dev": "vite --config ./config/vite.config.dev.ts",
  10. "build": "vue-tsc --noEmit && vite build --config ./config/vite.config.prod.ts",
  11. "report": "cross-env REPORT=true npm run build",
  12. "preview": "npm run build && vite preview --host",
  13. "type:check": "vue-tsc --noEmit --skipLibCheck",
  14. "lint-staged": "npx lint-staged",
  15. "prepare": "husky install"
  16. },
  17. "lint-staged": {
  18. "*.{js,ts,jsx,tsx}": [],
  19. "*.vue": [],
  20. "*.{less,css}": []
  21. },
  22. "pnpm": {
  23. "overrides": {
  24. "@babel/helper-module-imports": "~7.22.15"
  25. }
  26. },
  27. "dependencies": {
  28. "@arco-design/web-vue": "^2.44.7",
  29. "@microsoft/fetch-event-source": "^2.0.1",
  30. "@vue-office/docx": "^1.6.2",
  31. "@vue-office/excel": "^1.7.11",
  32. "@vueuse/core": "^9.3.0",
  33. "arco-design-pro-vue": "^2.7.3",
  34. "axios": "^0.24.0",
  35. "dayjs": "^1.11.5",
  36. "echarts": "^5.4.0",
  37. "eventsource-parser": "^2.0.1",
  38. "js-base64": "^3.7.5",
  39. "jsencrypt": "^3.3.2",
  40. "lodash": "^4.17.21",
  41. "mitt": "^3.0.0",
  42. "moment": "^2.30.1",
  43. "nprogress": "^0.2.0",
  44. "pinia": "^2.0.23",
  45. "query-string": "^8.0.3",
  46. "sass": "^1.77.8",
  47. "sortablejs": "^1.15.0",
  48. "vue": "^3.2.40",
  49. "vue-echarts": "^6.2.3",
  50. "vue-i18n": "^9.2.2",
  51. "vue-router": "^4.0.14"
  52. },
  53. "devDependencies": {
  54. "@arco-plugins/vite-vue": "^1.4.5",
  55. "@commitlint/cli": "^17.1.2",
  56. "@commitlint/config-conventional": "^17.1.0",
  57. "@types/lodash": "^4.14.186",
  58. "@types/mockjs": "^1.0.7",
  59. "@types/nprogress": "^0.2.0",
  60. "@types/sortablejs": "^1.15.0",
  61. "@typescript-eslint/eslint-plugin": "^5.40.0",
  62. "@typescript-eslint/parser": "^5.40.0",
  63. "@vitejs/plugin-vue": "^3.1.2",
  64. "@vitejs/plugin-vue-jsx": "^2.0.1",
  65. "@vue/babel-plugin-jsx": "^1.1.1",
  66. "consola": "^2.15.3",
  67. "cross-env": "^7.0.3",
  68. "eslint": "^8.25.0",
  69. "eslint-config-airbnb-base": "^15.0.0",
  70. "eslint-config-prettier": "^8.5.0",
  71. "eslint-import-resolver-typescript": "^3.5.1",
  72. "eslint-plugin-import": "^2.26.0",
  73. "eslint-plugin-prettier": "^4.2.1",
  74. "eslint-plugin-vue": "^9.6.0",
  75. "husky": "^8.0.1",
  76. "less": "^4.1.3",
  77. "lint-staged": "^13.0.3",
  78. "mockjs": "^1.1.0",
  79. "postcss-html": "^1.5.0",
  80. "prettier": "^2.7.1",
  81. "rollup": "^3.9.1",
  82. "rollup-plugin-visualizer": "^5.8.2",
  83. "stylelint": "^14.13.0",
  84. "stylelint-config-prettier": "^9.0.3",
  85. "stylelint-config-rational-order": "^0.1.2",
  86. "stylelint-config-recommended-vue": "^1.4.0",
  87. "stylelint-config-standard": "^29.0.0",
  88. "stylelint-order": "^5.0.0",
  89. "typescript": "^4.8.4",
  90. "unplugin-vue-components": "^0.24.1",
  91. "vite": "^3.2.5",
  92. "vite-plugin-compression": "^0.5.1",
  93. "vite-plugin-eslint": "^1.8.1",
  94. "vite-plugin-imagemin": "^0.6.1",
  95. "vite-svg-loader": "^3.6.0",
  96. "vue-tsc": "^1.0.14"
  97. },
  98. "engines": {
  99. "node": ">=14.0.0"
  100. },
  101. "resolutions": {
  102. "bin-wrapper": "npm:bin-wrapper-china",
  103. "rollup": "^2.56.3",
  104. "gifsicle": "5.2.0"
  105. },
  106. "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
  107. }