uppy/examples/dev/package.json
Kevin van Zonneveld 5f4f1cf17e
Refactor npm scripts, clean up unused ones (#1392)
Co-Authored-By: Artur Paikin <artur@arturpaikin.com>
2019-03-29 14:55:23 +01:00

16 lines
318 B
JSON

{
"dependencies": {
"aliasify": "^2.1.0",
"babel-core": "^6.26.3",
"babelify": "^8.0.0",
"watchify": "^3.11.0"
},
"scripts": {
"watch:sandbox": "watchify -t babelify -t aliasify main.js -o bundle.js -vd"
},
"aliasify": {
"aliases": {
"@uppy": "../../packages/@uppy"
}
}
}