mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-23 10:25:33 +00:00
* meta: upgrade ESLint to v8.0.0 Forcing `@typescript-eslint/experimental-utils` resolution to `5.0.0` to work around the Angular linter bug. This can be removed when we move to Angular 13. * Remove unnecessary entries from `.eslintignore` - `private/remark-lint-uppy/index.js`: ESLiint v8 supports TLA - `website/private_modules/hexo-renderer-uppyexamples/node_modules/**`: all `node_modules` folder are ignored anyway.
61 lines
1.8 KiB
JSON
61 lines
1.8 KiB
JSON
{
|
|
"name": "angular-example",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"start": "ng serve",
|
|
"build": "ng build",
|
|
"test": "ng test",
|
|
"lint": "ng lint",
|
|
"e2e": "ng e2e"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@angular/animations": "~12.1.0",
|
|
"@angular/common": "~12.1.0",
|
|
"@angular/compiler": "~12.1.0",
|
|
"@angular/core": "~12.1.0",
|
|
"@angular/forms": "~12.1.0",
|
|
"@angular/platform-browser": "~12.1.0",
|
|
"@angular/platform-browser-dynamic": "~12.1.0",
|
|
"@angular/router": "~12.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": "^6.5.3",
|
|
"tslib": "^2.0.0",
|
|
"zone.js": "~0.11.3"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "~12.1.0",
|
|
"@angular-eslint/builder": "12.2.0",
|
|
"@angular-eslint/eslint-plugin": "12.2.0",
|
|
"@angular-eslint/eslint-plugin-template": "12.2.0",
|
|
"@angular-eslint/schematics": "12.2.0",
|
|
"@angular-eslint/template-parser": "12.2.0",
|
|
"@angular/cli": "~12.1.0",
|
|
"@angular/compiler-cli": "~12.1.0",
|
|
"@types/jasmine": "~3.6.0",
|
|
"@types/node": "^12.11.1",
|
|
"@typescript-eslint/eslint-plugin": "^5.0.0",
|
|
"@typescript-eslint/parser": "^5.0.0",
|
|
"eslint": "^8.0.0",
|
|
"eslint-plugin-import": "^2.22.1",
|
|
"eslint-plugin-jsdoc": "^36.0.0",
|
|
"eslint-plugin-prefer-arrow": "latest",
|
|
"jasmine-core": "~3.6.0",
|
|
"jasmine-spec-reporter": "~5.0.0",
|
|
"karma": "~6.1.0",
|
|
"karma-chrome-launcher": "~3.1.0",
|
|
"karma-coverage": "~2.0.3",
|
|
"karma-jasmine": "~4.0.0",
|
|
"karma-jasmine-html-reporter": "^1.5.0",
|
|
"protractor": "~7.0.0",
|
|
"ts-node": "~8.3.0",
|
|
"typescript": "~4.3"
|
|
}
|
|
}
|