-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.04 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.04 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
{
"name": "eqbsl-explorer",
"private": true,
"version": "0.0.0",
"type": "module",
"keywords": [
"subjective-logic",
"evidence-based-subjective-logic",
"ebsl",
"eqbsl",
"trust-computation",
"reputation-system",
"opinion-model",
"dempster-shafer",
"web-of-trust",
"sybil-resistance",
"zero-knowledge",
"trust-network",
"belief-uncertainty",
"typescript"
],
"scripts": {
"dev": "ng serve",
"build": "ng build --configuration=production",
"preview": "ng serve --configuration=production"
},
"dependencies": {
"@angular/build": "^21.0.0",
"@angular/cli": "^21.0.0",
"@angular/common": "^21.0.0",
"@angular/compiler": "^21.0.0",
"@angular/compiler-cli": "^21.0.0",
"@angular/core": "^21.0.0",
"@angular/platform-browser": "^21.0.0",
"@google/genai": "^1.34.0",
"katex": "^0.16.27",
"rxjs": "^7.8.2",
"tailwindcss": "latest"
},
"devDependencies": {
"@types/node": "^22.14.0",
"typescript": "^5.9.0",
"vite": "^6.2.0"
}
}