You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

56 lines
1.3 KiB

  1. {
  2. "name": "fumao",
  3. "author": {
  4. "name": "nowthen",
  5. "email": "rnlvwyx@gmail.com"
  6. },
  7. "description": "基于@vue/CLI3构建的移动端h5项目模板",
  8. "keywords": [
  9. "vue-h5",
  10. "vue-cli",
  11. "@vue/CLI3",
  12. "vue",
  13. "webpack4",
  14. "富茂服务商",
  15. "nowthen"
  16. ],
  17. "version": "0.1.0",
  18. "private": true,
  19. "scripts": {
  20. "dev": "vue-cli-service serve",
  21. "build": "vue-cli-service build",
  22. "lint": "vue-cli-service lint"
  23. },
  24. "dependencies": {
  25. "axios": "^0.19.0",
  26. "core-js": "^2.6.5",
  27. "echarts": "^4.9.0",
  28. "fastclick": "^1.0.6",
  29. "lib-flexible": "^0.3.2",
  30. "mint-ui": "^2.2.13",
  31. "moment": "^2.29.1",
  32. "qrcodejs2": "0.0.2",
  33. "vant": "^2.10.3",
  34. "vue": "^2.6.10",
  35. "vue-router": "^3.0.3",
  36. "vuex": "^3.0.1"
  37. },
  38. "devDependencies": {
  39. "@vue/cli-plugin-babel": "^3.10.0",
  40. "@vue/cli-plugin-eslint": "^3.10.0",
  41. "@vue/cli-service": "^3.10.0",
  42. "@vue/eslint-config-standard": "^4.0.0",
  43. "babel-eslint": "^10.0.1",
  44. "babel-plugin-component": "^1.1.1",
  45. "babel-plugin-import": "^1.13.0",
  46. "eslint": "^5.16.0",
  47. "eslint-plugin-vue": "^5.0.0",
  48. "less": "^3.0.4",
  49. "less-loader": "^4.1.0",
  50. "postcss-pxtorem": "^4.0.1",
  51. "style-resources-loader": "^1.2.1",
  52. "vue-template-compiler": "^2.6.10",
  53. "webpack-bundle-analyzer": "^3.4.1"
  54. }
  55. }