package.json 861 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "track",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "main.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "keywords": [],
  10. "author": "",
  11. "license": "ISC",
  12. "uni-app": {
  13. "scripts": {
  14. "dev": {
  15. "title": "开发版",
  16. "env": {
  17. "UNI_PLATFORM": "h5",
  18. "API_BASE_URL": "https://t-mapi.colormaprun.com/api/actMgt/",
  19. "OSS_URL": "http://t-oss-card.colormaprun.com/actMgt/"
  20. }
  21. },
  22. "prod": {
  23. "title": "正式版",
  24. "env": {
  25. "UNI_PLATFORM": "h5",
  26. "API_BASE_URL": "https://colormaprun.com/api/actMgt/",
  27. "OSS_URL": "http://oss-card.colormaprun.com/actMgt/"
  28. }
  29. }
  30. }
  31. },
  32. "dependencies": {
  33. "@iconfu/svg-inject": "^1.2.3",
  34. "jszip": "^3.10.1",
  35. "leaflet": "^1.9.4"
  36. }
  37. }