package.json 1.2 KB

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