-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
68 lines (68 loc) · 2.19 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
67
68
{
"name": "sky-scrapper-app",
"version": "1.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"start:pwa": "ng build --configuration production && http-server -p 8080 -c-1 dist/",
"production": "ng build --configuration production",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"sonar": "sonar-scanner"
},
"private": true,
"dependencies": {
"@angular/animations": "^15.0.0",
"@angular/common": "^15.0.0",
"@angular/compiler": "^15.0.0",
"@angular/core": "^15.0.0",
"@angular/forms": "^15.0.0",
"@angular/platform-browser": "^15.0.0",
"@angular/platform-browser-dynamic": "^15.0.0",
"@angular/router": "^15.0.0",
"@angular/service-worker": "^15.0.0",
"@ngneat/helipopper": "^6.3.0",
"@ngneat/overview": "^3.0.4",
"@simplewebauthn/browser": "^7.0.0",
"@sweetalert2/ngx-sweetalert2": "^12.1.0",
"chart.js": "^4.1.2",
"chartjs-plugin-datalabels": "^2.2.0",
"jwt-decode": "^3.1.2",
"ng2-charts": "^4.1.1",
"ngx-owl-carousel-o": "^15.0.0",
"ngx-pagination": "^6.0.3",
"ngx-skeleton-loader": "^6.0.0",
"ngx-toastr": "^16.0.2",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "~0.12.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.0.4",
"@angular/cli": "~15.0.4",
"@angular/compiler-cli": "^15.0.0",
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@jsdevtools/coverage-istanbul-loader": "^3.0.5",
"@simplewebauthn/typescript-types": "^7.0.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.2",
"@types/jasmine": "~4.3.0",
"autoprefixer": "^10.4.13",
"istanbul-lib-coverage": "^3.2.0",
"jasmine-core": "~4.5.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"karma-sonarqube-unit-reporter": "^0.0.23",
"postcss": "^8.4.20",
"prettier": "^2.8.1",
"sonar-scanner": "^3.1.0",
"tailwindcss": "^3.2.4",
"typescript": "~4.8.2"
}
}