|
@@ -4,58 +4,43 @@
|
|
|
"scripts": {
|
|
|
"ng": "ng",
|
|
|
"start": "ng serve",
|
|
|
- "build": "ng build @uppy/angular --configuration development",
|
|
|
- "build:release": "ng build",
|
|
|
- "build-storybook": "npm run docs:json && build-storybook",
|
|
|
- "docs:json": "compodoc -p ./tsconfig.json -e json -d .",
|
|
|
- "storybook": "npm run docs:json && start-storybook -p 6006",
|
|
|
+ "build": "ng build",
|
|
|
"watch": "ng build --watch --configuration development",
|
|
|
"test": "ng test"
|
|
|
},
|
|
|
"private": true,
|
|
|
"dependencies": {
|
|
|
- "@angular/animations": ">= 14",
|
|
|
- "@angular/common": ">= 14",
|
|
|
- "@angular/compiler": ">= 14",
|
|
|
- "@angular/core": ">= 14",
|
|
|
- "@angular/forms": ">= 14",
|
|
|
- "@angular/platform-browser": ">= 14",
|
|
|
- "@angular/platform-browser-dynamic": ">= 14",
|
|
|
- "@angular/router": ">= 14",
|
|
|
- "@uppy/dashboard": "workspace:^",
|
|
|
- "@uppy/drag-drop": "workspace:^",
|
|
|
- "@uppy/progress-bar": "workspace:^",
|
|
|
- "@uppy/status-bar": "workspace:^",
|
|
|
- "prop-types": "^15.7.2",
|
|
|
- "rxjs": "~7.5.0",
|
|
|
+ "@angular/animations": "^16.2.0",
|
|
|
+ "@angular/common": "^16.2.0",
|
|
|
+ "@angular/compiler": "^16.2.0",
|
|
|
+ "@angular/core": "^16.2.0",
|
|
|
+ "@angular/forms": "^16.2.0",
|
|
|
+ "@angular/platform-browser": "^16.2.0",
|
|
|
+ "@angular/platform-browser-dynamic": "^16.2.0",
|
|
|
+ "@angular/router": "^16.2.0",
|
|
|
+ "rxjs": "~7.8.0",
|
|
|
"tslib": "^2.3.0",
|
|
|
- "zone.js": "~0.11.4"
|
|
|
- },
|
|
|
- "peerDependencies": {
|
|
|
- "@uppy/core": "workspace:^"
|
|
|
+ "zone.js": "~0.13.0"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
- "@angular-devkit/build-angular": ">= 14",
|
|
|
- "@angular/cli": ">= 14",
|
|
|
- "@angular/compiler-cli": ">= 14",
|
|
|
- "@babel/core": "^7.17.5",
|
|
|
- "@compodoc/compodoc": "^1.1.19",
|
|
|
- "@storybook/addon-actions": "^6.5.0-alpha.42",
|
|
|
- "@storybook/addon-essentials": "^6.5.0-alpha.42",
|
|
|
- "@storybook/addon-interactions": "^6.5.0-alpha.42",
|
|
|
- "@storybook/addon-links": "^6.5.0-alpha.42",
|
|
|
- "@storybook/angular": "^6.5.0-alpha.42",
|
|
|
- "@storybook/builder-webpack5": "^6.5.0-alpha.42",
|
|
|
- "@storybook/manager-webpack5": "^6.5.0-alpha.42",
|
|
|
- "@storybook/testing-library": "^0.0.9",
|
|
|
- "@types/jasmine": "~4.0.0",
|
|
|
- "babel-loader": "^8.2.3",
|
|
|
- "jasmine-core": "~4.2.0",
|
|
|
+ "@angular-devkit/build-angular": "^16.2.0",
|
|
|
+ "@angular-eslint/builder": "16.1.1",
|
|
|
+ "@angular-eslint/eslint-plugin": "16.1.1",
|
|
|
+ "@angular-eslint/eslint-plugin-template": "16.1.1",
|
|
|
+ "@angular-eslint/schematics": "16.1.1",
|
|
|
+ "@angular-eslint/template-parser": "16.1.1",
|
|
|
+ "@angular/cli": "~16.2.0",
|
|
|
+ "@angular/compiler-cli": "^16.2.0",
|
|
|
+ "@types/jasmine": "~4.3.0",
|
|
|
+ "@typescript-eslint/eslint-plugin": "5.62.0",
|
|
|
+ "@typescript-eslint/parser": "5.62.0",
|
|
|
+ "jasmine-core": "~4.6.0",
|
|
|
"karma": "~6.4.0",
|
|
|
+ "karma-chrome-launcher": "~3.2.0",
|
|
|
"karma-coverage": "~2.2.0",
|
|
|
"karma-jasmine": "~5.1.0",
|
|
|
- "karma-jasmine-html-reporter": "~2.0.0",
|
|
|
- "ng-packagr": "^13.0.0",
|
|
|
- "typescript": "~4.8"
|
|
|
+ "karma-jasmine-html-reporter": "~2.1.0",
|
|
|
+ "ng-packagr": "^16.2.0",
|
|
|
+ "typescript": "~5.1"
|
|
|
}
|
|
|
}
|