package.json 1.7 KB
Newer Older
DCloud_JSON's avatar
DCloud_JSON 已提交
1 2 3
{
	"id": "uni-im",
	"displayName": "uni-im",
DCloud_JSON's avatar
3.0.4  
DCloud_JSON 已提交
4
	"version": "3.0.4",
DCloud_JSON's avatar
DCloud_JSON 已提交
5 6 7 8 9 10
	"description": "uni-im是云端一体的、全平台的、免费的、开源即时通讯系统",
	"keywords": [
        "im,即时通讯,客服,聊天"
    ],
	"repository": "https://gitcode.net/dcloud/hello-uni-im",
	"engines": {
DCloud_JSON's avatar
3.0.0  
DCloud_JSON 已提交
11
		"HBuilderX": "^4.08"
DCloud_JSON's avatar
DCloud_JSON 已提交
12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
	},
	"dcloudext": {
		"sale": {
			"regular": {
				"price": "0.00"
			},
			"sourcecode": {
				"price": "0.00"
			}
		},
		"contact": {
			"qq": ""
		},
		"declaration": {
			"ads": "无",
			"data": "无",
			"permissions": "无"
		},
		"npmurl": "",
		"type": "unicloud-template-page"
	},
	"uni_modules": {
		"dependencies": [
			"uni-id-pages",
			"uni-search-bar",
			"uni-segmented-control",
			"Sansnn-uQRCode",
			"uni-nav-bar",
			"uni-im-msg-reader",
      "uni-link"
		],
		"encrypt": [],
		"platforms": {
			"cloud": {
				"tcb": "y",
DCloud_JSON's avatar
3.0.0  
DCloud_JSON 已提交
47 48
                "aliyun": "y",
                "alipay": "y"
DCloud_JSON's avatar
DCloud_JSON 已提交
49 50 51
			},
			"client": {
				"Vue": {
DCloud_JSON's avatar
3.0.0  
DCloud_JSON 已提交
52
					"vue2": "n",
DCloud_JSON's avatar
DCloud_JSON 已提交
53 54 55 56 57 58 59
					"vue3": "y"
				},
				"App": {
					"app-vue": "y",
					"app-nvue": "y"
				},
				"H5-mobile": {
DCloud_JSON's avatar
3.0.0  
DCloud_JSON 已提交
60 61
					"Safari": "y",
					"Android Browser": "u",
DCloud_JSON's avatar
DCloud_JSON 已提交
62
					"微信浏览器(Android)": "y",
DCloud_JSON's avatar
3.0.0  
DCloud_JSON 已提交
63
					"QQ浏览器(Android)": "u"
DCloud_JSON's avatar
DCloud_JSON 已提交
64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91
				},
				"H5-pc": {
					"Chrome": "y",
					"IE": "u",
					"Edge": "u",
					"Firefox": "u",
					"Safari": "n"
				},
				"小程序": {
					"微信": "y",
					"阿里": "n",
					"百度": "n",
					"字节跳动": "n",
					"QQ": "n",
					"钉钉": "n",
					"快手": "n",
					"飞书": "n",
					"京东": "n"
				},
				"快应用": {
					"华为": "n",
					"联盟": "n"
				}
			}
		}
	},
	"dependencies": {}
}