uppy/examples/transloadit-textarea/package.json
dependabot[bot] dea42eb240
build(deps): bump marked from 0.6.3 to 0.7.0 (#2505)
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>
2020-09-04 09:11:06 +02:00

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"
}
}