package.json 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  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.0",
  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.10.7",
  42. "driver.js": "^0.9.8",
  43. "echarts": "^5.3.0",
  44. "element-plus": "^2.0.5",
  45. "element-resize-detector": "^1.2.3",
  46. "js-cookie": "^3.0.1",
  47. "lodash-es": "^4.17.21",
  48. "lodash-unified": "^1.0.2",
  49. "mitt": "^3.0.0",
  50. "mockjs": "^1.1.0",
  51. "nprogress": "^0.2.0",
  52. "path": "^0.12.7",
  53. "pinia": "^2.0.11",
  54. "qs": "^6.10.1",
  55. "resize-observer-polyfill": "^1.5.1",
  56. "responsive-storage": "^1.0.11",
  57. "rgb-hex": "^4.0.0",
  58. "v-contextmenu": "3.0.0",
  59. "vue": "^3.2.31",
  60. "vue-i18n": "^9.2.0-beta.32",
  61. "vue-json-pretty": "^2.0.2",
  62. "vue-router": "^4.0.14",
  63. "vue-types": "^4.1.1",
  64. "vuedraggable": "4.1.0",
  65. "vxe-table": "^4.2.0",
  66. "wangeditor": "^4.7.12",
  67. "xe-utils": "^3.5.4",
  68. "xgplayer": "^2.31.4"
  69. },
  70. "devDependencies": {
  71. "@commitlint/cli": "13.1.0",
  72. "@commitlint/config-conventional": "13.1.0",
  73. "@iconify-icons/ep": "^1.1.3",
  74. "@iconify-icons/fa": "^1.1.1",
  75. "@iconify-icons/fa-solid": "^1.1.2",
  76. "@iconify-icons/ri": "^1.1.1",
  77. "@iconify/vue": "^3.1.4",
  78. "@intlify/vite-plugin-vue-i18n": "^3.3.1",
  79. "@types/element-resize-detector": "1.1.3",
  80. "@types/js-cookie": "^3.0.1",
  81. "@types/lodash-es": "^4.17.6",
  82. "@types/mockjs": "1.0.3",
  83. "@types/node": "14.14.14",
  84. "@types/nprogress": "0.2.0",
  85. "@types/qs": "^6.9.7",
  86. "@typescript-eslint/eslint-plugin": "^5.10.2",
  87. "@typescript-eslint/parser": "^5.10.2",
  88. "@vitejs/plugin-legacy": "^1.7.1",
  89. "@vitejs/plugin-vue": "^2.2.4",
  90. "@vitejs/plugin-vue-jsx": "^1.3.8",
  91. "@vue/eslint-config-prettier": "^7.0.0",
  92. "@vue/eslint-config-typescript": "^10.0.0",
  93. "@zougt/vite-plugin-theme-preprocessor": "^1.4.4",
  94. "autoprefixer": "^10.4.2",
  95. "cross-env": "7.0.3",
  96. "eslint": "^8.8.0",
  97. "eslint-plugin-prettier": "^4.0.0",
  98. "eslint-plugin-vue": "^8.4.1",
  99. "font-awesome": "^4.7.0",
  100. "husky": "^7.0.4",
  101. "lint-staged": "11.1.2",
  102. "picocolors": "^1.0.0",
  103. "postcss": "^8.4.6",
  104. "postcss-html": "^1.3.0",
  105. "postcss-import": "14.0.0",
  106. "postcss-scss": "^4.0.3",
  107. "prettier": "^2.5.1",
  108. "pretty-quick": "3.1.1",
  109. "rimraf": "3.0.2",
  110. "rollup-plugin-visualizer": "^5.6.0",
  111. "sass": "^1.49.9",
  112. "sass-loader": "^12.6.0",
  113. "stylelint": "^14.3.0",
  114. "stylelint-config-html": "^1.0.0",
  115. "stylelint-config-prettier": "^9.0.3",
  116. "stylelint-config-recommended": "^6.0.0",
  117. "stylelint-config-standard": "^24.0.0",
  118. "stylelint-order": "^5.0.0",
  119. "typescript": "^4.6.2",
  120. "unplugin-element-plus": "^0.3.1",
  121. "vite": "2.7.13",
  122. "vite-plugin-live-reload": "^2.1.0",
  123. "vite-plugin-mock": "^2.9.6",
  124. "vite-plugin-remove-console": "^0.0.6",
  125. "vite-plugin-style-import": "1.4.1",
  126. "vite-plugin-windicss": "^1.8.3",
  127. "vite-svg-loader": "2.2.0",
  128. "vue-eslint-parser": "^8.2.0",
  129. "windicss": "^3.5.1"
  130. },
  131. "repository": "git@github.com:xiaoxian521/vue-pure-admin.git",
  132. "author": "xiaoxian521",
  133. "license": "MIT"
  134. }