-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.4 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.4 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
43
44
45
46
{
"name": "wwtbam",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "npx playwright test",
"test:headed": "npx playwright test --headed",
"test:install": "npx playwright install",
"test:report": "npx playwright show-report",
"lint": "ng lint"
},
"private": true,
"dependencies": {
"@angular/animations": "^21.2.12",
"@angular/common": "^21.2.12",
"@angular/compiler": "^21.2.12",
"@angular/core": "^21.2.12",
"@angular/forms": "^21.2.12",
"@angular/platform-browser": "^21.2.12",
"@angular/platform-browser-dynamic": "^21.2.12",
"@angular/router": "^21.2.12",
"openai": "^6.37.0",
"rxjs": "^7.8.2",
"tslib": "^2.8.1",
"zone.js": "~0.16.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^21.2.10",
"@angular-eslint/builder": "^21.3.1",
"@angular-eslint/eslint-plugin": "^21.3.1",
"@angular-eslint/eslint-plugin-template": "^21.3.1",
"@angular-eslint/schematics": "^21.3.1",
"@angular-eslint/template-parser": "^21.3.1",
"@angular/cli": "^21.2.10",
"@angular/compiler-cli": "^21.2.12",
"@angular/language-service": "^21.2.12",
"@playwright/test": "^1.45.0",
"@types/node": "^25.6.2",
"@typescript-eslint/eslint-plugin": "^8.59.2",
"@typescript-eslint/parser": "^8.59.2",
"eslint": "^9.39.4",
"typescript": "^5.9.3"
}
}