package.json 2.7 KB

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