package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "name": "angular",
  3. "version": "0.0.0",
  4. "scripts": {
  5. "ng": "ng",
  6. "start": "ng serve",
  7. "build": "ng build @uppy/angular --configuration development",
  8. "build:release": "ng build",
  9. "build-storybook": "npm run docs:json && build-storybook",
  10. "docs:json": "compodoc -p ./tsconfig.json -e json -d .",
  11. "storybook": "npm run docs:json && start-storybook -p 6006",
  12. "watch": "ng build --watch --configuration development",
  13. "test": "ng test"
  14. },
  15. "private": true,
  16. "dependencies": {
  17. "@angular/animations": ">= 14",
  18. "@angular/common": ">= 14",
  19. "@angular/compiler": ">= 14",
  20. "@angular/core": ">= 14",
  21. "@angular/forms": ">= 14",
  22. "@angular/platform-browser": ">= 14",
  23. "@angular/platform-browser-dynamic": ">= 14",
  24. "@angular/router": ">= 14",
  25. "@uppy/dashboard": "workspace:^",
  26. "@uppy/drag-drop": "workspace:^",
  27. "@uppy/progress-bar": "workspace:^",
  28. "@uppy/status-bar": "workspace:^",
  29. "prop-types": "^15.7.2",
  30. "rxjs": "~7.5.0",
  31. "tslib": "^2.3.0",
  32. "zone.js": "~0.11.4"
  33. },
  34. "peerDependencies": {
  35. "@uppy/core": "workspace:^"
  36. },
  37. "devDependencies": {
  38. "@angular-devkit/build-angular": ">= 14",
  39. "@angular/cli": ">= 14",
  40. "@angular/compiler-cli": ">= 14",
  41. "@babel/core": "^7.17.5",
  42. "@compodoc/compodoc": "^1.1.19",
  43. "@storybook/addon-actions": "^6.5.0-alpha.42",
  44. "@storybook/addon-essentials": "^6.5.0-alpha.42",
  45. "@storybook/addon-interactions": "^6.5.0-alpha.42",
  46. "@storybook/addon-links": "^6.5.0-alpha.42",
  47. "@storybook/angular": "^6.5.0-alpha.42",
  48. "@storybook/builder-webpack5": "^6.5.0-alpha.42",
  49. "@storybook/manager-webpack5": "^6.5.0-alpha.42",
  50. "@storybook/testing-library": "^0.0.9",
  51. "@types/jasmine": "~4.0.0",
  52. "babel-loader": "^8.2.3",
  53. "jasmine-core": "~4.2.0",
  54. "karma": "~6.4.0",
  55. "karma-coverage": "~2.2.0",
  56. "karma-jasmine": "~5.1.0",
  57. "karma-jasmine-html-reporter": "~2.0.0",
  58. "ng-packagr": "^13.0.0",
  59. "typescript": "~4.8"
  60. }
  61. }