武汉四维h5程序,基于达闼设备,单独分开
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.
 
 
 
 

61 lines
1.9 KiB

  1. {
  2. "name": "wh-aiman",
  3. "version": "0.0.2",
  4. "private": true,
  5. "scripts": {
  6. "serve": "vue-cli-service serve --open",
  7. "build": "vue-cli-service build --modern --mode development",
  8. "build:test": "vue-cli-service build --modern --mode test",
  9. "build:prod": "vue-cli-service build --modern --mode production",
  10. "lint": "vue-cli-service lint --no-fix",
  11. "lint:fix": "vue-cli-service lint",
  12. "analyze": "cross-env ANALYZER=true npm run build:prod && webpack-bundle-analyzer --port 8123 dist/stats.json"
  13. },
  14. "dependencies": {
  15. "axios": "^0.19.2",
  16. "core-js": "^3.6.4",
  17. "element-ui": "^2.15.10",
  18. "js-md5": "^0.7.3",
  19. "jsencrypt": "^3.2.1",
  20. "less-loader": "^11.1.0",
  21. "lodash": "^4.17.21",
  22. "mint-ui": "^2.2.13",
  23. "moment": "^2.29.4",
  24. "vue": "^2.6.11",
  25. "vue-grid-layout": "^2.3.7",
  26. "vue-lazyload": "^1.3.3",
  27. "vue-navigation": "^1.1.4",
  28. "vue-router": "^3.1.6",
  29. "vuex": "^3.6.2"
  30. },
  31. "devDependencies": {
  32. "@amap/amap-jsapi-loader": "0.0.1",
  33. "@vue/cli-plugin-babel": "~4.3.0",
  34. "@vue/cli-plugin-eslint": "~4.3.0",
  35. "@vue/cli-plugin-router": "~4.3.0",
  36. "@vue/cli-plugin-vuex": "~4.3.0",
  37. "@vue/cli-service": "~4.3.0",
  38. "@vue/eslint-config-prettier": "^6.0.0",
  39. "babel-eslint": "^10.1.0",
  40. "babel-plugin-component": "^1.1.1",
  41. "babel-plugin-lodash": "^3.3.4",
  42. "compression-webpack-plugin": "^3.1.0",
  43. "copy-webpack-plugin": "^6.0.2",
  44. "cross-env": "^7.0.2",
  45. "eslint": "^6.7.2",
  46. "eslint-plugin-prettier": "^3.1.1",
  47. "eslint-plugin-vue": "^6.2.2",
  48. "imagemin-mozjpeg": "^8.0.0",
  49. "imagemin-webp-webpack-plugin": "^3.3.1",
  50. "imagemin-webpack-plugin": "^2.4.2",
  51. "jquery": "^3.6.1",
  52. "lodash-webpack-plugin": "^0.11.6",
  53. "prettier": "^1.19.1",
  54. "sass": "^1.26.3",
  55. "sass-loader": "^8.0.2",
  56. "vue-awesome-swiper": "^3.1.3",
  57. "vue-template-compiler": "^2.6.11",
  58. "webpack-bundle-analyzer": "^3.9.0"
  59. }
  60. }