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