-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.65 KB
/
package.json
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
52
53
54
55
56
57
58
59
{
"name": "generative-ai-angular",
"version": "0.0.1",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular/animations": "^17.1.1",
"@angular/cdk": "^17.2.1",
"@angular/common": "^17.2.2",
"@angular/compiler": "^17.2.2",
"@angular/core": "^17.2.2",
"@angular/forms": "^17.2.2",
"@angular/material": "^17.2.1",
"@angular/platform-browser": "^17.2.2",
"@angular/platform-browser-dynamic": "^17.2.2",
"@angular/router": "^17.2.2",
"@google/generative-ai": "^0.2.1",
"clipboard": "^2.0.11",
"emoji-toolkit": "^8.0.0",
"highlight.js": "^11.9.0",
"katex": "^0.16.9",
"marked": "^10.0.0",
"mermaid": "^11.0.0-alpha.6",
"ngx-markdown": "17.1.1",
"ngx-quill": "^24.0.5",
"prismjs": "^1.29.0",
"quill": "1.3.7",
"quilljs-markdown": "^1.2.0",
"rxjs": "~7.8.1",
"tslib": "^2.6.2",
"uuid": "^9.0.1",
"zone.js": "~0.14.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.2.1",
"@angular/cli": "~17.2.1",
"@angular/compiler-cli": "^17.2.2",
"@schematics/angular": "~17.2.1",
"@types/dompurify": "^3.0.5",
"@types/jasmine": "~4.6.4",
"@types/marked": "^4.3.2",
"@types/prismjs": "^1.26.3",
"@types/quill": "1.3.10",
"@types/uuid": "^9.0.7",
"jasmine-core": "~4.6.0",
"karma": "~6.4.2",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"typescript": "~5.2.2"
}
}