-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.58 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
{
"name": "poker-tournament-manager",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"e2e": "ng e2e",
"cypress:open": "cypress open",
"cypress:run": "cypress run"
},
"private": true,
"dependencies": {
"@angular/animations": "17.3.5",
"@angular/cdk": "16.0.0",
"@angular/common": "17.3.5",
"@angular/compiler": "17.3.5",
"@angular/core": "17.3.5",
"@angular/forms": "17.3.5",
"@angular/material": "16.0.0",
"@angular/platform-browser": "17.3.5",
"@angular/platform-browser-dynamic": "17.3.5",
"@angular/router": "17.3.5",
"@auth0/auth0-angular": "^2.2.1",
"@fortawesome/fontawesome-free": "^6.5.1",
"@types/node": "^20.14.2",
"canvas-confetti": "^1.9.3",
"confetti-js": "^0.0.18",
"font-awesome": "^4.7.0",
"keen-slider": "^6.8.6",
"ng-particles": "^3.12.0",
"ngx-countdown": "^15.0.0",
"ngx-paypal": "^11.0.0",
"notiflix": "^3.2.6",
"rxjs": "~6.6.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.3.5",
"@angular/cli": "17.3.5",
"@angular/compiler-cli": "17.3.5",
"@cypress/schematic": "^2.5.1",
"@types/jasmine": "~3.8.0",
"cypress": "latest",
"jasmine-core": "~3.8.0",
"karma": "~6.3.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0",
"typescript": "~5.4.5"
}
}