mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-20 01:55:09 +00:00
* Bump ecstatic from 3.3.2 to 4.1.4 Bumps [ecstatic](https://github.com/jfhbrook/node-ecstatic) from 3.3.2 to 4.1.4. - [Release notes](https://github.com/jfhbrook/node-ecstatic/releases) - [Changelog](https://github.com/jfhbrook/node-ecstatic/blob/master/CHANGELOG.md) - [Commits](https://github.com/jfhbrook/node-ecstatic/compare/3.3.2...4.1.4) Signed-off-by: dependabot[bot] <support@github.com> * update lockfile Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Renée Kooi <renee@kooi.me>
19 lines
398 B
JSON
19 lines
398 B
JSON
{
|
|
"name": "@uppy-example/transloadit-textarea",
|
|
"aliasify": {
|
|
"aliases": {
|
|
"@uppy": "../../packages/@uppy"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"aliasify": "^2.1.0",
|
|
"browserify": "^16.5.2",
|
|
"drag-drop": "^4.2.0",
|
|
"ecstatic": "^4.1.4",
|
|
"marked": "^0.7.0"
|
|
},
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "browserify -g aliasify main.js > bundle.js && ecstatic"
|
|
}
|
|
}
|