-
Notifications
You must be signed in to change notification settings - Fork 118
/
package.json
77 lines (77 loc) · 2.04 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "wf-web-chat",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --skip-plugins @vue/cli-plugin-eslint --open",
"serve-https": "vue-cli-service serve --https true --skip-plugins @vue/cli-plugin-eslint",
"build": "vue-cli-service build --skip-plugins @vue/cli-plugin-eslint",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@imndx/v-emoji-picker-vue3": "^3.0.2",
"@imndx/vue-infinite-loading": "^3.0.0-alpha.0",
"@kyvg/vue3-notification": "^3.2.0",
"@madogai/vue-context": "^8.2.1",
"@vueuse/components": "^10.8.0",
"@vueuse/core": "^10.8.0",
"anchorme": "3.0.5",
"atob": "^2.1.2",
"axios": "1.6.7",
"base64-arraybuffer": "^0.2.0",
"benz-amr-recorder": "^1.1.5",
"body-scroll-lock": "^4.0.0-beta.0",
"btoa": "^1.2.1",
"buffer": "^6.0.3",
"core-js": "^3.36.0",
"detectrtc": "^1.4.1",
"events": "^3.2.0",
"jr-qrcode": "^1.1.4",
"js-base64": "^3.4.5",
"long": "^4.0.0",
"mitt": "^3.0.1",
"pinia": "^2.1.7",
"push.js": "^1.0.12",
"resize-image": "^0.1.0",
"resize-observer-polyfill": "^1.5.1",
"tributejs": "^5.1.3",
"twemoji": "^13.1.1",
"universal-emoji-parser": "1.0.125",
"vue": "3.4.19",
"vue-dropdowns": "^1.1.2",
"vue-i18n": "^9.9.1",
"vue-router": "^4.3.0",
"vue-spinner": "^1.0.4",
"vue-tippy": "^6.4.1",
"vue3-virtual-scroll-list": "^0.2.1",
"xss": "^1.0.14"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"@vue/compiler-sfc": "^3.4.19",
"@vue/preload-webpack-plugin": "^2.0.0",
"eslint": "^7.32.0",
"fs": "0.0.1-security",
"process": "^0.11.10",
"sass": "^1.71.1",
"sass-loader": "^14.1.1",
"tmp": "^0.2.1"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential"
],
"rules": {}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
]
}