package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "name": "vue-vite-h5",
  3. "version": "0.1.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 && vite build",
  19. "build:dev": "vue-tsc --noEmit && vite build --mode development",
  20. "build:liu": "vite build --mode development",
  21. "serve": "vite preview",
  22. "lint": "eslint --ext .js,.jsx,.vue,.ts,.tsx src",
  23. "generate": "plop"
  24. },
  25. "dependencies": {
  26. "@vant/compat": "^1.0.0",
  27. "@vant/use": "^1.3.6",
  28. "@vueuse/core": "^8.4.1",
  29. "animate.css": "^4.1.1",
  30. "browserslist": "^4.20.2",
  31. "canvg": "^4.0.2",
  32. "classnames": "^2.3.1",
  33. "clean-deep": "^3.4.0",
  34. "cos-js-sdk-v5": "^1.4.20",
  35. "countup.js": "^2.3.2",
  36. "dayjs": "^1.10.7",
  37. "echarts": "^5.3.3",
  38. "eventemitter3": "^5.0.0",
  39. "howler": "^2.2.3",
  40. "html-to-image": "^1.9.0",
  41. "html2canvas": "^1.4.1",
  42. "loaders.css": "^0.1.2",
  43. "mitt": "^3.0.0",
  44. "normalize.css": "^8.0.1",
  45. "numeral": "^2.0.6",
  46. "plyr": "^3.7.8",
  47. "qrcode": "^1.5.1",
  48. "qrcode.vue": "^3.3.3",
  49. "query-string": "^7.1.1",
  50. "resize-observer-polyfill": "^1.5.1",
  51. "sortablejs": "^1.15.0",
  52. "swiper": "^9.0.5",
  53. "tcplayer.js": "^4.8.0",
  54. "umi-request": "^1.4.0",
  55. "vant": "^4.0.0",
  56. "vconsole": "^3.15.0",
  57. "vue": "^3.2.26",
  58. "vue-awesome-swiper": "^5.0.1",
  59. "vue-cropper": "^1.0.3",
  60. "vue-echarts": "^6.2.3",
  61. "vue-qr": "^4.0.9",
  62. "vue-router": "^4.0.12",
  63. "vue3-lottie": "^2.4.0",
  64. "vuedraggable": "^4.1.0",
  65. "vuex": "^4.0.2"
  66. },
  67. "devDependencies": {
  68. "@babel/core": "^7.16.5",
  69. "@babel/preset-env": "^7.16.5",
  70. "@types/node": "^16.11.14",
  71. "@types/numeral": "^2.0.2",
  72. "@typescript-eslint/eslint-plugin": "^5.7.0",
  73. "@typescript-eslint/parser": "^5.7.0",
  74. "@vitejs/plugin-legacy": "^1.7.1",
  75. "@vitejs/plugin-vue": "^2.0.1",
  76. "@vitejs/plugin-vue-jsx": "^1.3.8",
  77. "@vue/babel-plugin-jsx": "^1.1.1",
  78. "@vue/compiler-sfc": "^3.2.26",
  79. "@vue/eslint-config-prettier": "^6.0.0",
  80. "@vue/eslint-config-typescript": "^9.1.0",
  81. "autoprefixer": "^10.4.0",
  82. "babel-plugin-dynamic-import-node": "^2.3.3",
  83. "eslint": "^8.4.1",
  84. "eslint-plugin-prettier": "^4.0.0",
  85. "eslint-plugin-vue": "^8.2.0",
  86. "less": "^4.1.2",
  87. "less-loader": "^10.2.0",
  88. "lint-staged": "^12.1.2",
  89. "naive-ui": "^2.34.4",
  90. "plop": "^3.0.5",
  91. "postcss": "^8.4.5",
  92. "postcss-pxtorem": "^6.0.0",
  93. "prettier": "^2.5.1",
  94. "typescript": "^4.5.2",
  95. "vite": "^2.9.8",
  96. "vite-plugin-style-import": "^1.4.0",
  97. "vue-eslint-parser": "^8.0.1",
  98. "vue-tsc": "^0.29.8",
  99. "yorkie": "^2.0.0"
  100. }
  101. }