package.json 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. {
  2. "name": "vue-pure-admin",
  3. "version": "2.9.0",
  4. "private": true,
  5. "engines": {
  6. "node": ">= 16",
  7. "pnpm": ">= 6"
  8. },
  9. "scripts": {
  10. "dev": "cross-env --max_old_space_size=4096 vite",
  11. "serve": "pnpm dev",
  12. "build": "rimraf dist && cross-env vite build",
  13. "report": "rimraf dist && cross-env vite build",
  14. "preview": "vite preview",
  15. "preview:build": "pnpm build && vite preview",
  16. "clean:cache": "rm -rf node_modules && rm -rf .eslintcache && pnpm install",
  17. "lint:eslint": "eslint --cache --max-warnings 0 \"{src,mock}/**/*.{vue,ts,tsx}\" --fix",
  18. "lint:prettier": "prettier --write \"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"",
  19. "lint:stylelint": "stylelint --cache --fix \"**/*.{vue,css,scss,postcss,less}\" --cache --cache-location node_modules/.cache/stylelint/",
  20. "lint:lint-staged": "lint-staged -c ./.husky/lintstagedrc.js",
  21. "lint:pretty": "pretty-quick --staged",
  22. "lint": "pnpm lint:eslint && pnpm lint:prettier && pnpm lint:stylelint",
  23. "prepare": "husky install",
  24. "preinstall": "npx only-allow pnpm"
  25. },
  26. "browserslist": [
  27. "> 1%",
  28. "not ie 11",
  29. "not op_mini all"
  30. ],
  31. "dependencies": {
  32. "@amap/amap-jsapi-loader": "^1.0.1",
  33. "@ctrl/tinycolor": "^3.4.0",
  34. "@logicflow/core": "0.7.1",
  35. "@logicflow/extension": "0.7.1",
  36. "@vueuse/core": "^7.6.2",
  37. "@vueuse/motion": "^2.0.0-beta.9",
  38. "@vueuse/shared": "^7.6.2",
  39. "animate.css": "^4.1.1",
  40. "axios": "^0.25.0",
  41. "cropperjs": "^1.5.11",
  42. "css-color-function": "^1.3.3",
  43. "dayjs": "^1.10.7",
  44. "driver.js": "^0.9.8",
  45. "echarts": "^5.3.0",
  46. "element-plus": "^2.0.2",
  47. "element-resize-detector": "^1.2.3",
  48. "js-cookie": "^3.0.1",
  49. "lodash-es": "^4.17.21",
  50. "mitt": "^3.0.0",
  51. "mockjs": "^1.1.0",
  52. "nprogress": "^0.2.0",
  53. "path": "^0.12.7",
  54. "pinia": "^2.0.11",
  55. "qs": "^6.10.1",
  56. "resize-observer-polyfill": "^1.5.1",
  57. "responsive-storage": "^1.0.11",
  58. "rgb-hex": "^4.0.0",
  59. "v-contextmenu": "3.0.0",
  60. "vue": "^3.2.31",
  61. "vue-i18n": "^9.2.0-beta.30",
  62. "vue-json-pretty": "^2.0.2",
  63. "vue-router": "^4.0.12",
  64. "vue-types": "^4.1.1",
  65. "vuedraggable": "4.1.0",
  66. "vxe-table": "^4.1.18",
  67. "wangeditor": "^4.7.9",
  68. "xe-utils": "^3.5.2",
  69. "xgplayer": "2.28.0"
  70. },
  71. "devDependencies": {
  72. "@commitlint/cli": "13.1.0",
  73. "@commitlint/config-conventional": "13.1.0",
  74. "@iconify-icons/ep": "^1.1.3",
  75. "@iconify-icons/fa": "^1.1.1",
  76. "@iconify-icons/fa-solid": "^1.1.2",
  77. "@iconify-icons/ri": "^1.1.1",
  78. "@iconify/vue": "^3.1.3",
  79. "@types/element-resize-detector": "1.1.3",
  80. "@types/js-cookie": "^3.0.1",
  81. "@types/mockjs": "1.0.3",
  82. "@types/node": "14.14.14",
  83. "@types/nprogress": "0.2.0",
  84. "@types/qs": "^6.9.7",
  85. "@typescript-eslint/eslint-plugin": "^5.10.2",
  86. "@typescript-eslint/parser": "^5.10.2",
  87. "@vitejs/plugin-legacy": "^1.7.0",
  88. "@vitejs/plugin-vue": "^2.2.0",
  89. "@vitejs/plugin-vue-jsx": "^1.3.4",
  90. "@vue/eslint-config-prettier": "^7.0.0",
  91. "@vue/eslint-config-typescript": "^10.0.0",
  92. "@zougt/vite-plugin-theme-preprocessor": "^1.4.4",
  93. "autoprefixer": "^10.4.2",
  94. "cross-env": "7.0.3",
  95. "eslint": "^8.8.0",
  96. "eslint-plugin-prettier": "^4.0.0",
  97. "eslint-plugin-vue": "^8.4.1",
  98. "husky": "^7.0.4",
  99. "lint-staged": "11.1.2",
  100. "postcss": "^8.4.6",
  101. "postcss-html": "^1.3.0",
  102. "postcss-import": "14.0.0",
  103. "postcss-scss": "^4.0.3",
  104. "prettier": "^2.5.1",
  105. "pretty-quick": "3.1.1",
  106. "rimraf": "3.0.2",
  107. "rollup-plugin-visualizer": "^5.5.4",
  108. "sass": "^1.49.7",
  109. "sass-loader": "^12.4.0",
  110. "stylelint": "^14.3.0",
  111. "stylelint-config-html": "^1.0.0",
  112. "stylelint-config-prettier": "^9.0.3",
  113. "stylelint-config-recommended": "^6.0.0",
  114. "stylelint-config-standard": "^24.0.0",
  115. "stylelint-order": "^5.0.0",
  116. "typescript": "^4.5.5",
  117. "unplugin-element-plus": "^0.2.0",
  118. "vite": "^2.8.1",
  119. "vite-plugin-live-reload": "^2.1.0",
  120. "vite-plugin-mock": "^2.9.6",
  121. "vite-plugin-remove-console": "^0.0.6",
  122. "vite-plugin-style-import": "1.4.1",
  123. "vite-plugin-windicss": "^1.7.0",
  124. "vite-svg-loader": "2.2.0",
  125. "vue-eslint-parser": "^8.2.0",
  126. "windicss": "^3.4.3"
  127. },
  128. "repository": "git@github.com:xiaoxian521/vue-pure-admin.git",
  129. "author": "xiaoxian521",
  130. "license": "MIT"
  131. }