-
-
Notifications
You must be signed in to change notification settings - Fork 52
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.05 KB
/
package.json
File metadata and controls
82 lines (82 loc) · 2.05 KB
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
78
79
80
81
82
{
"name": "xabber.web",
"version": "26.03.2",
"description": "Open-source XMPP messenger for web browsers",
"keywords": [
"xmpp",
"jabber",
"messenger",
"chat",
"web",
"javascript"
],
"scripts": {
"watch": "webpack --watch --mode development",
"dev": "webpack --mode development",
"build": "webpack --mode production",
"clear-wp": "rm node_modules/.cache",
"cypress:open": "cypress open",
"preinstall": "npx npm-force-resolutions"
},
"bugs": {
"url": ""
},
"license": "GPL-3.0",
"author": "Redsolution, Inc.",
"main": "xabber.js",
"repository": {
"type": "git",
"url": "https://github.com/redsolution/xabber-web"
},
"dependencies": {
"curve25519-js": "^0.0.4",
"idle-js": "^1.2.0",
"opus-recorder": "^8.0.5",
"xmldom": "^0.4.0"
},
"resolutions": {
"moment": "2.29.4"
},
"devDependencies": {
"babel-minify": "~0.5.1",
"backbone": "~1.6.0",
"clean-css-cli": "~4.0.11",
"css-loader": "^6.7.3",
"css-minimizer-webpack-plugin": "^4.2.2",
"cypress": "^13.6.4",
"file-loader": "^6.2.0",
"http-server": "^0.9.0",
"i18next": "^19.8.9",
"javascript-obfuscator": "^4.0.0",
"jquery": "~3.7.1",
"js-sha256": "~0.9.0",
"json-loader": "^0.5.7",
"magnific-popup": ">0.0.0",
"mini-css-extract-plugin": "^2.7.2",
"moment": "2.29.4",
"node-polyfill-webpack-plugin": "^2.0.1",
"npm": "^6.14.0",
"npm-force-resolutions": "0.0.10",
"ol": "^7.2.2",
"ol-ext": "^4.0.4",
"perfect-scrollbar": "~0.6.16",
"quill": "^1.3.7",
"raw-loader": "^4.0.2",
"requirejs": "~2.3.3",
"requirejs-text": "~2.0.15",
"slug": ">0.0.0",
"strophe.js": "~3.0.1",
"strophejs-plugins": "0.0.7",
"style-loader": "^3.3.1",
"transliteration": "^2.3.5",
"underscore": "~1.8.3",
"unzipper": "^0.10.11",
"vanillaqr": "^1.0.0",
"wavesurfer.js": "^6.4.0",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1",
"ws": "^8.18.0",
"xml-loader": "^1.2.1"
}
}