mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 00:55:35 +00:00
| Package | Version | Package | Version | | ------------------------- | ------- | ------------------------- | ------- | | @uppy/angular | 0.2.6 | @uppy/locales | 2.0.4 | | @uppy/audio | 0.2.0 | @uppy/onedrive | 2.0.5 | | @uppy/aws-s3 | 2.0.6 | @uppy/provider-views | 2.0.6 | | @uppy/aws-s3-multipart | 2.2.0 | @uppy/react | 2.1.2 | | @uppy/box | 1.0.5 | @uppy/screen-capture | 2.0.5 | | @uppy/companion | 3.1.2 | @uppy/status-bar | 2.1.2 | | @uppy/companion-client | 2.0.4 | @uppy/store-default | 2.0.3 | | @uppy/core | 2.1.3 | @uppy/thumbnail-generator | 2.0.6 | | @uppy/dashboard | 2.1.2 | @uppy/transloadit | 2.0.5 | | @uppy/drag-drop | 2.0.5 | @uppy/tus | 2.1.2 | | @uppy/dropbox | 2.0.5 | @uppy/url | 2.0.5 | | @uppy/facebook | 2.0.5 | @uppy/utils | 4.0.4 | | @uppy/file-input | 2.0.5 | @uppy/webcam | 2.0.5 | | @uppy/golden-retriever | 2.0.6 | @uppy/xhr-upload | 2.0.6 | | @uppy/google-drive | 2.0.5 | @uppy/zoom | 1.0.5 | | @uppy/image-editor | 1.1.0 | @uppy/robodog | 2.1.4 | | @uppy/informer | 2.0.5 | uppy | 2.3.0 | | @uppy/instagram | 2.0.5 | | | - meta: add release automations (Antoine du Hamel / #3304) - @uppy/dashboard: Save meta fields when opening the image editor (Merlijn Vos / #3339) - @uppy/aws-s3-multipart: Drop `lockedCandidatesForBatch` and mark chunks as busy when preparing (Yegor Yarko / #3342) - @uppy/webcam: fix broken links in `webcam.md` (Antoine du Hamel / #3346) - @uppy/audio: new @uppy/audio plugin for recording with microphone (Artur Paikin / #2976) - build: force use of `@babel/plugin-proposal-optional-chaining` (Antoine du Hamel / #3335) - @uppy/companion: fix deploy Yarn version (Antoine du Hamel / #3327) - @uppy/companion: upgrade aws-sdk (Mikael Finstad / #3334) - @uppy/core: disable loose transpilation for legacy bundle (Antoine du Hamel / #3329) - @uppy/angular: examples: update `angular-example` to Angular v13 (Antoine du Hamel / #3325) - meta: Update BACKLOG.md (Artur Paikin, Merlijn Vos) - meta: Add disableLocalFiles to options summary (Steve Barker / #3323) - meta: Create SECURITY.md (Ziding Zhang / #3052) - @uppy/image-editor: Pass croppedCanvasOptions to getCroppedCanvas (Mohamed Boudra / #3320) - meta: finish `master`->`main` job (Mikael Finstad / #3315) - website: update documents that were out of date (Antoine du Hamel / #3317) - @uppy/status-bar: Status bar error state improvements (Merlijn Vos / #3299) - doc: Fix typo in `docs/drag-drop.md` (Ash Allen / #3319) - website: Update /support and docs about Transloadit-hosted Companion (Artur Paikin / #3243) - @uppy/aws-s3,@uppy/box,@uppy/core,@uppy/dashboard,@uppy/drag-drop,@uppy/dropbox,@uppy/facebook,@uppy/file-input,@uppy/google-drive,@uppy/image-editor,@uppy/instagram,@uppy/locales,@uppy/onedrive,@uppy/screen-capture,@uppy/status-bar,@uppy/thumbnail-generator,@uppy/transloadit,@uppy/url,@uppy/webcam,@uppy/xhr-upload,@uppy/zoom: Refactor locale scripts & generate types and docs (Merlijn Vos / #3276) - @uppy/companion: Remove references of incorrect `options` argument for `companion.socket` (Mikael Finstad / #3307) - @uppy/companion: Upgrade linting to 2.0.0-0 (Kevin van Zonneveld / #3280)
81 lines
2.4 KiB
JSON
81 lines
2.4 KiB
JSON
{
|
|
"name": "@uppy/angular",
|
|
"version": "0.2.6",
|
|
"module": "dist/angular/esm2015/public-api.js",
|
|
"types": "dist/angular/uppy-angular.d.ts",
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"start": "start-storybook -p 6006",
|
|
"build": "ng build",
|
|
"build:release": "ng build --prod",
|
|
"test": "ng test",
|
|
"lint": "ng lint",
|
|
"e2e": "ng e2e",
|
|
"build-storybook": "build-storybook"
|
|
},
|
|
"dependencies": {
|
|
"@angular/animations": ">= 11",
|
|
"@angular/common": ">= 11",
|
|
"@angular/compiler": ">= 11",
|
|
"@angular/core": ">= 11",
|
|
"@angular/forms": ">= 11",
|
|
"@angular/platform-browser": ">= 11",
|
|
"@angular/platform-browser-dynamic": ">= 11",
|
|
"@angular/router": ">= 11",
|
|
"@uppy/dashboard": "workspace:^",
|
|
"@uppy/drag-drop": "workspace:^",
|
|
"@uppy/progress-bar": "workspace:^",
|
|
"@uppy/status-bar": "workspace:^",
|
|
"prop-types": "^15.7.2",
|
|
"rxjs": "^6.5.3",
|
|
"tslib": "^2.0.0",
|
|
"zone.js": "~0.11.3"
|
|
},
|
|
"peerDependencies": {
|
|
"@uppy/core": ">=1"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": ">= 11",
|
|
"@angular-eslint/builder": ">= 11",
|
|
"@angular-eslint/eslint-plugin": ">= 11",
|
|
"@angular-eslint/eslint-plugin-template": ">= 11",
|
|
"@angular-eslint/schematics": ">= 11",
|
|
"@angular-eslint/template-parser": ">= 11",
|
|
"@angular/cli": ">= 11",
|
|
"@angular/compiler-cli": ">= 11",
|
|
"@babel/core": "^7.10.5",
|
|
"@storybook/addon-actions": "^6.2.7",
|
|
"@storybook/addon-links": "^6.2.7",
|
|
"@storybook/addon-notes": "^5.3.19",
|
|
"@storybook/addons": "^5.3.21",
|
|
"@storybook/angular": "^6.2.7",
|
|
"@types/jasmine": "~3.6.0",
|
|
"@types/jasminewd2": "~2.0.3",
|
|
"@types/node": "^12.11.1",
|
|
"@typescript-eslint/eslint-plugin": "^5.0.0",
|
|
"@typescript-eslint/parser": "^5.0.0",
|
|
"babel-loader": "^8.1.0",
|
|
"eslint": "^8.0.0",
|
|
"eslint-plugin-import": "^2.22.1",
|
|
"eslint-plugin-jsdoc": "^37.0.0",
|
|
"eslint-plugin-prefer-arrow": "^1.2.3",
|
|
"jasmine-core": "~3.6.0",
|
|
"jasmine-spec-reporter": "~7.0.0",
|
|
"karma": "~6.3.9",
|
|
"karma-chrome-launcher": "~3.1.0",
|
|
"karma-coverage-istanbul-reporter": "~3.0.2",
|
|
"karma-jasmine": "~4.0.0",
|
|
"karma-jasmine-html-reporter": "^1.5.0",
|
|
"ng-packagr": "^13.0.0",
|
|
"protractor": "~7.0.0",
|
|
"redux": "^4.0.5",
|
|
"ts-node": "~8.3.0",
|
|
"typescript": "~4.4"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"files": [
|
|
"/dist"
|
|
]
|
|
}
|