package.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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:prod": "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/use": "^1.3.6",
  26. "@vueuse/core": "^8.4.1",
  27. "browserslist": "^4.20.2",
  28. "canvg": "^4.0.1",
  29. "classnames": "^2.3.1",
  30. "clean-deep": "^3.4.0",
  31. "cos-js-sdk-v5": "^1.4.21",
  32. "dayjs": "^1.10.7",
  33. "echarts": "^5.3.3",
  34. "eventemitter3": "^5.0.0",
  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.6.12",
  42. "qrcode": "^1.5.1",
  43. "qrcode.vue": "^3.3.3",
  44. "query-string": "^7.1.1",
  45. "tcplayer.js": "^4.8.0",
  46. "umi-request": "^1.4.0",
  47. "vant": "^3.4.6",
  48. "vconsole": "^3.14.6",
  49. "vue": "^3.2.26",
  50. "vue-cropper": "^1.1.1",
  51. "vue-echarts": "^6.2.3",
  52. "vue-router": "^4.0.12",
  53. "vue3-lottie": "^2.3.0",
  54. "vuex": "^4.0.2"
  55. },
  56. "devDependencies": {
  57. "@babel/core": "^7.16.5",
  58. "@babel/preset-env": "^7.16.5",
  59. "@types/node": "^16.11.14",
  60. "@types/numeral": "^2.0.2",
  61. "@typescript-eslint/eslint-plugin": "^5.7.0",
  62. "@typescript-eslint/parser": "^5.7.0",
  63. "@vitejs/plugin-legacy": "^1.7.1",
  64. "@vitejs/plugin-vue": "^2.0.1",
  65. "@vitejs/plugin-vue-jsx": "^1.3.8",
  66. "@vue/babel-plugin-jsx": "^1.1.1",
  67. "@vue/compiler-sfc": "^3.2.26",
  68. "@vue/eslint-config-prettier": "^6.0.0",
  69. "@vue/eslint-config-typescript": "^9.1.0",
  70. "autoprefixer": "^10.4.0",
  71. "babel-plugin-dynamic-import-node": "^2.3.3",
  72. "eslint": "^8.4.1",
  73. "eslint-plugin-prettier": "^4.0.0",
  74. "eslint-plugin-vue": "^8.2.0",
  75. "less": "^4.1.2",
  76. "less-loader": "^10.2.0",
  77. "lint-staged": "^12.1.2",
  78. "plop": "^3.0.5",
  79. "postcss": "^8.4.5",
  80. "postcss-pxtorem": "^6.0.0",
  81. "prettier": "^2.5.1",
  82. "typescript": "^4.5.2",
  83. "vite": "^2.9.8",
  84. "vite-plugin-style-import": "^1.4.0",
  85. "vue-eslint-parser": "^8.0.1",
  86. "vue-tsc": "^0.29.8",
  87. "yorkie": "^2.0.0"
  88. }
  89. }