package.json 453 B

12345678910111213141516171819
  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. "dayjs": "^1.11.7",
  10. "tim-wx-sdk": "^2.17.0",
  11. "vuex": "^4.1.0"
  12. },
  13. "main": "main.js",
  14. "scripts": {
  15. "test": "echo \"Error: no test specified\" && exit 1"
  16. },
  17. "author": "",
  18. "license": "ISC"
  19. }