uppy/examples/transloadit/package.json
Antoine du Hamel 01d7ea13e9
meta: use Yarn v3 instead of npm (#3237)
* meta: use Yarn v3 instead of npm

* Update CONTRIBUTING.md to fix linter errors

* remove remaining npm commands

* Update deps
2021-10-20 15:16:59 +02:00

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