package.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. {
  2. "name": "vue-vite-h5",
  3. "version": "0.2.0",
  4. "license": "MIT",
  5. "author": "LZHD",
  6. "description": "Developing with Vue 3 and Typescript in Vite.",
  7. "repository": {
  8. "type": "git",
  9. "url": "https://github.com/LZHD/vue-vite-h5"
  10. },
  11. "bugs": {
  12. "url": "https://github.com/LZHD/vue-vite-h5/issues"
  13. },
  14. "homepage": "https://github.com/LZHD/vue-vite-h5#readme",
  15. "scripts": {
  16. "dev": "vite",
  17. "start": "npm run dev",
  18. "build": "vue-tsc --noEmit --skipLibCheck && vite build",
  19. "build:dev": "vite build",
  20. "serve": "vite preview",
  21. "lint": "eslint --ext .js,.jsx,.vue,.ts,.tsx src",
  22. "generate": "plop",
  23. "prepare": "husky install",
  24. "fix-memory-limit": "cross-env LIMIT=4096 increase-memory-limit"
  25. },
  26. "dependencies": {
  27. "@tencentcloud/chat": "^3.1.1",
  28. "@tencentcloud/chat-uikit-vue": "^1.4.5",
  29. "@tiptap/core": "^2.0.4",
  30. "@tiptap/extension-document": "^2.0.4",
  31. "@tiptap/extension-image": "^2.0.4",
  32. "@tiptap/extension-mention": "^2.0.4",
  33. "@tiptap/extension-paragraph": "^2.0.4",
  34. "@tiptap/extension-placeholder": "^2.0.4",
  35. "@tiptap/extension-text": "^2.0.4",
  36. "@tiptap/suggestion": "^2.0.4",
  37. "@tiptap/vue-3": "^2.0.4",
  38. "@vant/use": "^1.5.2",
  39. "@vicons/ionicons5": "^0.12.0",
  40. "@vuepic/vue-datepicker": "^5.4.0",
  41. "@vueuse/core": "^10.2.0",
  42. "animate.css": "^4.1.1",
  43. "clean-deep": "^3.4.0",
  44. "cropperjs": "^1.5.13",
  45. "dayjs": "^1.11.7",
  46. "echarts": "^5.4.2",
  47. "eventemitter3": "^5.0.1",
  48. "html2canvas": "^1.4.1",
  49. "lib-flexible": "^0.3.2",
  50. "lodash": "^4.17.21",
  51. "lodash-es": "^4.17.21",
  52. "moveable": "^0.49.0",
  53. "numeral": "^2.0.6",
  54. "pinia": "^2.1.4",
  55. "plyr": "^3.7.8",
  56. "postcss-px2rem": "^0.3.0",
  57. "px2rem-loader": "^0.1.9",
  58. "query-string": "^8.1.0",
  59. "rtc-ai-denoiser": "^1.1.3",
  60. "terser": "^5.18.2",
  61. "tim-js-sdk": "^2.27.5",
  62. "tim-profanity-filter-plugin": "^0.9.0",
  63. "tim-upload-plugin": "^1.0.6",
  64. "trtc-js-sdk": "^4.15.12",
  65. "tsignaling": "^1.0.6",
  66. "umi-request": "^1.4.0",
  67. "vite-plugin-pwa": "^0.16.4",
  68. "vudio.js": "^1.0.3",
  69. "vue": "^3.3.4",
  70. "vue-clipboard3": "^2.0.0",
  71. "vue-i18n": "^9.2.2",
  72. "vue-qr": "^4.0.9",
  73. "vue-router": "^4.1.6",
  74. "vue3-lottie": "^2.7.0",
  75. "vuedraggable": "^4.1.0",
  76. "vuex": "^4.1.0",
  77. "wavesurfer.js": "^7.0.0-beta.11"
  78. },
  79. "devDependencies": {
  80. "@babel/core": "^7.21.4",
  81. "@babel/preset-env": "^7.21.4",
  82. "@types/crypto-js": "^4.1.1",
  83. "@types/node": "^16.18.23",
  84. "@types/numeral": "^2.0.2",
  85. "@typescript-eslint/eslint-plugin": "^5.57.1",
  86. "@typescript-eslint/parser": "^5.57.1",
  87. "@vitejs/plugin-legacy": "^4.1.0",
  88. "@vitejs/plugin-vue": "^4.1.0",
  89. "@vitejs/plugin-vue-jsx": "^3.0.1",
  90. "@vue/babel-plugin-jsx": "^1.1.1",
  91. "@vue/compiler-sfc": "^3.2.47",
  92. "@vue/eslint-config-prettier": "^7.1.0",
  93. "@vue/eslint-config-typescript": "^11.0.2",
  94. "autoprefixer": "^10.4.14",
  95. "babel-plugin-dynamic-import-node": "^2.3.3",
  96. "crypto-js": "^4.1.1",
  97. "eslint": "^8.38.0",
  98. "eslint-plugin-prettier": "^4.2.1",
  99. "eslint-plugin-vue": "^9.10.0",
  100. "husky": "^8.0.0",
  101. "less": "^4.1.3",
  102. "lint-staged": "^13.2.2",
  103. "naive-ui": "^2.34.4",
  104. "plop": "^3.1.2",
  105. "postcss-px-to-viewport": "^1.1.1",
  106. "prettier": "^2.8.7",
  107. "sass": "^1.64.1",
  108. "sass-loader": "^10.1.1",
  109. "typescript": "^5.0.4",
  110. "unplugin-vue-components": "^0.24.1",
  111. "vite": "^4.2.1",
  112. "vite-plugin-eslint": "^1.8.1",
  113. "vite-plugin-mkcert": "^1.15.0",
  114. "vue-eslint-parser": "^9.1.1",
  115. "vue-tsc": "^1.2.0",
  116. "yorkie": "^2.0.0"
  117. },
  118. "gitHooks": {
  119. "pre-commit": "lint-staged"
  120. },
  121. "lint-staged": {
  122. "*.{js,jsx,vue,ts,tsx}": [
  123. "eslint --fix"
  124. ]
  125. },
  126. "engines": {
  127. "node": ">=14.20.0"
  128. },
  129. "config": {
  130. "commitizen": {
  131. "path": "./node_modules/cz-conventional-changelog"
  132. }
  133. }
  134. }