vue-chat-im 1.1.19-rc.7 → 1.1.20-rc.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/chatIM.common.js +16 -71
- package/lib/chatIM.umd.js +16 -71
- package/lib/chatIM.umd.min.js +16 -71
- package/package.json +15 -6
- package/public/index.html +9 -1
- package/unused-files.json +1 -0
- package/lib/media/tips.24ab9209.wav +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vue-chat-im",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.20-rc.20",
|
|
4
4
|
"private": false,
|
|
5
5
|
"main": "lib/chatIM.umd.min.js",
|
|
6
6
|
"scripts": {
|
|
@@ -9,7 +9,6 @@
|
|
|
9
9
|
"lint": "vue-cli-service lint",
|
|
10
10
|
"lib": "node --max_old_space_size=8192 node_modules/@vue/cli-service/bin/vue-cli-service.js build --target lib --name chatIM --dest lib src/mains.js"
|
|
11
11
|
},
|
|
12
|
-
"dependencies": {},
|
|
13
12
|
"devDependencies": {
|
|
14
13
|
"@vue/cli-plugin-babel": "~4.5.0",
|
|
15
14
|
"@vue/cli-plugin-eslint": "~4.5.0",
|
|
@@ -22,17 +21,20 @@
|
|
|
22
21
|
"element-ui": "^2.14.1",
|
|
23
22
|
"eslint": "^6.7.2",
|
|
24
23
|
"eslint-plugin-vue": "^6.2.2",
|
|
24
|
+
"html-webpack-plugin": "^3.2.0",
|
|
25
25
|
"js-cookie": "^2.2.0",
|
|
26
26
|
"node-sass": "^5.0.0",
|
|
27
27
|
"obs-upload": "^1.0.4-alpha.0",
|
|
28
28
|
"sass-loader": "^10.1.0",
|
|
29
29
|
"snowflake-id": "^1.1.0",
|
|
30
|
+
"uglifyjs-webpack-plugin": "^2.2.0",
|
|
30
31
|
"url-loader": "^4.1.1",
|
|
31
|
-
"
|
|
32
|
+
"useless-files-webpack-plugin": "^1.0.1",
|
|
32
33
|
"vue": "^2.6.11",
|
|
33
34
|
"vue-template-compiler": "^2.6.11",
|
|
34
35
|
"vuex": "^3.5.1",
|
|
35
|
-
"webpack-bundle-analyzer": "^4.5.0"
|
|
36
|
+
"webpack-bundle-analyzer": "^4.5.0",
|
|
37
|
+
"@zjkj-npm/fest": "^0.1.6"
|
|
36
38
|
},
|
|
37
39
|
"eslintConfig": {
|
|
38
40
|
"root": true,
|
|
@@ -52,5 +54,12 @@
|
|
|
52
54
|
"> 1%",
|
|
53
55
|
"last 2 versions",
|
|
54
56
|
"not dead"
|
|
55
|
-
]
|
|
56
|
-
|
|
57
|
+
],
|
|
58
|
+
"dependencies": {
|
|
59
|
+
"js-pinyin": "^0.1.9",
|
|
60
|
+
"print-js": "^1.6.0",
|
|
61
|
+
"vue-video-player": "^5.0.2",
|
|
62
|
+
"vuedraggable": "^2.24.3",
|
|
63
|
+
"webpack-bundle-analyzer": "^4.8.0"
|
|
64
|
+
}
|
|
65
|
+
}
|
package/public/index.html
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
<!--
|
|
2
|
+
* @Author: 高瑞廷 2419056691@qq.com
|
|
3
|
+
* @Date: 2021-07-09 15:52:53
|
|
4
|
+
* @LastEditors: 高瑞廷 2419056691@qq.com
|
|
5
|
+
* @LastEditTime: 2023-03-09 16:01:52
|
|
6
|
+
* @FilePath: \vue-chat-im\public\index.html
|
|
7
|
+
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
|
8
|
+
-->
|
|
1
9
|
<!DOCTYPE html>
|
|
2
10
|
<html lang="">
|
|
3
11
|
<head>
|
|
@@ -15,4 +23,4 @@
|
|
|
15
23
|
<div id="app"></div>
|
|
16
24
|
<!-- built files will be auto injected -->
|
|
17
25
|
</body>
|
|
18
|
-
</html>
|
|
26
|
+
</html>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
[]
|
|
Binary file
|