-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 876 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 876 Bytes
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
{
"name": "webModules",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:abcdesktopio/webModules.git",
"author": "kecsou <kevin.voyer.developpeur@gmail.com>",
"license": "SEE LICENSE IN LICENSE",
"devDependencies": {
"eslint": "^9.1.1"
},
"dependencies": {
"@cycjimmy/jsmpeg-player": "^6.1.2",
"@xterm/addon-attach": "^0.11.0",
"@xterm/addon-fit": "^0.10.0",
"@xterm/addon-web-links": "^0.11.0",
"@xterm/addon-webgl": "^0.18.0",
"@xterm/xterm": "^5.5.0",
"bootbox": "^6.0.0",
"bootstrap": "^5.3.3",
"bootstrap-table": "^1.22.5",
"dropzone": "^6.0.0-beta.2",
"jquery": "^3.7.1",
"jquery-ui": "^1.13.3",
"js-cookie": "^3.0.5",
"mustache": "^4.2.0",
"ua-parser-js": "^2.0.4",
"url": "^0.11.3"
},
"overrides": {
"elliptic": "~>6.5.4",
"karma": "~>6.3.14"
}
}