-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.37 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.37 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
47
{
"name": "bluemeteor-ai-force",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start:web": "ng serve",
"start:server": "npm run start:dev --prefix server",
"build": "ng build",
"build:frontend": "ng build",
"build:backend": "npm run build --prefix server",
"validate:docker": "docker compose config",
"typecheck": "tsc -p tsconfig.app.json --noEmit",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"generate:agent-card-images": "node scripts/generate-agent-card-images.mjs"
},
"private": true,
"packageManager": "npm@11.9.0",
"dependencies": {
"@angular/animations": "^21.2.11",
"@angular/cdk": "^21.2.9",
"@angular/common": "^21.2.0",
"@angular/compiler": "^21.2.0",
"@angular/core": "^21.2.0",
"@angular/forms": "^21.2.0",
"@angular/platform-browser": "^21.2.0",
"@angular/router": "^21.2.0",
"@primeuix/themes": "^2.0.3",
"primeicons": "^7.0.0",
"primeng": "^21.1.6",
"rxjs": "~7.8.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@angular/build": "^21.2.9",
"@angular/cli": "^21.2.9",
"@angular/compiler-cli": "^21.2.0",
"@tailwindcss/postcss": "^4.2.4",
"jsdom": "^28.0.0",
"postcss": "^8.5.13",
"prettier": "^3.8.1",
"tailwindcss": "^4.2.4",
"typescript": "~5.9.2",
"vitest": "^4.0.8"
}
}