mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-23 10:25:33 +00:00
54 lines
1.6 KiB
JSON
54 lines
1.6 KiB
JSON
{
|
|
"name": "angular-example",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"start": "ng serve",
|
|
"build": "ng build",
|
|
"watch": "ng build --watch --configuration development",
|
|
"test": "ng test"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@angular/animations": "^14.1.0",
|
|
"@angular/common": "^14.1.0",
|
|
"@angular/compiler": "^14.1.0",
|
|
"@angular/core": "^14.1.0",
|
|
"@angular/forms": "^14.1.0",
|
|
"@angular/platform-browser": "^14.1.0",
|
|
"@angular/platform-browser-dynamic": "^14.1.0",
|
|
"@angular/router": "^14.1.0",
|
|
"@uppy/angular": "workspace:*",
|
|
"@uppy/core": "workspace:*",
|
|
"@uppy/drag-drop": "workspace:*",
|
|
"@uppy/google-drive": "workspace:*",
|
|
"@uppy/progress-bar": "workspace:*",
|
|
"@uppy/tus": "workspace:*",
|
|
"@uppy/webcam": "workspace:*",
|
|
"rxjs": "~7.5.0",
|
|
"tslib": "^2.3.0",
|
|
"zone.js": "~0.11.4"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "^14.1.2",
|
|
"@angular-eslint/builder": "^14.0.2",
|
|
"@angular-eslint/eslint-plugin": "^14.0.2",
|
|
"@angular-eslint/eslint-plugin-template": "^14.0.2",
|
|
"@angular-eslint/schematics": "^14.0.2",
|
|
"@angular-eslint/template-parser": "^14.0.2",
|
|
"@angular/cli": "~14.2.0",
|
|
"@angular/compiler-cli": "^14.1.0",
|
|
"@types/jasmine": "~4.0.0",
|
|
"eslint": "^8.0.0",
|
|
"eslint-plugin-import": "^2.22.1",
|
|
"eslint-plugin-jsdoc": "^39.0.0",
|
|
"eslint-plugin-prefer-arrow": "^1.2.3",
|
|
"jasmine-core": "~4.2.0",
|
|
"karma": "~6.4.0",
|
|
"karma-chrome-launcher": "~3.1.0",
|
|
"karma-coverage": "~2.2.0",
|
|
"karma-jasmine": "~5.1.0",
|
|
"karma-jasmine-html-reporter": "~2.0.0",
|
|
"typescript": "~4.8"
|
|
}
|
|
}
|