-
-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 958 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 958 Bytes
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
{
"name": "ajaxupload",
"description": "FilePond based upload for FormIt",
"author": "Thomas Jakobi <office@treehillstudio.com>",
"private": true,
"devDependencies": {
"@fomantic/gulp-header": "^2.1.1",
"autoprefixer": "^10.4.20",
"cssnano": "^7.0.6",
"date-format": "^4.0.14",
"gulp": "^5.0.0",
"gulp-concat": "^2.6.1",
"gulp-footer": "^2.1.0",
"gulp-postcss": "^10.0.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.4",
"gulp-sass": "^6.0.0",
"gulp-uglify": "^3.0.2",
"ordered-read-streams": "^2.0.0",
"postcss": "^8.5.3",
"sass": "^1.85.1",
"uglify-js": "^3.19.3"
},
"dependencies": {
"filepond": "^4.32.7",
"filepond-plugin-file-validate-size": "^2.2.8",
"filepond-plugin-file-validate-type": "^1.2.9",
"filepond-plugin-image-preview": "^4.6.12"
},
"browserslist": [
"last 2 version",
"> 1%",
"maintained node versions",
"not dead"
]
}