package.json 525 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "jzmall_wx",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "app.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "",
  10. "dependencies": {
  11. "@vant/weapp": "^1.6.8",
  12. "vuex": "^4.1.0"
  13. },
  14. "license": "ISC",
  15. "directories": {
  16. "lib": "lib"
  17. },
  18. "repository": {
  19. "type": "git",
  20. "url": "http://47.102.110.240:3000/yuxiangpei/jzmall_wx.git"
  21. },
  22. "ttPlugins": {
  23. "dependencies": {
  24. "microapp-trade-plugin": {
  25. "version": "1.2.8",
  26. "isDynamic": true
  27. }
  28. }
  29. }
  30. }