mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-24 02:46:39 +00:00
- Deduplicate Vite versions, always use 7.x (except for sveltekit, which
does not allow 7 yet)
- Add missing dev deps
- Fix react-native requested deps versions
- Fix companion @types/node
- Fix "engines" in root package.json
No more yarn warnings 🎉
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"name": "example-angular",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"start": "ng serve",
|
|
"build": "ng build",
|
|
"watch": "ng build --watch --configuration development"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@angular/animations": "^18.0.0",
|
|
"@angular/common": "^18.0.0",
|
|
"@angular/compiler": "^18.0.0",
|
|
"@angular/core": "^18.0.0",
|
|
"@angular/forms": "^18.0.0",
|
|
"@angular/platform-browser": "^18.0.0",
|
|
"@angular/platform-browser-dynamic": "^18.0.0",
|
|
"@angular/router": "^18.0.0",
|
|
"@uppy/angular": "workspace:*",
|
|
"@uppy/core": "workspace:*",
|
|
"@uppy/dashboard": "workspace:*",
|
|
"@uppy/drag-drop": "workspace:*",
|
|
"@uppy/google-drive": "workspace:*",
|
|
"@uppy/progress-bar": "workspace:*",
|
|
"@uppy/status-bar": "workspace:*",
|
|
"@uppy/tus": "workspace:*",
|
|
"@uppy/utils": "workspace:*",
|
|
"@uppy/webcam": "workspace:*",
|
|
"rxjs": "~7.8.0",
|
|
"tslib": "^2.3.0",
|
|
"zone.js": "~0.14.3"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "^18.0.2",
|
|
"@angular/cli": "^18.0.2",
|
|
"@angular/compiler-cli": "^18.0.0",
|
|
"typescript": "~5.4"
|
|
}
|
|
}
|