package.json 403 B

12345678910111213141516171819
  1. {
  2. "name": "court-mobile",
  3. "version": "1.0.0",
  4. "main": ".eslintrc.js",
  5. "scripts": {
  6. "test": "echo \"Error: no test specified\" && exit 1"
  7. },
  8. "author": "",
  9. "license": "ISC",
  10. "dependencies": {
  11. "@vant/weapp": "^1.10.2",
  12. "vant-weapp": "^0.5.29"
  13. },
  14. "repository": {
  15. "type": "git",
  16. "url": "http://git.cc-lotus.info/ball-court/court-mobile.git"
  17. },
  18. "description": ""
  19. }