package.json 387 B

123456789101112131415161718
  1. {
  2. "name": "hello-uniapp",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "main.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "",
  10. "license": "ISC",
  11. "dependencies": {
  12. "echarts": "^5.0.2",
  13. "jweixin-module": "^1.4.0",
  14. "mpvue-echarts": "^0.3.2",
  15. "vue-awesome-swiper": "^1.2.0",
  16. "vue-json-excel": "^0.3.0"
  17. }
  18. }