mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 00:55:35 +00:00
* meta: use Yarn v3 instead of npm * Update CONTRIBUTING.md to fix linter errors * remove remaining npm commands * Update deps
26 lines
563 B
JSON
26 lines
563 B
JSON
{
|
|
"name": "@uppy-example/vue-example",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"@uppy/vue": "workspace:*",
|
|
"core-js": "^3.6.5",
|
|
"shallow-equal": "^1.2.1",
|
|
"vue": "^2.6.11"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "~4.5.0",
|
|
"@vue/cli-service": "~4.5.0",
|
|
"vue-template-compiler": "^2.6.11"
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not dead"
|
|
]
|
|
}
|