package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "name": "uni-admin 基础框架(原名 uniCloud admin)",
  3. "id": "uni-template-admin",
  4. "displayName": "uni-admin 基础框架",
  5. "version": "2.0.2",
  6. "description": "基于uni-app & uniCloud的后台管理项目模板(管理后台开发必备神器)",
  7. "main": "main.js",
  8. "scripts": {
  9. "test": "echo \"Error: no test specified\" && exit 1"
  10. },
  11. "repository": "https://github.com/dcloudio/uni-admin.git",
  12. "keywords": [
  13. "admin",
  14. "uniCloud",
  15. "管理后台",
  16. "云后台",
  17. "uni-admin"
  18. ],
  19. "engines": {
  20. "HBuilderX": "^3.6.0"
  21. },
  22. "author": "",
  23. "license": "MIT",
  24. "bugs": {
  25. "url": "https://github.com/dcloudio/uni-admin/issues"
  26. },
  27. "homepage": "https://github.com/dcloudio/uni-admin#readme",
  28. "dcloudext": {
  29. "sale": {
  30. "regular": {
  31. "price": "0.00"
  32. },
  33. "sourcecode": {
  34. "price": "0.00"
  35. }
  36. },
  37. "contact": {
  38. "qq": ""
  39. },
  40. "declaration": {
  41. "ads": "无",
  42. "data": "无",
  43. "permissions": "无"
  44. },
  45. "npmurl": "",
  46. "type": "unicloud-template-project"
  47. },
  48. "uni_modules": {
  49. "dependencies": [],
  50. "encrypt": [],
  51. "platforms": {
  52. "cloud": {
  53. "tcb": "y",
  54. "aliyun": "y"
  55. },
  56. "client": {
  57. "App": {
  58. "app-vue": "y",
  59. "app-nvue": "y"
  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": "n",
  70. "Edge": "y",
  71. "Firefox": "y",
  72. "Safari": "y"
  73. },
  74. "小程序": {
  75. "微信": "y",
  76. "阿里": "y",
  77. "百度": "y",
  78. "字节跳动": "y",
  79. "QQ": "y",
  80. "京东": "u"
  81. },
  82. "快应用": {
  83. "华为": "u",
  84. "联盟": "u"
  85. },
  86. "Vue": {
  87. "vue2": "y",
  88. "vue3": "y"
  89. }
  90. }
  91. }
  92. }
  93. }