You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

121 lines
4.1 KiB

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
  1. {
  2. "name": "pure-admin-thin",
  3. "version": "3.2.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. "preview": "vite preview",
  11. "preview:build": "pnpm build && vite preview",
  12. "clean:cache": "rm -rf node_modules && rm -rf .eslintcache && pnpm install",
  13. "lint:eslint": "eslint --cache --max-warnings 0 \"{src,mock}/**/*.{vue,ts,tsx}\" --fix",
  14. "lint:prettier": "prettier --write \"src/**/*.{js,json,tsx,css,less,scss,vue,html,md}\"",
  15. "lint:stylelint": "stylelint --cache --fix \"**/*.{vue,css,scss,postcss,less}\" --cache --cache-location node_modules/.cache/stylelint/",
  16. "lint:lint-staged": "lint-staged -c ./.husky/lintstagedrc.js",
  17. "lint:pretty": "pretty-quick --staged",
  18. "lint": "pnpm lint:eslint && pnpm lint:prettier && pnpm lint:stylelint",
  19. "prepare": "husky install",
  20. "preinstall": "npx only-allow pnpm"
  21. },
  22. "browserslist": [
  23. "> 1%",
  24. "not ie 11",
  25. "not op_mini all"
  26. ],
  27. "dependencies": {
  28. "@ctrl/tinycolor": "^3.4.0",
  29. "@pureadmin/components": "^1.0.2",
  30. "@vueuse/core": "^8.2.0",
  31. "@vueuse/motion": "^2.0.0-beta.12",
  32. "@vueuse/shared": "^8.2.0",
  33. "animate.css": "^4.1.1",
  34. "axios": "^0.26.1",
  35. "css-color-function": "^1.3.3",
  36. "dayjs": "^1.11.0",
  37. "element-plus": "^2.1.5",
  38. "element-resize-detector": "^1.2.3",
  39. "js-cookie": "^3.0.1",
  40. "lodash": "^4.17.21",
  41. "lodash-es": "^4.17.21",
  42. "lodash-unified": "^1.0.2",
  43. "mitt": "^3.0.0",
  44. "mockjs": "^1.1.0",
  45. "nprogress": "^0.2.0",
  46. "path": "^0.12.7",
  47. "pinia": "^2.0.12",
  48. "qs": "^6.10.2",
  49. "resize-observer-polyfill": "^1.5.1",
  50. "responsive-storage": "^1.0.11",
  51. "rgb-hex": "^4.0.0",
  52. "vue": "^3.2.31",
  53. "vue-i18n": "^9.2.0-beta.33",
  54. "vue-router": "^4.0.14",
  55. "vue-types": "^4.1.1"
  56. },
  57. "devDependencies": {
  58. "@commitlint/cli": "13.1.0",
  59. "@commitlint/config-conventional": "13.1.0",
  60. "@iconify-icons/ep": "^1.2.4",
  61. "@iconify-icons/fa": "^1.2.2",
  62. "@iconify-icons/fa-solid": "^1.2.2",
  63. "@iconify-icons/ri": "^1.2.1",
  64. "@iconify/vue": "^3.2.0",
  65. "@intlify/vite-plugin-vue-i18n": "^3.3.1",
  66. "@pureadmin/theme": "^0.0.1",
  67. "@types/element-resize-detector": "1.1.3",
  68. "@types/js-cookie": "^3.0.1",
  69. "@types/lodash": "^4.14.180",
  70. "@types/lodash-es": "^4.17.6",
  71. "@types/mockjs": "1.0.3",
  72. "@types/node": "14.14.14",
  73. "@types/nprogress": "0.2.0",
  74. "@types/qs": "^6.9.7",
  75. "@typescript-eslint/eslint-plugin": "^5.10.2",
  76. "@typescript-eslint/parser": "^5.10.2",
  77. "@vitejs/plugin-legacy": "^1.7.1",
  78. "@vitejs/plugin-vue": "^2.2.4",
  79. "@vitejs/plugin-vue-jsx": "^1.3.8",
  80. "@vue/eslint-config-prettier": "^7.0.0",
  81. "@vue/eslint-config-typescript": "^10.0.0",
  82. "autoprefixer": "^10.4.2",
  83. "cross-env": "7.0.3",
  84. "eslint": "^8.8.0",
  85. "eslint-plugin-prettier": "^4.0.0",
  86. "eslint-plugin-vue": "^8.4.1",
  87. "husky": "7.0.2",
  88. "lint-staged": "11.1.2",
  89. "picocolors": "^1.0.0",
  90. "postcss": "^8.4.6",
  91. "postcss-html": "^1.3.0",
  92. "postcss-import": "14.0.0",
  93. "postcss-scss": "^4.0.3",
  94. "prettier": "^2.5.1",
  95. "pretty-quick": "3.1.1",
  96. "rimraf": "3.0.2",
  97. "rollup": "^2.70.1",
  98. "rollup-plugin-visualizer": "^5.6.0",
  99. "sass": "^1.49.9",
  100. "stylelint": "^14.3.0",
  101. "stylelint-config-html": "^1.0.0",
  102. "stylelint-config-prettier": "^9.0.3",
  103. "stylelint-config-recommended": "^6.0.0",
  104. "stylelint-config-standard": "^24.0.0",
  105. "stylelint-order": "^5.0.0",
  106. "typescript": "^4.6.3",
  107. "unplugin-element-plus": "^0.3.2",
  108. "vite": "^2.9.0-beta.8",
  109. "vite-plugin-live-reload": "^2.1.0",
  110. "vite-plugin-mock": "^2.9.6",
  111. "vite-plugin-remove-console": "^0.0.7",
  112. "vite-plugin-style-import": "1.4.1",
  113. "vite-plugin-windicss": "^1.8.3",
  114. "vite-svg-loader": "2.2.0",
  115. "vue-eslint-parser": "^8.2.0",
  116. "windicss": "^3.5.1"
  117. },
  118. "repository": "[email protected]:xiaoxian521/vue-pure-admin.git",
  119. "author": "xiaoxian521",
  120. "license": "MIT"
  121. }