package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  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": "vite build",
  19. "serve": "vite preview",
  20. "lint": "eslint --ext .js,.jsx,.vue,.ts,.tsx src",
  21. "generate": "plop"
  22. },
  23. "dependencies": {
  24. "@element-plus/icons-vue": "^2.0.5",
  25. "@vant/touch-emulator": "^1.3.2",
  26. "@vant/use": "^1.3.6",
  27. "@vueuse/core": "^8.4.1",
  28. "babel-helper-vue-jsx-merge-props": "^2.0.3",
  29. "babel-plugin-syntax-jsx": "^6.18.0",
  30. "babel-plugin-transform-vue-jsx": "^3.7.0",
  31. "babel-preset-env": "^1.7.0",
  32. "browserslist": "^4.20.2",
  33. "classnames": "^2.3.1",
  34. "clean-deep": "^3.4.0",
  35. "cos-js-sdk-v5": "^1.4.21",
  36. "cropperjs": "^1.5.12",
  37. "dayjs": "^1.10.7",
  38. "element-plus": "^2.2.5",
  39. "eventemitter3": "^5.0.1",
  40. "html-to-image": "^1.9.0",
  41. "js-cookie": "^3.0.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.2",
  47. "print-js": "^1.6.0",
  48. "qrcode.vue": "^3.3.3",
  49. "query-string": "^7.1.1",
  50. "rgbaster": "^2.1.1",
  51. "swiper": "^8.2.4",
  52. "tcplayer.js": "^4.8.0",
  53. "umi-request": "^1.4.0",
  54. "vant": "^3.5.2",
  55. "vconsole": "^3.14.6",
  56. "vue": "^3.2.26",
  57. "vue-cropper": "^1.0.3",
  58. "vue-router": "^4.0.12",
  59. "vue3-lottie": "^2.2.4",
  60. "vuex": "^4.0.2"
  61. },
  62. "devDependencies": {
  63. "@babel/core": "^7.16.5",
  64. "@babel/helper-get-function-arity": "^7.16.7",
  65. "@babel/preset-env": "^7.16.5",
  66. "@types/node": "^16.11.14",
  67. "@types/numeral": "^2.0.2",
  68. "@typescript-eslint/eslint-plugin": "^5.7.0",
  69. "@typescript-eslint/parser": "^5.7.0",
  70. "@vitejs/plugin-legacy": "^1.7.1",
  71. "@vitejs/plugin-vue": "^2.0.1",
  72. "@vitejs/plugin-vue-jsx": "^1.3.8",
  73. "@vue/babel-plugin-jsx": "^1.1.1",
  74. "@vue/compiler-sfc": "^3.2.26",
  75. "@vue/eslint-config-prettier": "^6.0.0",
  76. "@vue/eslint-config-typescript": "^9.1.0",
  77. "autoprefixer": "^10.4.7",
  78. "babel-plugin-dynamic-import-node": "^2.3.3",
  79. "eslint": "^8.4.1",
  80. "eslint-plugin-prettier": "^4.0.0",
  81. "eslint-plugin-vue": "^8.2.0",
  82. "less": "^4.1.2",
  83. "less-loader": "^10.2.0",
  84. "lint-staged": "^12.1.2",
  85. "plop": "^3.0.5",
  86. "postcss": "^8.4.14",
  87. "prettier": "^2.5.1",
  88. "tailwindcss": "^3.1.2",
  89. "typescript": "^4.5.2",
  90. "unplugin-auto-import": "^0.8.7",
  91. "unplugin-vue-components": "^0.19.6",
  92. "vite": "^2.7.3",
  93. "vite-plugin-style-import": "^1.4.0",
  94. "vue-eslint-parser": "^8.0.1",
  95. "vue-tsc": "^0.29.8",
  96. "yorkie": "^2.0.0"
  97. }
  98. }