mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
* meta: use Yarn v3 instead of npm * Update CONTRIBUTING.md to fix linter errors * remove remaining npm commands * Update deps
17 lines
437 B
JSON
17 lines
437 B
JSON
{
|
|
"name": "@uppy-example/transloadit",
|
|
"version": "0.0.0",
|
|
"dependencies": {
|
|
"@babel/core": "^7.4.4",
|
|
"@uppy/robodog": "workspace:*",
|
|
"babelify": "^10.0.0",
|
|
"budo": "^11.3.2",
|
|
"express": "^4.16.4",
|
|
"he": "^1.2.0"
|
|
},
|
|
"private": true,
|
|
"scripts": {
|
|
"css": "cp ../../packages/uppy/dist/uppy.min.css .",
|
|
"start": "yarn run css && (node server & budo main.js:bundle.js -- -t babelify & wait)"
|
|
}
|
|
}
|