forked from NamelessMC/Nameless
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 854 Bytes
/
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
{
"name": "nameless",
"version": "2.1.2",
"repository": "https://github.com/NamelessMC/Nameless",
"license": "MIT",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^6.1.1",
"@popperjs/core": "^2.10.2",
"bootstrap": "4.6.1",
"bootstrap-colorpicker": "^3.4.0",
"chart.js": "2.9.4",
"codemirror": "^5.65.2",
"datatables.net": "^1.11.5",
"datatables.net-bs4": "^1.11.5",
"dropzone": "5.9.3",
"fomantic-ui": "^2.9.1",
"fs-extra": "^11.0.0",
"image-picker": "^0.3.1",
"jquery": "^3.6.0",
"jquery-ui-dist": "^1.13.1",
"jquery.cookie": "^1.4.1",
"moment": "^2.29.4",
"popper.js": "^1.16.1",
"select2": "4.1.0-rc.0",
"skinview3d": "^3.0.0-alpha.1",
"tinymce": "5.10.9"
},
"scripts": {
"postinstall": "node ./dev/scripts/postinstall.js"
}
}