package.json 2.8 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": "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. "cropperjs": "^1.5.12",
  36. "dayjs": "^1.10.7",
  37. "element-plus": "^2.2.5",
  38. "html-to-image": "^1.9.0",
  39. "js-cookie": "^3.0.1",
  40. "loaders.css": "^0.1.2",
  41. "mitt": "^3.0.0",
  42. "normalize.css": "^8.0.1",
  43. "numeral": "^2.0.6",
  44. "plyr": "^3.7.2",
  45. "print-js": "^1.6.0",
  46. "qrcode.vue": "^3.3.3",
  47. "query-string": "^7.1.1",
  48. "rgbaster": "^2.1.1",
  49. "swiper": "^8.2.4",
  50. "umi-request": "^1.4.0",
  51. "vant": "^3.5.2",
  52. "vconsole": "^3.14.6",
  53. "vue": "^3.2.26",
  54. "vue-cropper": "^1.0.3",
  55. "vue-router": "^4.0.12",
  56. "vue3-lottie": "^2.2.4",
  57. "vuex": "^4.0.2"
  58. },
  59. "devDependencies": {
  60. "@babel/core": "^7.16.5",
  61. "@babel/helper-get-function-arity": "^7.16.7",
  62. "@babel/preset-env": "^7.16.5",
  63. "@types/node": "^16.11.14",
  64. "@types/numeral": "^2.0.2",
  65. "@typescript-eslint/eslint-plugin": "^5.7.0",
  66. "@typescript-eslint/parser": "^5.7.0",
  67. "@vitejs/plugin-legacy": "^1.7.1",
  68. "@vitejs/plugin-vue": "^2.0.1",
  69. "@vitejs/plugin-vue-jsx": "^1.3.8",
  70. "@vue/babel-plugin-jsx": "^1.1.1",
  71. "@vue/compiler-sfc": "^3.2.26",
  72. "@vue/eslint-config-prettier": "^6.0.0",
  73. "@vue/eslint-config-typescript": "^9.1.0",
  74. "autoprefixer": "^10.4.7",
  75. "babel-plugin-dynamic-import-node": "^2.3.3",
  76. "eslint": "^8.4.1",
  77. "eslint-plugin-prettier": "^4.0.0",
  78. "eslint-plugin-vue": "^8.2.0",
  79. "less": "^4.1.2",
  80. "less-loader": "^10.2.0",
  81. "lint-staged": "^12.1.2",
  82. "plop": "^3.0.5",
  83. "postcss": "^8.4.14",
  84. "prettier": "^2.5.1",
  85. "tailwindcss": "^3.1.2",
  86. "typescript": "^4.5.2",
  87. "unplugin-auto-import": "^0.8.7",
  88. "unplugin-vue-components": "^0.19.6",
  89. "vite": "^2.7.3",
  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. }