package.json 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. {
  2. "name": "vue-pure-admin",
  3. "version": "3.1.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "cross-env --max_old_space_size=4096 vite",
  7. "serve": "pnpm dev",
  8. "build": "rimraf dist && cross-env vite build",
  9. "report": "rimraf dist && cross-env vite build",
  10. "deploy": "bash deploy.sh",
  11. "preview": "vite preview",
  12. "preview:build": "pnpm build && vite preview",
  13. "clean:cache": "rm -rf node_modules && rm -rf .eslintcache && pnpm install",
  14. "lint:eslint": "eslint --cache --max-warnings 0 \"{src,mock}/**/*.{vue,ts,tsx}\" --fix",
  15. "lint:prettier": "prettier --write \"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"",
  16. "lint:stylelint": "stylelint --cache --fix \"**/*.{vue,css,scss,postcss,less}\" --cache --cache-location node_modules/.cache/stylelint/",
  17. "lint:lint-staged": "lint-staged -c ./.husky/lintstagedrc.js",
  18. "lint:pretty": "pretty-quick --staged",
  19. "lint": "pnpm lint:eslint && pnpm lint:prettier && pnpm lint:stylelint",
  20. "prepare": "husky install",
  21. "preinstall": "npx only-allow pnpm"
  22. },
  23. "browserslist": [
  24. "> 1%",
  25. "not ie 11",
  26. "not op_mini all"
  27. ],
  28. "dependencies": {
  29. "@amap/amap-jsapi-loader": "^1.0.1",
  30. "@ctrl/tinycolor": "^3.4.0",
  31. "@logicflow/core": "0.7.1",
  32. "@logicflow/extension": "0.7.1",
  33. "@pureadmin/components": "^1.0.2",
  34. "@vueuse/core": "^8.0.0",
  35. "@vueuse/motion": "^2.0.0-beta.9",
  36. "@vueuse/shared": "^8.0.0",
  37. "animate.css": "^4.1.1",
  38. "axios": "^0.26.1",
  39. "cropperjs": "^1.5.12",
  40. "css-color-function": "^1.3.3",
  41. "dayjs": "^1.11.0",
  42. "driver.js": "^0.9.8",
  43. "echarts": "^5.3.0",
  44. "element-plus": "^2.1.4",
  45. "element-resize-detector": "^1.2.3",
  46. "js-cookie": "^3.0.1",
  47. "lodash": "^4.17.21",
  48. "lodash-es": "^4.17.21",
  49. "lodash-unified": "^1.0.2",
  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.32",
  62. "vue-json-pretty": "^2.0.2",
  63. "vue-router": "^4.0.14",
  64. "vue-types": "^4.1.1",
  65. "vuedraggable": "4.1.0",
  66. "vxe-table": "^4.2.0",
  67. "wangeditor": "^4.7.12",
  68. "xe-utils": "^3.5.4",
  69. "xgplayer": "^2.31.4"
  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.4",
  79. "@intlify/vite-plugin-vue-i18n": "^3.3.1",
  80. "@pureadmin/theme": "^0.0.1",
  81. "@types/element-resize-detector": "1.1.3",
  82. "@types/js-cookie": "^3.0.1",
  83. "@types/lodash": "^4.14.180",
  84. "@types/lodash-es": "^4.17.6",
  85. "@types/mockjs": "1.0.3",
  86. "@types/node": "14.14.14",
  87. "@types/nprogress": "0.2.0",
  88. "@types/qs": "^6.9.7",
  89. "@typescript-eslint/eslint-plugin": "^5.10.2",
  90. "@typescript-eslint/parser": "^5.10.2",
  91. "@vitejs/plugin-legacy": "^1.7.1",
  92. "@vitejs/plugin-vue": "^2.2.4",
  93. "@vitejs/plugin-vue-jsx": "^1.3.8",
  94. "@vue/eslint-config-prettier": "^7.0.0",
  95. "@vue/eslint-config-typescript": "^10.0.0",
  96. "autoprefixer": "^10.4.2",
  97. "cross-env": "7.0.3",
  98. "eslint": "^8.8.0",
  99. "eslint-plugin-prettier": "^4.0.0",
  100. "eslint-plugin-vue": "^8.4.1",
  101. "font-awesome": "^4.7.0",
  102. "husky": "^7.0.4",
  103. "lint-staged": "11.1.2",
  104. "picocolors": "^1.0.0",
  105. "postcss": "^8.4.6",
  106. "postcss-html": "^1.3.0",
  107. "postcss-import": "14.0.0",
  108. "postcss-scss": "^4.0.3",
  109. "prettier": "^2.5.1",
  110. "pretty-quick": "3.1.1",
  111. "rimraf": "3.0.2",
  112. "rollup": "^2.70.1",
  113. "rollup-plugin-visualizer": "^5.6.0",
  114. "sass": "^1.49.9",
  115. "stylelint": "^14.3.0",
  116. "stylelint-config-html": "^1.0.0",
  117. "stylelint-config-prettier": "^9.0.3",
  118. "stylelint-config-recommended": "^6.0.0",
  119. "stylelint-config-standard": "^24.0.0",
  120. "stylelint-order": "^5.0.0",
  121. "typescript": "^4.6.2",
  122. "unplugin-element-plus": "^0.3.1",
  123. "vite": "^2.9.0-beta.3",
  124. "vite-plugin-live-reload": "^2.1.0",
  125. "vite-plugin-mock": "^2.9.6",
  126. "vite-plugin-remove-console": "^0.0.6",
  127. "vite-plugin-style-import": "1.4.1",
  128. "vite-plugin-windicss": "^1.8.3",
  129. "vite-svg-loader": "2.2.0",
  130. "vue-eslint-parser": "^8.2.0",
  131. "windicss": "^3.5.1"
  132. },
  133. "repository": "git@github.com:xiaoxian521/vue-pure-admin.git",
  134. "author": "xiaoxian521",
  135. "license": "MIT"
  136. }