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.

119 lines
4.0 KiB

3 years ago
3 years ago
  1. {
  2. "name": "pure-admin-thin",
  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. "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.0.1",
  31. "@vueuse/motion": "^2.0.0-beta.9",
  32. "@vueuse/shared": "^8.0.1",
  33. "animate.css": "^4.1.1",
  34. "axios": "^0.26.1",
  35. "css-color-function": "^1.3.3",
  36. "dayjs": "^1.10.7",
  37. "element-plus": "^2.1.1",
  38. "element-resize-detector": "^1.2.3",
  39. "js-cookie": "^3.0.1",
  40. "lodash-es": "^4.17.21",
  41. "lodash-unified": "^1.0.2",
  42. "mitt": "^3.0.0",
  43. "mockjs": "^1.1.0",
  44. "nprogress": "^0.2.0",
  45. "path": "^0.12.7",
  46. "pinia": "^2.0.11",
  47. "qs": "^6.10.2",
  48. "resize-observer-polyfill": "^1.5.1",
  49. "responsive-storage": "^1.0.11",
  50. "rgb-hex": "^4.0.0",
  51. "vue": "^3.2.31",
  52. "vue-i18n": "^9.2.0-beta.32",
  53. "vue-router": "^4.0.14",
  54. "vue-types": "^4.1.1"
  55. },
  56. "devDependencies": {
  57. "@commitlint/cli": "13.1.0",
  58. "@commitlint/config-conventional": "13.1.0",
  59. "@iconify-icons/ep": "^1.1.3",
  60. "@iconify-icons/fa": "^1.1.1",
  61. "@iconify-icons/fa-solid": "^1.1.2",
  62. "@iconify-icons/ri": "^1.1.1",
  63. "@iconify/vue": "^3.1.4",
  64. "@intlify/vite-plugin-vue-i18n": "^3.3.1",
  65. "@types/element-resize-detector": "1.1.3",
  66. "@types/js-cookie": "^3.0.1",
  67. "@types/lodash-es": "^4.17.6",
  68. "@types/mockjs": "1.0.3",
  69. "@types/node": "14.14.14",
  70. "@types/nprogress": "0.2.0",
  71. "@types/qs": "^6.9.7",
  72. "@typescript-eslint/eslint-plugin": "^5.10.2",
  73. "@typescript-eslint/parser": "^5.10.2",
  74. "@vitejs/plugin-legacy": "^1.7.1",
  75. "@vitejs/plugin-vue": "^2.2.4",
  76. "@vitejs/plugin-vue-jsx": "^1.3.8",
  77. "@vue/eslint-config-prettier": "^7.0.0",
  78. "@vue/eslint-config-typescript": "^10.0.0",
  79. "@zougt/vite-plugin-theme-preprocessor": "^1.4.4",
  80. "autoprefixer": "^10.4.2",
  81. "cross-env": "7.0.3",
  82. "eslint": "^8.8.0",
  83. "eslint-plugin-prettier": "^4.0.0",
  84. "eslint-plugin-vue": "^8.4.1",
  85. "husky": "7.0.2",
  86. "lint-staged": "11.1.2",
  87. "picocolors": "^1.0.0",
  88. "postcss": "^8.4.6",
  89. "postcss-html": "^1.3.0",
  90. "postcss-import": "14.0.0",
  91. "postcss-scss": "^4.0.3",
  92. "prettier": "^2.5.1",
  93. "pretty-quick": "3.1.1",
  94. "rimraf": "3.0.2",
  95. "rollup-plugin-visualizer": "^5.6.0",
  96. "sass": "^1.49.9",
  97. "sass-loader": "^12.6.0",
  98. "stylelint": "^14.3.0",
  99. "stylelint-config-html": "^1.0.0",
  100. "stylelint-config-prettier": "^9.0.3",
  101. "stylelint-config-recommended": "^6.0.0",
  102. "stylelint-config-standard": "^24.0.0",
  103. "stylelint-order": "^5.0.0",
  104. "typescript": "^4.6.2",
  105. "unplugin-element-plus": "^0.3.2",
  106. "vite": "^2.8.6",
  107. "vite-plugin-live-reload": "^2.1.0",
  108. "vite-plugin-mock": "^2.9.6",
  109. "vite-plugin-remove-console": "^0.0.6",
  110. "vite-plugin-style-import": "1.4.1",
  111. "vite-plugin-windicss": "^1.8.3",
  112. "vite-svg-loader": "2.2.0",
  113. "vue-eslint-parser": "^8.2.0",
  114. "windicss": "^3.5.1"
  115. },
  116. "repository": "[email protected]:xiaoxian521/vue-pure-admin.git",
  117. "author": "xiaoxian521",
  118. "license": "MIT"
  119. }