package.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  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. "@logicflow/core": "0.7.1",
  34. "@logicflow/extension": "0.7.1",
  35. "@vueuse/core": "^6.7.1",
  36. "@vueuse/motion": "^2.0.0-beta.4",
  37. "animate.css": "^4.1.1",
  38. "await-to-js": "^3.0.0",
  39. "axios": "^0.21.1",
  40. "cropperjs": "^1.5.11",
  41. "dayjs": "^1.10.7",
  42. "echarts": "^5.2.1",
  43. "element-plus": "1.2.0-beta.3",
  44. "element-resize-detector": "^1.2.3",
  45. "font-awesome": "^4.7.0",
  46. "lodash-es": "^4.17.21",
  47. "lowdb": "^3.0.0",
  48. "mitt": "^3.0.0",
  49. "mockjs": "^1.1.0",
  50. "nprogress": "^0.2.0",
  51. "path": "^0.12.7",
  52. "path-to-regexp": "^6.2.0",
  53. "pinia": "^2.0.0-rc.14",
  54. "resize-observer-polyfill": "^1.5.1",
  55. "responsive-storage": "^1.0.11",
  56. "sortablejs": "1.13.0",
  57. "typescript-cookie": "^1.0.0",
  58. "v-contextmenu": "3.0.0",
  59. "vue": "^3.2.21",
  60. "vue-i18n": "^9.2.0-beta.3",
  61. "vue-json-pretty": "^2.0.2",
  62. "vue-router": "^4.0.11",
  63. "vue-types": "^4.1.0",
  64. "vuedraggable": "4.1.0",
  65. "vxe-table": "4.0.30",
  66. "wangeditor": "4.7.7",
  67. "xe-ajax": "4.0.5",
  68. "xe-utils": "3.4.0",
  69. "xgplayer": "2.28.0"
  70. },
  71. "devDependencies": {
  72. "@commitlint/cli": "13.1.0",
  73. "@commitlint/config-conventional": "13.1.0",
  74. "@types/element-resize-detector": "1.1.3",
  75. "@types/mockjs": "1.0.3",
  76. "@types/node": "14.14.14",
  77. "@types/nprogress": "0.2.0",
  78. "@typescript-eslint/eslint-plugin": "4.31.0",
  79. "@typescript-eslint/parser": "4.31.0",
  80. "@vitejs/plugin-vue": "^1.9.4",
  81. "@vitejs/plugin-vue-jsx": "^1.2.0",
  82. "@vue/compiler-sfc": "^3.2.21",
  83. "@vue/eslint-config-prettier": "6.0.0",
  84. "@vue/eslint-config-typescript": "7.0.0",
  85. "@zougt/vite-plugin-theme-preprocessor": "^1.3.7",
  86. "autoprefixer": "10.2.4",
  87. "babel-plugin-transform-remove-console": "6.9.4",
  88. "chalk": "2.4.2",
  89. "cross-env": "7.0.3",
  90. "eslint": "7.30.0",
  91. "eslint-plugin-prettier": "3.4.0",
  92. "eslint-plugin-vue": "7.17.0",
  93. "husky": "7.0.2",
  94. "lint-staged": "11.1.2",
  95. "postcss": "8.2.6",
  96. "postcss-import": "14.0.0",
  97. "prettier": "2.3.2",
  98. "pretty-quick": "3.1.1",
  99. "rimraf": "3.0.2",
  100. "sass": "^1.43.4",
  101. "sass-loader": "^12.3.0",
  102. "stylelint": "13.13.1",
  103. "stylelint-config-prettier": "8.0.2",
  104. "stylelint-config-standard": "22.0.0",
  105. "stylelint-order": "4.1.0",
  106. "typescript": "4.4.2",
  107. "unplugin-element-plus": "^0.1.0",
  108. "vite": "latest",
  109. "vite-plugin-mock": "^2.9.6",
  110. "vite-plugin-style-import": "^1.2.1",
  111. "vite-svg-loader": "^2.2.0",
  112. "vue-eslint-parser": "7.10.0"
  113. },
  114. "repository": "git@github.com:xiaoxian521/vue-pure-admin.git",
  115. "author": "xiaoxian521",
  116. "license": "MIT"
  117. }