123456789101112131415161718192021222324252627282930313233343536373839404142 |
- {
- "name": "@uppy/vue",
- "version": "2.0.3",
- "license": "MIT",
- "type": "module",
- "main": "lib/index.js",
- "dependencies": {
- "shallow-equal": "^3.0.0"
- },
- "devDependencies": {
- "vue": "^3.4.21"
- },
- "peerDependencies": {
- "@uppy/core": "workspace:^",
- "@uppy/dashboard": "workspace:^",
- "@uppy/drag-drop": "workspace:^",
- "@uppy/file-input": "workspace:^",
- "@uppy/progress-bar": "workspace:^",
- "@uppy/status-bar": "workspace:^",
- "vue": ">=3.0.0"
- },
- "peerDependenciesMeta": {
- "@uppy/dashboard": {
- "optional": true
- },
- "@uppy/drag-drop": {
- "optional": true
- },
- "@uppy/file-input": {
- "optional": true
- },
- "@uppy/progress-bar": {
- "optional": true
- },
- "@uppy/status-bar": {
- "optional": true
- }
- },
- "publishConfig": {
- "access": "public"
- }
- }
|