package.json 2.7 KB

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