forked from NamelessMC/Nameless
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 806 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
{
"name": "nameless",
"version": "2.0.1",
"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",
"image-picker": "^0.3.1",
"jquery": "^3.6.0",
"jquery-ui-dist": "^1.13.1",
"jquery.cookie": "^1.4.1",
"moment": "^2.29.2",
"popper.js": "^1.16.1",
"select2": "4.1.0-rc.0",
"tinymce": "5.10.3",
"toastr": "^2.1.4",
"fs-extra": "^10.0.0"
},
"scripts": {
"postinstall": "node ./yarn-postinstall.js"
}
}