package.json 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. {
  2. "name": "vue-pure-admin",
  3. "version": "2.6.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. "preview": "vite preview",
  14. "preview:build": "pnpm build && vite preview",
  15. "clean:cache": "rm -rf node_modules && rm -rf .eslintcache && pnpm install",
  16. "lint:eslint": "eslint --cache --max-warnings 0 \"{src,mock}/**/*.{vue,ts,tsx}\" --fix",
  17. "lint:prettier": "prettier --write \"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"",
  18. "lint:stylelint": "stylelint --cache --fix \"**/*.{vue,css,scss,postcss,less}\" --cache --cache-location node_modules/.cache/stylelint/",
  19. "lint:lint-staged": "lint-staged -c ./.husky/lintstagedrc.js",
  20. "lint:pretty": "pretty-quick --staged",
  21. "lint": "pnpm lint:eslint && pnpm lint:prettier && pnpm lint:stylelint && pnpm lint:pretty",
  22. "prepare": "husky install",
  23. "preinstall": "npx only-allow pnpm"
  24. },
  25. "browserslist": [
  26. "> 1%",
  27. "not ie 11",
  28. "not op_mini all"
  29. ],
  30. "dependencies": {
  31. "@amap/amap-jsapi-loader": "^1.0.1",
  32. "@element-plus/icons": "^0.0.11",
  33. "@fortawesome/fontawesome-svg-core": "^1.2.36",
  34. "@fortawesome/free-solid-svg-icons": "^5.15.4",
  35. "@fortawesome/vue-fontawesome": "^3.0.0-5",
  36. "@logicflow/core": "0.7.1",
  37. "@logicflow/extension": "0.7.1",
  38. "@vueuse/core": "^6.7.1",
  39. "@vueuse/motion": "^2.0.0-beta.4",
  40. "animate.css": "^4.1.1",
  41. "await-to-js": "^3.0.0",
  42. "axios": "^0.21.1",
  43. "cropperjs": "^1.5.11",
  44. "dayjs": "^1.10.7",
  45. "echarts": "^5.2.1",
  46. "element-plus": "1.2.0-beta.3",
  47. "element-resize-detector": "^1.2.3",
  48. "font-awesome": "^4.7.0",
  49. "js-cookie": "^3.0.1",
  50. "lodash-es": "^4.17.21",
  51. "lowdb": "^3.0.0",
  52. "mitt": "^3.0.0",
  53. "mockjs": "^1.1.0",
  54. "nprogress": "^0.2.0",
  55. "path": "^0.12.7",
  56. "path-to-regexp": "^6.2.0",
  57. "pinia": "^2.0.0-rc.14",
  58. "qs": "^6.10.1",
  59. "remixicon": "^2.5.0",
  60. "resize-observer-polyfill": "^1.5.1",
  61. "responsive-storage": "^1.0.11",
  62. "sortablejs": "1.13.0",
  63. "typescript-cookie": "^1.0.0",
  64. "v-contextmenu": "3.0.0",
  65. "vue": "^3.2.21",
  66. "vue-i18n": "^9.2.0-beta.3",
  67. "vue-json-pretty": "^2.0.2",
  68. "vue-router": "^4.0.11",
  69. "vue-types": "^4.1.0",
  70. "vuedraggable": "4.1.0",
  71. "vxe-table": "4.0.30",
  72. "wangeditor": "^4.7.9",
  73. "xe-ajax": "4.0.5",
  74. "xe-utils": "3.4.0",
  75. "xgplayer": "2.28.0"
  76. },
  77. "devDependencies": {
  78. "@commitlint/cli": "13.1.0",
  79. "@commitlint/config-conventional": "13.1.0",
  80. "@types/element-resize-detector": "1.1.3",
  81. "@types/js-cookie": "^3.0.1",
  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": "4.31.0",
  87. "@typescript-eslint/parser": "4.31.0",
  88. "@vitejs/plugin-vue": "^1.9.4",
  89. "@vitejs/plugin-vue-jsx": "^1.2.0",
  90. "@vue/compiler-sfc": "^3.2.21",
  91. "@vue/eslint-config-prettier": "6.0.0",
  92. "@vue/eslint-config-typescript": "7.0.0",
  93. "@zougt/vite-plugin-theme-preprocessor": "^1.3.12",
  94. "autoprefixer": "10.2.4",
  95. "babel-plugin-transform-remove-console": "6.9.4",
  96. "chalk": "2.4.2",
  97. "cross-env": "7.0.3",
  98. "eslint": "7.30.0",
  99. "eslint-plugin-prettier": "3.4.0",
  100. "eslint-plugin-vue": "7.17.0",
  101. "husky": "7.0.2",
  102. "lint-staged": "11.1.2",
  103. "postcss": "8.2.6",
  104. "postcss-import": "14.0.0",
  105. "prettier": "2.3.2",
  106. "pretty-quick": "3.1.1",
  107. "rimraf": "3.0.2",
  108. "sass": "^1.43.4",
  109. "sass-loader": "^12.3.0",
  110. "stylelint": "13.13.1",
  111. "stylelint-config-prettier": "8.0.2",
  112. "stylelint-config-standard": "22.0.0",
  113. "stylelint-order": "4.1.0",
  114. "typescript": "4.4.2",
  115. "unplugin-element-plus": "^0.1.0",
  116. "vite": "latest",
  117. "vite-plugin-mock": "^2.9.6",
  118. "vite-plugin-style-import": "^1.2.1",
  119. "vite-svg-loader": "^2.2.0",
  120. "vue-eslint-parser": "7.10.0"
  121. },
  122. "repository": "git@github.com:xiaoxian521/vue-pure-admin.git",
  123. "author": "xiaoxian521",
  124. "license": "MIT"
  125. }