-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.93 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "learn-angular",
"version": "0.0.0",
"type": "module",
"scripts": {
"ng": "ng",
"start": "concurrently \"ng serve\" \"json-server --watch db.json\" ",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular/animations": "^17.2.1",
"@angular/cdk": "^17.2.0",
"@angular/common": "^17.2.1",
"@angular/compiler": "^17.2.1",
"@angular/core": "^17.2.1",
"@angular/fire": "^17.0.1",
"@angular/flex-layout": "^15.0.0-beta.42",
"@angular/forms": "^17.2.1",
"@angular/material": "^17.2.0",
"@angular/platform-browser": "^17.2.1",
"@angular/platform-browser-dynamic": "^17.2.1",
"@angular/router": "^17.2.1",
"@ngneat/until-destroy": "^10.0.0",
"@ngrx/store": "^17.2.0",
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"@ngxs/store": "^3.8.2",
"bootstrap": "^5.3.3",
"concurrently": "^8.2.2",
"database": "^0.0.2",
"firebase": "^10.11.0",
"firebase-admin": "^12.0.0",
"firebase-functions": "^4.7.0",
"flag-icons": "^7.1.0",
"jquery": "^3.7.1",
"ngx-image-cropper": "^7.2.1",
"ngx-pipes": "^3.2.2",
"ngx-skeleton-loader": "^9.0.0",
"ngx-spinner": "^16.0.2",
"popper.js": "^1.16.1",
"rxjs": "~7.8.0",
"signal": "^7.0.6",
"sweetalert2": "^11.6.13",
"swiper": "^11.0.5",
"tslib": "^2.3.0",
"zone.js": "~0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.2.0",
"@angular/cli": "^17.3.6",
"@angular/compiler-cli": "^17.2.1",
"@types/jasmine": "~4.3.0",
"jasmine-core": "~4.6.0",
"json-server": "^1.0.0-alpha.23",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"tailwindcss": "^3.4.3",
"typescript": "~5.3.3"
}
}