mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-20 16:53:33 +00:00
Bumps [marked](https://github.com/markedjs/marked) from 0.6.3 to 0.7.0. - [Release notes](https://github.com/markedjs/marked/releases) - [Commits](https://github.com/markedjs/marked/compare/v0.6.3...v0.7.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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": "^3.0.0",
|
|
"marked": "^0.7.0"
|
|
},
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "browserify -g aliasify main.js > bundle.js && ecstatic"
|
|
}
|
|
}
|