-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
41 lines (41 loc) · 1.09 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
{
"name": "bduscms",
"description": "BraDyCMS",
"repository": {
"type": "git",
"url": "git://github.com/jbogdani/BraDyCMS.git"
},
"author": "Julian Bogdani <jbogdani@gmail.com>",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/jbogdani/BraDyCMS/issues"
},
"homepage": "https://github.com/jbogdani/BraDyCMS",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.0",
"gulp-less": "^4.0.0",
"gulp-rename": "^2.0.0",
"gulp-uglify": "^3.0.1"
},
"dependencies": {
"@fancyapps/fancybox": "^3.5.7",
"bootstrap": "^4.5.0",
"bootstrap-datepicker": "^1.8.0",
"bootstrap3": "^3.3.5",
"datatables": "^1.10.18",
"datatables.net-bs": "^1.10.21",
"fine-uploader": "^5.16.2",
"font-awesome": "^4.7.0",
"google-code-prettify": "^1.0.5",
"izitoast": "^1.4.0",
"jquery": "^3.5.1",
"jquery-mousewheel": "^3.1.13",
"jquery-nestable": "^0.8.0",
"popper.js": "^1.16.1",
"select2": "^4.0.13",
"select2-bootstrap-theme": "0.1.0-beta.10",
"tinymce": "^5.6.2"
}
}