-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
33 lines (33 loc) · 934 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "angular-uploader",
"version": "0.1.0",
"private": true,
"scripts": {
"ng": "ng",
"start": "NG_CLI_ANALYTICS=\"false\" ng serve --disable-host-check",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"dependencies": {
"@angular/common": "17.0.9",
"@angular/compiler": "17.0.9",
"@angular/core": "17.0.9",
"@angular/forms": "17.0.9",
"@angular/platform-browser": "17.0.9",
"@angular/platform-browser-dynamic": "17.0.9",
"@angular/router": "17.0.9",
"@uploadcare/file-uploader": "^1.2.0",
"rxjs": "7.4.0",
"tslib": "2.3.1",
"zone.js": "0.14.4"
},
"devDependencies": {
"@angular-builders/custom-webpack": "17.0.1",
"@angular-devkit/build-angular": "17.2.2",
"@angular/cli": "17.0.9",
"@angular/compiler-cli": "17.0.9",
"@types/node": "18.15.3",
"typescript": "5.2.2"
}
}