package.json 1.1 KB

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