package.json 2.5 KB

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