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.

111 lines
3.6 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": "2.9.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",
  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. "@ctrl/tinycolor": "^3.4.0",
  32. "@vueuse/core": "^7.5.5",
  33. "@vueuse/motion": "^2.0.0-beta.9",
  34. "@vueuse/shared": "^7.5.5",
  35. "animate.css": "^4.1.1",
  36. "axios": "^0.25.0",
  37. "css-color-function": "^1.3.3",
  38. "element-plus": "1.3.0-beta.1",
  39. "element-resize-detector": "^1.2.3",
  40. "js-cookie": "^3.0.1",
  41. "lodash-es": "^4.17.21",
  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.29",
  52. "vue-i18n": "^9.2.0-beta.30",
  53. "vue-router": "^4.0.12",
  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.3",
  64. "@types/element-resize-detector": "1.1.3",
  65. "@types/js-cookie": "^3.0.1",
  66. "@types/mockjs": "1.0.3",
  67. "@types/node": "14.14.14",
  68. "@types/nprogress": "0.2.0",
  69. "@types/qs": "^6.9.7",
  70. "@typescript-eslint/eslint-plugin": "4.31.0",
  71. "@typescript-eslint/parser": "4.31.0",
  72. "@vitejs/plugin-legacy": "^1.6.4",
  73. "@vitejs/plugin-vue": "^2.1.0",
  74. "@vitejs/plugin-vue-jsx": "^1.3.3",
  75. "@vue/eslint-config-prettier": "6.0.0",
  76. "@vue/eslint-config-typescript": "7.0.0",
  77. "@zougt/vite-plugin-theme-preprocessor": "^1.4.4",
  78. "autoprefixer": "^10.4.2",
  79. "cross-env": "7.0.3",
  80. "eslint": "7.30.0",
  81. "eslint-plugin-prettier": "3.4.0",
  82. "eslint-plugin-vue": "7.17.0",
  83. "husky": "7.0.2",
  84. "lint-staged": "11.1.2",
  85. "postcss": "8.2.6",
  86. "postcss-import": "14.0.0",
  87. "prettier": "2.3.2",
  88. "pretty-quick": "3.1.1",
  89. "rimraf": "3.0.2",
  90. "sass": "^1.49.0",
  91. "sass-loader": "^12.4.0",
  92. "stylelint": "13.13.1",
  93. "stylelint-config-prettier": "8.0.2",
  94. "stylelint-config-standard": "22.0.0",
  95. "stylelint-order": "4.1.0",
  96. "typescript": "^4.5.5",
  97. "unplugin-element-plus": "^0.2.0",
  98. "vite": "^2.7.13",
  99. "vite-plugin-live-reload": "^2.1.0",
  100. "vite-plugin-mock": "^2.9.6",
  101. "vite-plugin-remove-console": "^0.0.6",
  102. "vite-plugin-style-import": "^1.4.1",
  103. "vite-plugin-windicss": "^1.6.3",
  104. "vite-svg-loader": "2.2.0",
  105. "vue-eslint-parser": "7.10.0",
  106. "windicss": "^3.4.3"
  107. },
  108. "repository": "[email protected]:xiaoxian521/vue-pure-admin.git",
  109. "author": "xiaoxian521",
  110. "license": "MIT"
  111. }