package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "name": "aidop-app",
  3. "version": "0.1.0",
  4. "description": "Ai-DOP 智慧运营移动端 APP(uni-app Vue3 + Vite + TS)",
  5. "private": true,
  6. "scripts": {
  7. "dev:h5": "uni",
  8. "dev:app-plus": "uni -p app-plus",
  9. "build:h5": "uni build",
  10. "build:app-plus": "uni build -p app-plus",
  11. "typecheck": "vue-tsc --noEmit -p tsconfig.json"
  12. },
  13. "dependencies": {
  14. "@dcloudio/uni-app": "3.0.0-alpha-5020520260824002",
  15. "@dcloudio/uni-app-plus": "3.0.0-alpha-5020520260824002",
  16. "@dcloudio/uni-components": "3.0.0-alpha-5020520260824002",
  17. "@dcloudio/uni-h5": "3.0.0-alpha-5020520260824002",
  18. "@microsoft/signalr": "10.0.11",
  19. "@qiun/ucharts": "2.5.0-20230101",
  20. "dayjs": "^1.11.23",
  21. "pinia": "^2.3.1",
  22. "sm-crypto-v2": "^1.15.1",
  23. "vue": "^3.4.38",
  24. "vue-i18n": "^9.14.5",
  25. "wot-design-uni": "1.14.0"
  26. },
  27. "devDependencies": {
  28. "@dcloudio/types": "^3.4.14",
  29. "@dcloudio/uni-automator": "3.0.0-alpha-5020520260824002",
  30. "@dcloudio/uni-cli-shared": "3.0.0-alpha-5020520260824002",
  31. "@dcloudio/uni-stacktracey": "3.0.0-alpha-5020520260824002",
  32. "@dcloudio/vite-plugin-uni": "3.0.0-alpha-5020520260824002",
  33. "@vue/tsconfig": "^0.5.1",
  34. "sass": "^1.77.8",
  35. "typescript": "~5.4.5",
  36. "vite": "5.2.8",
  37. "vue-tsc": "^2.1.10"
  38. },
  39. "uni_modules": {
  40. "dependencies": [],
  41. "encrypt": [],
  42. "platforms": {
  43. "cloud": { "tcb": "y", "aliyun": "y", "alipay": "n" },
  44. "client": {
  45. "App": { "app-vue": "y", "app-nvue": "n" },
  46. "H5-mobile": { "Safari": "y", "Android Browser": "y", "微信浏览器(Android)": "y", "QQ浏览器(Android)": "y" },
  47. "H5-pc": { "Chrome": "y", "IE": "y", "Edge": "y", "Firefox": "y", "Safari": "y" },
  48. "小程序": { "微信": "y", "阿里": "y", "百度": "y", "字节跳动": "y", "QQ": "y" },
  49. "快应用": { "华为": "n", "联盟": "n" },
  50. "Vue": { "vue2": "n", "vue3": "y" }
  51. }
  52. }
  53. }
  54. }