mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-24 02:46:39 +00:00
22 lines
698 B
JSON
22 lines
698 B
JSON
{
|
|
"name": "@uppy-example/dev",
|
|
"aliasify": {
|
|
"aliases": {
|
|
"@uppy": "../../packages/@uppy"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@babel/core": "^7.4.4",
|
|
"aliasify": "^2.1.0",
|
|
"babelify": "^10.0.0",
|
|
"watchify": "^3.11.0"
|
|
},
|
|
"devDependencies": {
|
|
"browser-sync": "^2.27.4"
|
|
},
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "browser-sync start --no-open --no-ghost-mode false --server . --index Dashboard.html --port 3452 --serveStatic ../../packages/uppy/dist --files \"./output/*.js, ../../packages/uppy/dist/uppy.min.css, ../../packages/uppy/lib/**/*\"",
|
|
"watch:sandbox": "watchify -vd -t [ babelify --cwd ../../ ] -g aliasify index.js -o output/index.js"
|
|
}
|
|
}
|