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.

118 lines
3.9 KiB

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.3.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. "build:staging": "rimraf dist && cross-env vite build --mode staging",
  10. "report": "rimraf dist && cross-env vite build",
  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. "@ctrl/tinycolor": "^3.4.1",
  30. "@pureadmin/components": "^1.0.6",
  31. "@vueuse/core": "^8.4.2",
  32. "@vueuse/motion": "^2.0.0-beta.12",
  33. "@vueuse/shared": "^8.4.2",
  34. "animate.css": "^4.1.1",
  35. "axios": "^0.27.2",
  36. "css-color-function": "^1.3.3",
  37. "dayjs": "^1.11.2",
  38. "element-plus": "2.1.11",
  39. "element-resize-detector": "^1.2.3",
  40. "js-cookie": "^3.0.1",
  41. "lodash": "^4.17.21",
  42. "lodash-es": "^4.17.21",
  43. "lodash-unified": "^1.0.2",
  44. "mitt": "^3.0.0",
  45. "mockjs": "^1.1.0",
  46. "nprogress": "^0.2.0",
  47. "path": "^0.12.7",
  48. "pinia": "^2.0.14",
  49. "qrcode": "^1.5.0",
  50. "qs": "^6.10.2",
  51. "resize-observer-polyfill": "^1.5.1",
  52. "responsive-storage": "1.0.11",
  53. "rgb-hex": "^4.0.0",
  54. "vue": "^3.2.33",
  55. "vue-i18n": "^9.2.0-beta.35",
  56. "vue-router": "^4.0.15",
  57. "vue-types": "^4.1.1"
  58. },
  59. "devDependencies": {
  60. "@commitlint/cli": "13.1.0",
  61. "@commitlint/config-conventional": "13.1.0",
  62. "@iconify-icons/ep": "^1.2.4",
  63. "@iconify-icons/ri": "^1.2.1",
  64. "@iconify/vue": "^3.2.0",
  65. "@intlify/vite-plugin-vue-i18n": "^3.4.0",
  66. "@pureadmin/theme": "^2.4.0",
  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/qrcode": "^1.4.2",
  75. "@types/qs": "^6.9.7",
  76. "@typescript-eslint/eslint-plugin": "^5.10.2",
  77. "@typescript-eslint/parser": "^5.10.2",
  78. "@vitejs/plugin-legacy": "^1.8.2",
  79. "@vitejs/plugin-vue": "^2.3.2",
  80. "@vitejs/plugin-vue-jsx": "^1.3.10",
  81. "@vue/eslint-config-prettier": "^7.0.0",
  82. "@vue/eslint-config-typescript": "^10.0.0",
  83. "autoprefixer": "^10.4.5",
  84. "cross-env": "7.0.3",
  85. "eslint": "^8.8.0",
  86. "eslint-plugin-prettier": "^4.0.0",
  87. "eslint-plugin-vue": "^8.4.1",
  88. "husky": "7.0.2",
  89. "lint-staged": "11.1.2",
  90. "picocolors": "^1.0.0",
  91. "postcss": "^8.4.6",
  92. "postcss-html": "^1.3.0",
  93. "postcss-import": "14.0.0",
  94. "postcss-scss": "^4.0.3",
  95. "prettier": "^2.5.1",
  96. "pretty-quick": "3.1.1",
  97. "rimraf": "3.0.2",
  98. "rollup": "^2.70.1",
  99. "rollup-plugin-visualizer": "^5.6.0",
  100. "sass": "^1.51.0",
  101. "stylelint": "^14.3.0",
  102. "stylelint-config-html": "^1.0.0",
  103. "stylelint-config-prettier": "^9.0.3",
  104. "stylelint-config-recommended": "^6.0.0",
  105. "stylelint-config-standard": "^24.0.0",
  106. "stylelint-order": "^5.0.0",
  107. "typescript": "^4.6.3",
  108. "unocss": "^0.33.2",
  109. "vite": "^2.9.8",
  110. "vite-plugin-mock": "^2.9.6",
  111. "vite-plugin-remove-console": "^0.0.7",
  112. "vite-svg-loader": "^3.3.0",
  113. "vue-eslint-parser": "^8.2.0"
  114. },
  115. "repository": "[email protected]:xiaoxian521/vue-pure-admin.git",
  116. "author": "xiaoxian521",
  117. "license": "MIT"
  118. }