邃芒慧语、照片说话(PC) https://photo.metavatar.cc/
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.
 
 
 
 
 

102 lines
2.7 KiB

  1. {
  2. "name": "vue3-element-admin",
  3. "private": true,
  4. "version": "2.2.1",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite serve --mode development",
  8. "build:prod": "vite build --mode production &&vue-tsc --noEmit",
  9. "prepare": "husky install",
  10. "lint:eslint": "eslint --fix --ext .ts,.js,.vue ./src ",
  11. "lint:prettier": "prettier --write \"**/*.{js,cjs,ts,json,tsx,css,less,scss,vue,html,md}\"",
  12. "lint:stylelint": "stylelint \"**/*.{css,scss,vue}\" --fix",
  13. "lint:lint-staged": "lint-staged",
  14. "commit": "git-cz"
  15. },
  16. "config": {
  17. "commitizen": {
  18. "path": "node_modules/cz-git"
  19. }
  20. },
  21. "lint-staged": {
  22. "*.{js,ts}": [
  23. "eslint --fix",
  24. "prettier --write"
  25. ],
  26. "*.{cjs,json}": [
  27. "prettier --write"
  28. ],
  29. "*.{vue,html}": [
  30. "eslint --fix",
  31. "prettier --write",
  32. "stylelint --fix"
  33. ],
  34. "*.{scss,css}": [
  35. "stylelint --fix",
  36. "prettier --write"
  37. ],
  38. "*.md": [
  39. "prettier --write"
  40. ]
  41. },
  42. "dependencies": {
  43. "@vueuse/core": "^9.1.1",
  44. "@wangeditor/editor": "^5.0.0",
  45. "@wangeditor/editor-for-vue": "^5.1.10",
  46. "axios": "^1.3.4",
  47. "echarts": "^5.2.2",
  48. "element-plus": "^2.3.1",
  49. "nprogress": "^0.2.0",
  50. "path-browserify": "^1.0.1",
  51. "path-to-regexp": "^6.2.0",
  52. "pinia": "^2.0.33",
  53. "screenfull": "^6.0.0",
  54. "vue": "^3.2.45",
  55. "vue-i18n": "9",
  56. "vue-router": "^4.1.6"
  57. },
  58. "devDependencies": {
  59. "@commitlint/cli": "^17.5.1",
  60. "@commitlint/config-conventional": "^17.4.4",
  61. "@iconify-json/ep": "^1.1.8",
  62. "@types/nprogress": "^0.2.0",
  63. "@types/path-browserify": "^1.0.0",
  64. "@typescript-eslint/eslint-plugin": "^5.51.0",
  65. "@typescript-eslint/parser": "^5.51.0",
  66. "@vitejs/plugin-vue": "^4.0.0",
  67. "autoprefixer": "^10.4.13",
  68. "commitizen": "^4.3.0",
  69. "cz-git": "^1.6.1",
  70. "eslint": "^8.34.0",
  71. "eslint-config-prettier": "^8.8.0",
  72. "eslint-plugin-prettier": "^4.2.1",
  73. "eslint-plugin-vue": "^9.9.0",
  74. "fast-glob": "^3.2.11",
  75. "husky": "^8.0.0",
  76. "lint-staged": "^13.2.1",
  77. "postcss": "^8.4.21",
  78. "postcss-html": "^1.5.0",
  79. "postcss-scss": "^4.0.6",
  80. "prettier": "^2.8.7",
  81. "sass": "^1.58.3",
  82. "stylelint": "^15.5.0",
  83. "stylelint-config-html": "^1.1.0",
  84. "stylelint-config-recess-order": "^4.0.0",
  85. "stylelint-config-recommended-scss": "^9.0.1",
  86. "stylelint-config-recommended-vue": "^1.4.0",
  87. "stylelint-config-standard": "^32.0.0",
  88. "stylelint-config-standard-scss": "^8.0.0",
  89. "typescript": "^4.9.3",
  90. "unocss": "^0.50.1",
  91. "unplugin-auto-import": "^0.13.0",
  92. "unplugin-icons": "^0.15.1",
  93. "unplugin-vue-components": "^0.23.0",
  94. "vite": "^4.3.1",
  95. "vite-plugin-svg-icons": "^2.0.1",
  96. "vue-tsc": "^0.35.0"
  97. },
  98. "repository": "https://gitee.com/youlaiorg/vue3-element-admin.git",
  99. "author": "有来开源组织",
  100. "license": "MIT"
  101. }