package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  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": "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. "prettier --write",
  20. "eslint --fix"
  21. ],
  22. "*.vue": [
  23. "stylelint --fix",
  24. "prettier --write",
  25. "eslint --fix"
  26. ],
  27. "*.{less,css}": [
  28. "stylelint --fix",
  29. "prettier --write"
  30. ]
  31. },
  32. "dependencies": {
  33. "@arco-design/web-vue": "^2.44.7",
  34. "@vueuse/core": "^9.3.0",
  35. "arco-design-pro-vue": "^2.7.2",
  36. "axios": "^0.24.0",
  37. "dayjs": "^1.11.5",
  38. "echarts": "^5.4.0",
  39. "lodash": "^4.17.21",
  40. "mitt": "^3.0.0",
  41. "nprogress": "^0.2.0",
  42. "pinia": "^2.0.23",
  43. "query-string": "^8.0.3",
  44. "sortablejs": "^1.15.0",
  45. "vue": "^3.2.40",
  46. "vue-echarts": "^6.2.3",
  47. "vue-i18n": "^9.2.2",
  48. "vue-router": "^4.0.14"
  49. },
  50. "devDependencies": {
  51. "@arco-plugins/vite-vue": "^1.4.5",
  52. "@commitlint/cli": "^17.1.2",
  53. "@commitlint/config-conventional": "^17.1.0",
  54. "@types/lodash": "^4.14.186",
  55. "@types/mockjs": "^1.0.7",
  56. "@types/nprogress": "^0.2.0",
  57. "@types/sortablejs": "^1.15.0",
  58. "@typescript-eslint/eslint-plugin": "^5.40.0",
  59. "@typescript-eslint/parser": "^5.40.0",
  60. "@vitejs/plugin-vue": "^3.1.2",
  61. "@vitejs/plugin-vue-jsx": "^2.0.1",
  62. "@vue/babel-plugin-jsx": "^1.1.1",
  63. "consola": "^2.15.3",
  64. "cross-env": "^7.0.3",
  65. "eslint": "^8.25.0",
  66. "eslint-config-airbnb-base": "^15.0.0",
  67. "eslint-config-prettier": "^8.5.0",
  68. "eslint-import-resolver-typescript": "^3.5.1",
  69. "eslint-plugin-import": "^2.26.0",
  70. "eslint-plugin-prettier": "^4.2.1",
  71. "eslint-plugin-vue": "^9.6.0",
  72. "husky": "^8.0.1",
  73. "less": "^4.1.3",
  74. "lint-staged": "^13.0.3",
  75. "mockjs": "^1.1.0",
  76. "postcss-html": "^1.5.0",
  77. "prettier": "^2.7.1",
  78. "rollup": "^3.9.1",
  79. "rollup-plugin-visualizer": "^5.8.2",
  80. "stylelint": "^14.13.0",
  81. "stylelint-config-prettier": "^9.0.3",
  82. "stylelint-config-rational-order": "^0.1.2",
  83. "stylelint-config-recommended-vue": "^1.4.0",
  84. "stylelint-config-standard": "^29.0.0",
  85. "stylelint-order": "^5.0.0",
  86. "typescript": "^4.8.4",
  87. "unplugin-vue-components": "^0.24.1",
  88. "vite": "^3.2.5",
  89. "vite-plugin-compression": "^0.5.1",
  90. "vite-plugin-eslint": "^1.8.1",
  91. "vite-plugin-imagemin": "^0.6.1",
  92. "vite-plugin-windicss": "^1.9.0",
  93. "vite-svg-loader": "^3.6.0",
  94. "vue-tsc": "^1.0.14",
  95. "windicss": "^3.5.6"
  96. },
  97. "engines": {
  98. "node": ">=14.0.0"
  99. },
  100. "resolutions": {
  101. "bin-wrapper": "npm:bin-wrapper-china",
  102. "rollup": "^2.56.3",
  103. "gifsicle": "5.2.0"
  104. }
  105. }