package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "forest",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "main.js",
  6. "dependencies": {
  7. "vue-baidu-map": "^0.21.22"
  8. },
  9. "uni-app": {
  10. "scripts": {
  11. "build:build64": {
  12. "title": "forest_build:build64",
  13. "env": {
  14. "UNI_PLATFORM": "h5",
  15. "H_NODE_ENV": "development",
  16. "H_BASE_URL": "http://wx.hw.hongweisoft.com/forestapi/forest-portal",
  17. "H_LOGIN_URL": "http://wx.hw.hongweisoft.com/forestapi/forest-portal/wechat/h5/authorize?returnUrl=http://foresth5test.hw.hongweisoft.com/#/"
  18. }
  19. },
  20. "build:buildOnline": {
  21. "title": "forest_build:online",
  22. "env": {
  23. "UNI_PLATFORM": "h5",
  24. "H_NODE_ENV": "production",
  25. "H_BASE_URL": "http://gzqlyxwxh5.gzqlyx.com/api/forest-portal",
  26. "H_LOGIN_URL": "http://gzqlyxwxh5.gzqlyx.com/api/forest-portal/wechat/h5/authorize?returnUrl=http://gzqlyxwxh5.gzqlyx.com/#/"
  27. }
  28. }
  29. }
  30. },
  31. "devDependencies": {},
  32. "scripts": {
  33. "test": "echo \"Error: no test specified\" && exit 1"
  34. },
  35. "repository": {
  36. "type": "git",
  37. "url": "http://172.16.90.250:3000/forest/forest-H5.git"
  38. },
  39. "keywords": [],
  40. "author": "",
  41. "license": "ISC"
  42. }