邃芒慧语、照片说话(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.
 
 
 
 
 

80 lines
2.4 KiB

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