-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.17 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.17 KB
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
{
"name": "sporty-leagues",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "ng serve",
"build": "ng build",
"preview": "ng serve --configuration=production",
"test": "node test-runner.mjs",
"test:coverage": "karma start --single-run --coverage",
"test:watch": "karma start --auto-watch",
"test:single": "karma start --single-run"
},
"dependencies": {
"@angular/build": "^20.1.0",
"@angular/cli": "^20.1.0",
"@angular/common": "^20.1.0",
"@angular/compiler": "^20.1.0",
"@angular/compiler-cli": "^20.1.0",
"@angular/core": "^20.1.0",
"@angular/forms": "^20.1.6-0",
"@angular/platform-browser": "^20.1.0",
"dexie": "^4.2.0",
"rxjs": "^7.8.2",
"tailwindcss": "latest"
},
"devDependencies": {
"@types/jasmine": "^5.1.9",
"@types/node": "^22.14.0",
"@web/test-runner": "^0.20.2",
"@web/test-runner-commands": "^0.9.0",
"jasmine": "^5.10.0",
"karma": "^6.4.4",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"typescript": "~5.8.2",
"vite": "^6.2.0"
}
}