mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 00:55:35 +00:00
* add connection: keep-alive to dropbox fixes #4357 * update a todo * dont clear screen by vite i want to also see companion's output
25 lines
506 B
JSON
25 lines
506 B
JSON
{
|
|
"name": "@uppy-dev/dev",
|
|
"version": "0.0.0",
|
|
"aliasify": {
|
|
"aliases": {
|
|
"@uppy": "../../packages/@uppy"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@uppy/companion": "workspace:^"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^10.2.6",
|
|
"postcss-dir-pseudo-class": "^6.0.0",
|
|
"postcss-logical": "^5.0.0",
|
|
"vite": "^4.0.0"
|
|
},
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --clearScreen false",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
}
|
|
}
|