邃芒慧影管理端
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.
 
 
 
 

83 line
2.3 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 test &&vue-tsc --noEmit",
  9. "build:prod": "vite build --mode production &&vue-tsc --noEmit"
  10. },
  11. "config": {
  12. "commitizen": {
  13. "path": "node_modules/cz-git"
  14. }
  15. },
  16. "dependencies": {
  17. "@vueuse/core": "^9.1.1",
  18. "@wangeditor/editor": "^5.0.0",
  19. "@wangeditor/editor-for-vue": "^5.1.10",
  20. "amfe-flexible": "^2.2.1",
  21. "axios": "^1.3.4",
  22. "browser-image-compression": "^2.0.2",
  23. "dayjs": "^1.11.8",
  24. "echarts": "^5.2.2",
  25. "element-plus": "^2.3.1",
  26. "js-audio-recorder": "^1.0.7",
  27. "js-cookie": "^3.0.5",
  28. "nprogress": "^0.2.0",
  29. "path-browserify": "^1.0.1",
  30. "path-to-regexp": "^6.2.0",
  31. "pinia": "^2.0.33",
  32. "pinia-plugin-persistedstate": "^3.1.0",
  33. "postcss-pxtorem": "^6.0.0",
  34. "screenfull": "^6.0.0",
  35. "vue": "^3.2.45",
  36. "vue-cropper": "^1.0.9",
  37. "vue-i18n": "9",
  38. "vue-router": "^4.0.13"
  39. },
  40. "devDependencies": {
  41. "@commitlint/cli": "^17.5.1",
  42. "@commitlint/config-conventional": "^17.4.4",
  43. "@iconify-json/ep": "^1.1.8",
  44. "@types/fabric": "^5.3.3",
  45. "@types/nprogress": "^0.2.0",
  46. "@types/path-browserify": "^1.0.0",
  47. "@typescript-eslint/eslint-plugin": "^5.51.0",
  48. "@typescript-eslint/parser": "^5.51.0",
  49. "@vitejs/plugin-vue": "^4.0.0",
  50. "autoprefixer": "^10.4.13",
  51. "commitizen": "^4.3.0",
  52. "cz-git": "^1.6.1",
  53. "eslint": "^8.34.0",
  54. "eslint-config-prettier": "^8.8.0",
  55. "eslint-plugin-prettier": "^4.2.1",
  56. "eslint-plugin-vue": "^9.9.0",
  57. "fast-glob": "^3.2.11",
  58. "lint-staged": "^13.2.1",
  59. "postcss": "^8.4.21",
  60. "postcss-html": "^1.5.0",
  61. "postcss-scss": "^4.0.6",
  62. "prettier": "^2.8.7",
  63. "sass": "^1.58.3",
  64. "stylelint": "^15.5.0",
  65. "stylelint-config-html": "^1.1.0",
  66. "stylelint-config-recess-order": "^4.0.0",
  67. "stylelint-config-recommended-scss": "^9.0.1",
  68. "stylelint-config-recommended-vue": "^1.4.0",
  69. "stylelint-config-standard": "^32.0.0",
  70. "stylelint-config-standard-scss": "^8.0.0",
  71. "unocss": "^0.50.1",
  72. "unplugin-auto-import": "^0.13.0",
  73. "unplugin-icons": "^0.15.1",
  74. "unplugin-vue-components": "^0.23.0",
  75. "vite": "^4.3.1",
  76. "vite-plugin-svg-icons": "^2.0.1",
  77. "vue-tsc": "^0.35.0"
  78. },
  79. "repository": "https://gitee.com/youlaiorg/vue3-element-admin.git",
  80. "author": "有来开源组织",
  81. "license": "MIT"
  82. }