mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 17:16:00 +00:00
* meta: use Yarn v3 instead of npm * Update CONTRIBUTING.md to fix linter errors * remove remaining npm commands * Update deps
20 lines
397 B
JSON
20 lines
397 B
JSON
{
|
|
"name": "@uppy-example/vue3",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build"
|
|
},
|
|
"dependencies": {
|
|
"@uppy/core": "workspace:*",
|
|
"@uppy/vue": "workspace:*",
|
|
"core-js": "^3.6.5",
|
|
"shallow-equal": "^1.2.1",
|
|
"vue": "^3.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/compiler-sfc": "^3.0.4",
|
|
"vite": "^1.0.0-rc.13"
|
|
}
|
|
}
|