forked from trippo/ResponsiveFilemanager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.41 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": "responsive-filemanager",
"version": "9.14.0",
"author": {
"name": "Alberto Peripolli",
"email": "[email protected]"
},
"license": "CC-BY-NC-3.0",
"github": "https://github.com/trippo/ResponsiveFilemanager",
"homepage": "http://www.responsivefilemanager.com/",
"devDependencies": {
"gulp": "^3.9.1",
"tinymce": "^5.0.4",
"laravel-elixir": "*"
},
"scripts": {
"build": "./node_modules/.bin/gulp",
"dist": "yarn clean && ./node_modules/.bin/gulp --production",
"clean": "rm -rf ./filemanager/css/* && rm -rf ./filemanager/js/* && rm -rf ./resources/tmp/* && rm -f ./filemanager/plugin.min.js && rm -f ./tinymce/plugins/responsivefilemanager/plugin.min.js"
},
"dependencies": {
"blueimp-file-upload": "^9.22.0",
"bootbox.js": "github:makeusabrew/bootbox#v3.3.0",
"bootstrap": "github:twbs/bootstrap#v2.3.2",
"bootstrap-lightbox": "github:jbutz/bootstrap-lightbox#0.6.1",
"bootstrap-modal": "github:jschr/bootstrap-modal#2.2.6",
"clipboard": "^1.7.1",
"fabric": "1.7.22",
"html5shiv": "^3.7.3",
"jquery": "^3.0.0",
"jquery-contextmenu": "^1.11.0",
"jquery-scrollstop": "^1.2.0",
"jquery-touchswipe": "^1.6.18",
"jquery-ui": "^1.10.5",
"jquery-ui-touch-punch": "^0.2.3",
"tui-code-snippet": "^1.5.1",
"tui-color-picker": "^2.2.3",
"tui-image-editor": "^3.5.2",
"vanilla-lazyload": "^10.14.0"
}
}