ciyidogan commited on
Commit
ceca3c2
·
verified ·
1 Parent(s): 9eba098

Update flare-ui/package.json

Browse files
Files changed (1) hide show
  1. flare-ui/package.json +37 -33
flare-ui/package.json CHANGED
@@ -1,34 +1,38 @@
1
- {
2
- "name": "flare-ui",
3
- "version": "0.1.0",
4
- "scripts": {
5
- "ng": "ng",
6
- "start": "ng serve",
7
- "build": "ng build --configuration production --output-path ../static",
8
- "watch": "ng build --watch --configuration development",
9
- "test": "ng test"
10
- },
11
- "private": true,
12
- "dependencies": {
13
- "@angular/animations": "^16.2.0",
14
- "@angular/cdk": "^16.2.0",
15
- "@angular/common": "^16.2.0",
16
- "@angular/compiler": "^16.2.0",
17
- "@angular/core": "^16.2.0",
18
- "@angular/forms": "^16.2.0",
19
- "@angular/material": "^16.2.0",
20
- "@angular/platform-browser": "^16.2.0",
21
- "@angular/platform-browser-dynamic": "^16.2.0",
22
- "@angular/router": "^16.2.0",
23
- "rxjs": "~7.8.0",
24
- "tslib": "^2.3.0",
25
- "zone.js": "~0.13.0"
26
- },
27
- "devDependencies": {
28
- "@angular-devkit/build-angular": "^17.0.0",
29
- "@angular/cli": "^17.0.0",
30
- "@angular/compiler-cli": "^17.0.0",
31
- "@types/node": "^20.0.0",
32
- "typescript": "~5.2.0"
33
- }
 
 
 
 
34
  }
 
1
+ {
2
+ "name": "flare-ui",
3
+ "version": "0.1.0",
4
+ "scripts": {
5
+ "ng": "ng",
6
+ "start": "ng serve",
7
+ "build": "ng build --configuration production --output-path ../static",
8
+ "watch": "ng build --watch --configuration development",
9
+ "test": "ng test"
10
+ },
11
+ "private": true,
12
+ "dependencies": {
13
+ "@angular/animations": "^17.0.0",
14
+ "@angular/common": "^17.0.0",
15
+ "@angular/compiler": "^17.0.0",
16
+ "@angular/core": "^17.0.0",
17
+ "@angular/forms": "^17.0.0",
18
+ "@angular/platform-browser": "^17.0.0",
19
+ "@angular/platform-browser-dynamic": "^17.0.0",
20
+ "@angular/router": "^17.0.0",
21
+ "rxjs": "~7.8.0",
22
+ "tslib": "^2.3.0",
23
+ "zone.js": "~0.14.0"
24
+ },
25
+ "devDependencies": {
26
+ "@angular-devkit/build-angular": "^17.0.0",
27
+ "@angular/cli": "^17.0.0",
28
+ "@angular/compiler-cli": "^17.0.0",
29
+ "@types/jasmine": "~5.1.0",
30
+ "jasmine-core": "~5.1.0",
31
+ "karma": "~6.4.0",
32
+ "karma-chrome-launcher": "~3.2.0",
33
+ "karma-coverage": "~2.2.0",
34
+ "karma-jasmine": "~5.1.0",
35
+ "karma-jasmine-html-reporter": "~2.1.0",
36
+ "typescript": "~5.2.2"
37
+ }
38
  }