package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "name": "productronica",
  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. "ENV_TYPE": "dev",
  18. "UNI_PLATFORM": "mp-weixin",
  19. "NAME": "dev",
  20. "TOKEN_KEY": "token",
  21. "BASE_API": "https://mp-test-onlinecatelogue.matchexpo.cn",
  22. "WEBSITE": "https://mp-website-test-munich.matchexpo.cn"
  23. },
  24. "define": {
  25. "MP-CJN": true
  26. }
  27. },
  28. "text": {
  29. "title": "小程序-测试环境",
  30. "env": {
  31. "ENV_TYPE": "test",
  32. "UNI_PLATFORM": "mp-weixin",
  33. "NAME": "test",
  34. "TOKEN_KEY": "token",
  35. "BASE_API": "https://mp-test-miniprogapi.matchexpo.cn",
  36. "WEBSITE": "https://mp-website-test-munich.matchexpo.cn"
  37. },
  38. "define": {
  39. "MP-CJN": true
  40. }
  41. },
  42. "prod": {
  43. "title": "小程序-生产环境",
  44. "env": {
  45. "ENV_TYPE": "prod",
  46. "UNI_PLATFORM": "mp-weixin",
  47. "NAME": "prod",
  48. "TOKEN_KEY": "token",
  49. "BASE_API": "https://starify-api-dev.matchexpo.cn",
  50. "WEBSITE": "https://www.productronicachina.com.cn"
  51. },
  52. "define": {
  53. "MP-CJN": true
  54. }
  55. }
  56. }
  57. },
  58. "dependencies": {
  59. "@escook/request-miniprogram": "^0.2.1",
  60. "axios": "^1.7.7",
  61. "vue-i18n": "^10.0.4",
  62. "vuex": "^4.1.0"
  63. }
  64. }