-
Notifications
You must be signed in to change notification settings - Fork 62
/
Copy pathpackage.json
64 lines (64 loc) · 1.67 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
{
"name": "lxdmanager",
"version": "1.0.0",
"description": "This is an application you can use to do basic managment for multiple instaces of lxd",
"main": "node.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/turtle0x1/LxdManager.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/turtle0x1/LxdManager/issues"
},
"homepage": "https://github.com/turtle0x1/LxdManager#readme",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
"@popperjs/core": "^2.11.5",
"body-parser": "^1.20.0",
"bootstrap": "^5.2.0",
"bufferutil": "^4.0.6",
"chart.js": "^2.9.4",
"cors": "^2.8.5",
"dotenv": "^6.2.0",
"dotenv-expand": "^5.1.0",
"dropzone": "^5.9.3",
"express": "^4.21.1",
"express-ws": "^4.0.0",
"jquery": "^3.6.0",
"jquery-contextmenu": "^2.9.2",
"jquery-timepicker": "^1.3.3",
"masonry-layout": "^4.2.2",
"moment": "^2.29.4",
"mysql": "^2.18.1",
"navigo": "^8.11.1",
"perfect-scrollbar": "^1.5.5",
"popper.js": "^1.16.1",
"request": "^2.88.2",
"sqlite3": "^5.1.5",
"utf-8-validate": "^5.0.9",
"uuid": "^3.4.0",
"ws": "^6.2.2",
"xterm-addon-attach": "^0.6.0",
"xterm-addon-fit": "^0.5.0"
},
"devDependencies": {
"ace-builds": "^1.8.1",
"chalk": "^2.4.2",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-minify": "^3.1.0",
"gulp-replace": "^1.1.3",
"jquery-confirm": "^3.3.4",
"toastr": "^2.1.4",
"xterm": "^4.19.0"
}
}