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.

113 lines
3.8 KiB

3 years ago
3 years ago
3 years ago
3 years ago
  1. {
  2. "name": "pure-admin-thin",
  3. "version": "2.8.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. "@ctrl/tinycolor": "^3.4.0",
  32. "@element-plus/icons-vue": "^0.2.4",
  33. "@fortawesome/fontawesome-svg-core": "^1.2.36",
  34. "@fortawesome/free-solid-svg-icons": "^5.15.4",
  35. "@fortawesome/vue-fontawesome": "^3.0.0-5",
  36. "@vue/compiler-sfc": "^3.2.24",
  37. "@vueuse/core": "^6.7.1",
  38. "@vueuse/motion": "^2.0.0-beta.4",
  39. "animate.css": "^4.1.1",
  40. "axios": "^0.21.1",
  41. "css-color-function": "^1.3.3",
  42. "dayjs": "^1.10.7",
  43. "element-plus": "1.3.0-beta.1",
  44. "element-resize-detector": "^1.2.3",
  45. "font-awesome": "^4.7.0",
  46. "js-cookie": "^3.0.1",
  47. "lodash-es": "^4.17.21",
  48. "mitt": "^3.0.0",
  49. "mockjs": "^1.1.0",
  50. "nprogress": "^0.2.0",
  51. "path": "^0.12.7",
  52. "pinia": "^2.0.9",
  53. "qs": "^6.10.2",
  54. "remixicon": "^2.5.0",
  55. "resize-observer-polyfill": "^1.5.1",
  56. "responsive-storage": "^1.0.11",
  57. "rgb-hex": "^4.0.0",
  58. "vue": "^3.2.24",
  59. "vue-i18n": "^9.2.0-beta.3",
  60. "vue-router": "^4.0.12",
  61. "vue-types": "^4.1.0"
  62. },
  63. "devDependencies": {
  64. "@commitlint/cli": "13.1.0",
  65. "@commitlint/config-conventional": "13.1.0",
  66. "@types/element-resize-detector": "1.1.3",
  67. "@types/js-cookie": "^3.0.1",
  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": "4.31.0",
  73. "@typescript-eslint/parser": "4.31.0",
  74. "@vitejs/plugin-legacy": "^1.6.4",
  75. "@vitejs/plugin-vue": "^1.10.2",
  76. "@vitejs/plugin-vue-jsx": "^1.3.1",
  77. "@vue/eslint-config-prettier": "6.0.0",
  78. "@vue/eslint-config-typescript": "7.0.0",
  79. "@zougt/vite-plugin-theme-preprocessor": "^1.4.0",
  80. "autoprefixer": "10.2.4",
  81. "cross-env": "7.0.3",
  82. "eslint": "7.30.0",
  83. "eslint-plugin-prettier": "3.4.0",
  84. "eslint-plugin-vue": "7.17.0",
  85. "husky": "7.0.2",
  86. "lint-staged": "11.1.2",
  87. "postcss": "8.2.6",
  88. "postcss-import": "14.0.0",
  89. "prettier": "2.3.2",
  90. "pretty-quick": "3.1.1",
  91. "rimraf": "3.0.2",
  92. "sass": "^1.45.0",
  93. "sass-loader": "^12.3.0",
  94. "stylelint": "13.13.1",
  95. "stylelint-config-prettier": "8.0.2",
  96. "stylelint-config-standard": "22.0.0",
  97. "stylelint-order": "4.1.0",
  98. "typescript": "4.4.2",
  99. "unplugin-element-plus": "^0.1.3",
  100. "vite": "2.6.14",
  101. "vite-plugin-live-reload": "^2.1.0",
  102. "vite-plugin-mock": "^2.9.6",
  103. "vite-plugin-remove-console": "^0.0.6",
  104. "vite-plugin-style-import": "^1.2.1",
  105. "vite-plugin-windicss": "^1.6.1",
  106. "vite-svg-loader": "^2.2.0",
  107. "vue-eslint-parser": "7.10.0",
  108. "windicss": "^3.4.2"
  109. },
  110. "repository": "[email protected]:xiaoxian521/vue-pure-admin.git",
  111. "author": "xiaoxian521",
  112. "license": "MIT"
  113. }