package.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  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. "@codemirror/lang-javascript": "^6.2.2",
  30. "@codemirror/theme-one-dark": "^6.1.2",
  31. "@codemirror/view": "^6.33.0",
  32. "@microsoft/fetch-event-source": "^2.0.1",
  33. "@vue-office/docx": "^1.6.2",
  34. "@vue-office/excel": "^1.7.11",
  35. "@vueuse/core": "^9.3.0",
  36. "arco-design-pro-vue": "^2.7.3",
  37. "axios": "^0.24.0",
  38. "codemirror": "^5.65.17",
  39. "codemirror-editor-vue3": "^2.7.0",
  40. "d3": "^4.12.0",
  41. "dayjs": "^1.11.5",
  42. "dimple": "github:PMSI-AlignAlytics/dimple#2.3.0",
  43. "docx-preview": "^0.1.8",
  44. "echarts": "^5.4.0",
  45. "eventsource-parser": "^2.0.1",
  46. "exceljs": "^4.3.0",
  47. "handsontable": "^11.1.0",
  48. "jquery": "^3.2.1",
  49. "js-base64": "^3.7.5",
  50. "jsencrypt": "^3.3.2",
  51. "jszip": "^3.1.5",
  52. "lodash": "^4.17.21",
  53. "mitt": "^3.0.0",
  54. "moment": "^2.30.1",
  55. "nprogress": "^0.2.0",
  56. "pdfjs-dist": "^2.12.313",
  57. "pinia": "^2.0.23",
  58. "pinia-plugin-persistedstate": "^3.2.1",
  59. "prismjs": "^1.29.0",
  60. "qs": "^6.13.0",
  61. "query-string": "^8.0.3",
  62. "sass": "^1.77.8",
  63. "sortablejs": "^1.15.0",
  64. "v-viewer": "^3.0.11",
  65. "vue": "^3.2.40",
  66. "vue-clipboard3": "^2.0.0",
  67. "vue-codemirror": "^6.1.1",
  68. "vue-echarts": "^6.2.3",
  69. "vue-i18n": "^9.2.2",
  70. "vue-router": "^4.0.14"
  71. },
  72. "devDependencies": {
  73. "@arco-plugins/vite-vue": "^1.4.5",
  74. "@commitlint/cli": "^17.1.2",
  75. "@commitlint/config-conventional": "^17.1.0",
  76. "@types/lodash": "^4.14.186",
  77. "@types/mockjs": "^1.0.7",
  78. "@types/nprogress": "^0.2.0",
  79. "@types/sortablejs": "^1.15.0",
  80. "@typescript-eslint/eslint-plugin": "^5.40.0",
  81. "@typescript-eslint/parser": "^5.40.0",
  82. "@vitejs/plugin-vue": "^3.1.2",
  83. "@vitejs/plugin-vue-jsx": "^2.0.1",
  84. "@vue/babel-plugin-jsx": "^1.1.1",
  85. "consola": "^2.15.3",
  86. "cross-env": "^7.0.3",
  87. "eslint": "^8.25.0",
  88. "eslint-config-airbnb-base": "^15.0.0",
  89. "eslint-config-prettier": "^8.5.0",
  90. "eslint-import-resolver-typescript": "^3.5.1",
  91. "eslint-plugin-import": "^2.26.0",
  92. "eslint-plugin-prettier": "^4.2.1",
  93. "eslint-plugin-vue": "^9.6.0",
  94. "husky": "^8.0.1",
  95. "less": "^4.1.3",
  96. "lint-staged": "^13.0.3",
  97. "mockjs": "^1.1.0",
  98. "postcss-html": "^1.5.0",
  99. "prettier": "^2.7.1",
  100. "rollup": "^3.9.1",
  101. "rollup-plugin-visualizer": "^5.8.2",
  102. "stylelint": "^14.13.0",
  103. "stylelint-config-prettier": "^9.0.3",
  104. "stylelint-config-rational-order": "^0.1.2",
  105. "stylelint-config-recommended-vue": "^1.4.0",
  106. "stylelint-config-standard": "^29.0.0",
  107. "stylelint-order": "^5.0.0",
  108. "typescript": "^4.8.4",
  109. "unplugin-vue-components": "^0.24.1",
  110. "vite": "^3.2.5",
  111. "vite-plugin-compression": "^0.5.1",
  112. "vite-plugin-eslint": "^1.8.1",
  113. "vite-plugin-imagemin": "^0.6.1",
  114. "vite-svg-loader": "^3.6.0",
  115. "vue-tsc": "^1.0.14"
  116. },
  117. "engines": {
  118. "node": ">=14.0.0"
  119. },
  120. "resolutions": {
  121. "bin-wrapper": "npm:bin-wrapper-china",
  122. "rollup": "^2.56.3",
  123. "gifsicle": "5.2.0"
  124. },
  125. "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
  126. }