package.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. "name": "arco-design-pro-vue",
  3. "type": "module",
  4. "description": "Arco Design Pro for Vue",
  5. "version": "1.0.0",
  6. "private": true,
  7. "author": "ArcoDesign Team",
  8. "license": "MIT",
  9. "scripts": {
  10. "dev": "vite --host --config ./config/vite.config.dev.ts",
  11. "build": "vite build --config ./config/vite.config.prod.ts",
  12. "report": "cross-env REPORT=true npm run build",
  13. "preview": "npm run build && vite preview --host",
  14. "type:check": "vue-tsc --noEmit --skipLibCheck",
  15. "lint-staged": "npx lint-staged",
  16. "prepare": "husky install"
  17. },
  18. "lint-staged": {
  19. "*.{js,ts,jsx,tsx}": [
  20. "prettier --write",
  21. "eslint --fix"
  22. ],
  23. "*.vue": [
  24. "stylelint --fix",
  25. "prettier --write",
  26. "eslint --fix"
  27. ],
  28. "*.{scss,css}": [
  29. "stylelint --fix",
  30. "prettier --write"
  31. ]
  32. },
  33. "dependencies": {
  34. "@ffmpeg/ffmpeg": "^0.12.10",
  35. "@ffmpeg/util": "^0.12.1",
  36. "@fingerprintjs/fingerprintjs": "^4.5.1",
  37. "@vueuse/core": "^9.3.0",
  38. "animate.css": "^4.1.1",
  39. "axios": "^0.24.0",
  40. "dayjs": "^1.11.5",
  41. "echarts": "^5.4.0",
  42. "echarts-liquidfill": "^3.1.0",
  43. "livekit-client": "^2.7.5",
  44. "lodash": "^4.17.21",
  45. "mitt": "^3.0.0",
  46. "mp4box": "^0.5.2",
  47. "native-file-system-adapter": "^3.0.1",
  48. "nprogress": "^0.2.0",
  49. "ol": "^10.2.1",
  50. "pinia": "^2.0.23",
  51. "query-string": "^8.0.3",
  52. "sass": "^1.79.3",
  53. "sortablejs": "^1.15.0",
  54. "viewerjs": "^1.11.7",
  55. "vue": "^3.2.40",
  56. "vue-echarts": "^6.2.3",
  57. "vue-i18n": "^9.2.2",
  58. "vue-router": "^4.0.14"
  59. },
  60. "devDependencies": {
  61. "@arco-design/web-vue": "^2.45.0",
  62. "@arco-plugins/vite-vue": "^1.4.5",
  63. "@commitlint/cli": "^17.1.2",
  64. "@commitlint/config-conventional": "^17.1.0",
  65. "@iconify/vue": "^4.1.2",
  66. "@types/lodash": "^4.14.186",
  67. "@types/mockjs": "^1.0.7",
  68. "@types/nprogress": "^0.2.0",
  69. "@types/sortablejs": "^1.15.0",
  70. "@typescript-eslint/eslint-plugin": "^5.40.0",
  71. "@typescript-eslint/parser": "^5.40.0",
  72. "@vitejs/plugin-basic-ssl": "^1.0.1",
  73. "@vitejs/plugin-vue": "^3.1.2",
  74. "@vitejs/plugin-vue-jsx": "^2.0.1",
  75. "@vue/babel-plugin-jsx": "^1.1.1",
  76. "consola": "^2.15.3",
  77. "cross-env": "^7.0.3",
  78. "eslint": "^8.25.0",
  79. "eslint-config-airbnb-base": "^15.0.0",
  80. "eslint-config-prettier": "^8.5.0",
  81. "eslint-import-resolver-typescript": "^3.5.1",
  82. "eslint-plugin-import": "^2.26.0",
  83. "eslint-plugin-prettier": "^4.2.1",
  84. "eslint-plugin-vue": "^9.6.0",
  85. "husky": "^8.0.1",
  86. "less": "^4.1.3",
  87. "lint-staged": "^13.0.3",
  88. "mockjs": "^1.1.0",
  89. "postcss-html": "^1.5.0",
  90. "prettier": "^2.7.1",
  91. "rollup": "^3.9.1",
  92. "rollup-plugin-visualizer": "^5.9.0",
  93. "sass-embedded": "^1.79.3",
  94. "stylelint": "^14.13.0",
  95. "stylelint-config-prettier": "^9.0.3",
  96. "stylelint-config-rational-order": "^0.1.2",
  97. "stylelint-config-recommended-vue": "^1.4.0",
  98. "stylelint-config-standard": "^29.0.0",
  99. "stylelint-order": "^5.0.0",
  100. "typescript": "^4.8.4",
  101. "unplugin-vue-components": "^0.24.1",
  102. "vite": "^3.2.5",
  103. "vite-plugin-compression": "^0.5.1",
  104. "vite-plugin-eslint": "^1.8.1",
  105. "vite-plugin-imagemin": "^0.6.1",
  106. "vite-svg-loader": "^3.6.0",
  107. "vue-tsc": "^1.0.14"
  108. },
  109. "engines": {
  110. "node": ">=14.0.0"
  111. },
  112. "resolutions": {
  113. "bin-wrapper": "npm:bin-wrapper-china",
  114. "rollup": "^2.56.3",
  115. "gifsicle": "5.2.0"
  116. }
  117. }