-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
64 lines (64 loc) · 1.81 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
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "elFinder",
"version": "2.1.62a3",
"description": "File manager for web",
"main": "Jakefile.js",
"scripts": {
"build": "mkdir -p ./elfinder_client && rm -rf ./elfinder_client/* && jake -C ./elfinder_client elfinder && webpack --config webpack.config.js --mode production --progress",
"serve": "mkdir -p ./elfinder_client && rm -rf ./elfinder_client/* && jake -C ./elfinder_client elfinder && webpack serve --config webpack.config.js --mode development --progress --hot"
},
"repository": {
"type": "git",
"url": "https://github.com/Studio-42/elFinder.git"
},
"keywords": [
"file",
"manager",
"jquery",
"jqueryui",
"frontend",
"client-side",
"browser"
],
"author": "Studio 42",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/Studio-42/elFinder/issues"
},
"homepage": "http://studio-42.github.io/elFinder/",
"devDependencies": {
"@babel/preset-env": "^7.22.5",
"babel-loader": "^8.3.0",
"copy-webpack-plugin": "^6.2.1",
"csso": "<2.0.0",
"jake": "~8.0.12",
"nodemon": "^2.0.20",
"uglify-js": "^3.13.10",
"webpack": "^5",
"webpack-cli": "^4",
"webpack-dev-server": "^4"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.329.0",
"@babel/core": "^7.23.9",
"assert": "^2.0.0",
"browserfs": "^1.4.3",
"browserify-zlib": "^0.2.0",
"buffer": "^5.7.1",
"console-browserify": "^1.2.0",
"content-disposition": "^0.5.4",
"https-browserify": "^1.0.0",
"jimp": "^0.16.13",
"jszip": "^3.8.0",
"lzutf8": "^0.6.0",
"mime": "^2.5.2",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"querystring-es3": "^0.2.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"underscore": "^1.12.1",
"url": "^0.11.1",
"util": "^0.12.5"
}
}