-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.45 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.45 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
48
49
50
51
{
"name": "k0r0pt-ai-image-prompt-gen",
"version": "0.1.3",
"scripts": {
"ng": "ng",
"ncu": "ncu",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"check-package-updates": "npm-check-updates",
"update-packages": "npm-check-updates -u"
},
"private": true,
"dependencies": {
"@angular/animations": "^20.0.5",
"@angular/cdk": "^20.0.4",
"@angular/common": "^20.0.5",
"@angular/compiler": "^20.0.5",
"@angular/core": "^20.0.5",
"@angular/forms": "^20.0.5",
"@angular/material": "^20.0.4",
"@angular/platform-browser": "^20.0.5",
"@angular/platform-browser-dynamic": "^20.3.6",
"@angular/router": "^20.0.5",
"@angular/ssr": "^20.0.4",
"@langchain/ollama": "^0.2.3",
"express": "^5.1.0",
"ngx-cookie-service": "20.0.1",
"ngx-mat-select-search": "8.0.2",
"ollama": "0.5.16",
"rxjs": "~7.8.2",
"tslib": "^2.8.1",
"zone.js": "~0.15.1"
},
"devDependencies": {
"@angular/build": "^20.0.4",
"@angular/cli": "~20.1.4",
"@angular/compiler-cli": "^20.0.5",
"@types/express": "^5.0.3",
"@types/jasmine": "~5.1.8",
"jasmine-core": "~5.8.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",
"npm-check-updates": "^18.0.1",
"typescript": "5.8.3"
}
}