mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-25 11:14:05 +00:00
28 lines
714 B
JSON
28 lines
714 B
JSON
{
|
|
"private": true,
|
|
"name": "uppy-server-aws-example",
|
|
"scripts": {
|
|
"copy": "cp ../../packages/uppy/dist/uppy.min.css .",
|
|
"start:client": "budo main.js:bundle.js -- -t babelify -g aliasify",
|
|
"start:server": "node server.js",
|
|
"start": "npm-run-all --serial copy --parallel start:*"
|
|
},
|
|
"aliasify": {
|
|
"aliases": {
|
|
"@uppy": "../../packages/@uppy"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"aliasify": "^2.1.0",
|
|
"babel-core": "^6.26.3",
|
|
"babelify": "^8.0.0",
|
|
"body-parser": "^1.18.3",
|
|
"budo": "^11.3.2",
|
|
"cookie-parser": "^1.4.3",
|
|
"cors": "^2.8.4",
|
|
"express": "^4.16.3",
|
|
"express-session": "^1.15.6",
|
|
"npm-run-all": "^4.1.3",
|
|
"rimraf": "^2.6.2"
|
|
}
|
|
}
|