-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
59 lines (59 loc) · 1.64 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": "mini-bard-palm2-angular",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular/animations": "^17.0.4",
"@angular/cdk": "^16.2.7",
"@angular/common": "^17.0.4",
"@angular/compiler": "^17.0.4",
"@angular/core": "^17.0.4",
"@angular/forms": "^17.0.4",
"@angular/material": "^16.2.7",
"@angular/platform-browser": "^17.0.4",
"@angular/platform-browser-dynamic": "^17.0.4",
"@angular/router": "^17.0.4",
"@google/generative-ai": "^0.1.2",
"clipboard": "^2.0.11",
"emoji-toolkit": "^7.0.1",
"katex": "^0.16.9",
"marked": "^9.1.6",
"mermaid": "^10.5.0",
"ngx-markdown": "^17.1.1",
"ngx-quill": "^22.1.0",
"prismjs": "^1.29.0",
"quill": "^1.3.7",
"quilljs-markdown": "^1.2.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"uuid": "^9.0.1",
"zone.js": "~0.14.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.0.3",
"@angular/cli": "~17.0.3",
"@angular/compiler-cli": "^17.0.4",
"@schematics/angular": "~16.2.5",
"@types/d3": "^7.4.0",
"@types/dompurify": "^3.0.2",
"@types/jasmine": "~4.3.0",
"@types/marked": "^4.3.2",
"@types/prismjs": "^1.26.0",
"@types/quill": "1.3",
"@types/uuid": "^9.0.5",
"jasmine-core": "~4.5.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"typescript": "~5.2.2"
}
}