forked from trippo/ResponsiveFilemanager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.73 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
{
"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": {
"@babel/core": "^7.22.11",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.22.10",
"@babel/preset-env": "^7.22.14",
"laravel-mix": "^6.0.49",
"less": "^4.2.0",
"less-loader": "^11.1.3",
"postcss": "^8.1.0",
"tinymce": "^5.0.4",
"webpack": "^5.60.0",
"webpack-cli": "^4.9.1"
},
"scripts": {
"build": "mix",
"dist": "yarn clean && mix --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",
"featherlight": "^1.7.14",
"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"
}
}