uppy/packages/@uppy/angular/package.json
Antoine du Hamel 666f6acd88
@uppy/angular: update ng version (#3503)
* @uppy/angular: update ng version

* hack to allow the publish of the Angular package

* fix @types/webpack-dev-server resolution (the package is deprecated anyway)

* Add Storybook back

* Fix default value of Input

* Update README

* Apply suggestions from code review

* fix @types/react version conflict

* Update packages/@uppy/angular/.storybook/tsconfig.json
2022-03-02 11:20:38 +01:00

64 lines
2.1 KiB
JSON

{
"name": "angular",
"version": "0.0.0",
"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",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"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": "~7.4.0",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"peerDependencies": {
"@uppy/core": ">=1"
},
"devDependencies": {
"@angular-devkit/build-angular": ">= 11",
"@angular/cli": ">= 11",
"@angular/compiler-cli": ">= 11",
"@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": "~3.10.0",
"@types/node": "^12.11.1",
"babel-loader": "^8.2.3",
"jasmine-core": "~3.10.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"ng-packagr": "^13.0.0",
"typescript": "~4.4.3"
}
}