package.json 562 B

1234567891011121314151617181920212223
  1. {
  2. "name": "shop",
  3. "version": "1.0.0",
  4. "description": "客户管理系统小程序端",
  5. "keywords": [],
  6. "dependencies": {
  7. "animate.css": "^3.7.2",
  8. "cos-wx-sdk-v5": "^1.0.10",
  9. "crypto": "^1.0.1",
  10. "crypto-js": "^4.2.0",
  11. "dayjs": "^1.11.18",
  12. "hls": "0.0.1",
  13. "tim-wx-sdk": "^2.17.0",
  14. "vuex": "^4.1.0",
  15. "ws": "^8.19.0"
  16. },
  17. "main": "main.js",
  18. "scripts": {
  19. "test": "echo \"Error: no test specified\" && exit 1"
  20. },
  21. "author": "",
  22. "license": "ISC"
  23. }