package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "id": "shopro",
  3. "name": "shopro",
  4. "displayName": "中星",
  5. "version": "1.0.1",
  6. "description": "广州非繁科技有限公司商城营销管理系统",
  7. "scripts": {
  8. "prettier": "prettier --write \"{pages,sheep}/**/*.{js,json,tsx,css,less,scss,vue,html,md}\""
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "git+https://github.com/sheepjs/shop.git"
  13. },
  14. "keywords": [
  15. "商城",
  16. "B2C",
  17. "商城模板"
  18. ],
  19. "author": "",
  20. "license": "MIT",
  21. "bugs": {
  22. "url": "https://github.com/sheepjs/shop/issues"
  23. },
  24. "homepage": "https://github.com/dcloudio/hello-uniapp#readme",
  25. "dcloudext": {
  26. "category": [
  27. "前端页面模板",
  28. "uni-app前端项目模板"
  29. ],
  30. "sale": {
  31. "regular": {
  32. "price": "0.00"
  33. },
  34. "sourcecode": {
  35. "price": "0.00"
  36. }
  37. },
  38. "contact": {
  39. "qq": ""
  40. },
  41. "declaration": {
  42. "ads": "无",
  43. "data": "无",
  44. "permissions": "无"
  45. },
  46. "npmurl": ""
  47. },
  48. "uni_modules": {
  49. "dependencies": [],
  50. "encrypt": [],
  51. "platforms": {
  52. "cloud": {
  53. "tcb": "u",
  54. "aliyun": "u"
  55. },
  56. "client": {
  57. "App": {
  58. "app-vue": "y",
  59. "app-nvue": "u"
  60. },
  61. "H5-mobile": {
  62. "Safari": "y",
  63. "Android Browser": "y",
  64. "微信浏览器(Android)": "y",
  65. "QQ浏览器(Android)": "y"
  66. },
  67. "H5-pc": {
  68. "Chrome": "y",
  69. "IE": "y",
  70. "Edge": "y",
  71. "Firefox": "y",
  72. "Safari": "y"
  73. },
  74. "小程序": {
  75. "微信": "y",
  76. "阿里": "u",
  77. "百度": "u",
  78. "字节跳动": "u",
  79. "QQ": "u",
  80. "京东": "u"
  81. },
  82. "快应用": {
  83. "华为": "u",
  84. "联盟": "u"
  85. },
  86. "Vue": {
  87. "vue2": "u",
  88. "vue3": "y"
  89. }
  90. }
  91. }
  92. },
  93. "dependencies": {
  94. "@hyoga/uni-socket.io": "^1.0.1",
  95. "axios": "^1.7.2",
  96. "blueimp-md5": "^2.19.0",
  97. "dayjs": "^1.11.7",
  98. "libphonenumber-js": "^1.11.2",
  99. "lodash": "^4.17.21",
  100. "luch-request": "^3.0.8",
  101. "pinia": "^2.0.33",
  102. "pinia-plugin-persist-uni": "^1.2.0",
  103. "qs-canvas": "^1.0.11",
  104. "weixin-js-sdk": "^1.6.5"
  105. },
  106. "devDependencies": {
  107. "prettier": "^2.8.7",
  108. "vconsole": "^3.15.0",
  109. "vite": "^4.0.0"
  110. },
  111. "main": "main.js"
  112. }