Spaces:
Running
Running
Update flare-ui/package.json
Browse files- 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": "^
|
14 |
-
"@angular/
|
15 |
-
"@angular/
|
16 |
-
"@angular/
|
17 |
-
"@angular/
|
18 |
-
"@angular/
|
19 |
-
"@angular/
|
20 |
-
"@angular/
|
21 |
-
"
|
22 |
-
"
|
23 |
-
"
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
"@angular
|
29 |
-
"@
|
30 |
-
"
|
31 |
-
"
|
32 |
-
"
|
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 |
}
|