package.json 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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. "classnames": "^2.3.1",
  32. "clean-deep": "^3.4.0",
  33. "countup.js": "^2.3.2",
  34. "dayjs": "^1.10.7",
  35. "echarts": "^5.3.3",
  36. "eventemitter3": "^5.0.0",
  37. "howler": "^2.2.3",
  38. "html-to-image": "^1.9.0",
  39. "html2canvas": "^1.4.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.3",
  45. "qrcode": "^1.5.1",
  46. "qrcode.vue": "^3.3.3",
  47. "query-string": "^7.1.1",
  48. "sortablejs": "^1.15.0",
  49. "swiper": "^9.0.5",
  50. "umi-request": "^1.4.0",
  51. "vant": "^4.0.0",
  52. "vconsole": "^3.15.0",
  53. "vue": "^3.2.26",
  54. "vue-awesome-swiper": "^5.0.1",
  55. "vue-cropper": "^1.0.3",
  56. "vue-echarts": "^6.2.3",
  57. "vue-qr": "^4.0.9",
  58. "vue-router": "^4.0.12",
  59. "vue3-lottie": "^2.4.0",
  60. "vuedraggable": "^4.1.0",
  61. "vuex": "^4.0.2"
  62. },
  63. "devDependencies": {
  64. "@babel/core": "^7.16.5",
  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.0",
  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. "naive-ui": "^2.34.4",
  86. "plop": "^3.0.5",
  87. "postcss": "^8.4.5",
  88. "postcss-pxtorem": "^6.0.0",
  89. "prettier": "^2.5.1",
  90. "typescript": "^4.5.2",
  91. "vite": "^2.9.8",
  92. "vite-plugin-style-import": "^1.4.0",
  93. "vue-eslint-parser": "^8.0.1",
  94. "vue-tsc": "^0.29.8",
  95. "yorkie": "^2.0.0"
  96. }
  97. }