-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.02 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.02 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "shs-ext",
"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": "^20.3.17",
"@angular/common": "^20.3.17",
"@angular/compiler": "^20.3.17",
"@angular/core": "^20.3.17",
"@angular/forms": "^20.3.17",
"@angular/platform-browser": "^20.3.17",
"@angular/platform-browser-dynamic": "^20.3.17",
"@angular/router": "^20.3.17",
"@langchain/classic": "^1.0.22",
"@langchain/community": "^1.1.22",
"@langchain/core": "^1.1.31",
"@langchain/pinecone": "^1.0.1",
"@mozilla/readability": "^0.6.0",
"@pinecone-database/pinecone": "^5.1.2",
"@xenova/transformers": "^2.17.2",
"d3": "^7.9.0",
"ext-send-chunked-message": "^1.0.0",
"flat": "^6.0.1",
"langchain": "^1.2.30",
"pouchdb": "^9.0.0",
"pouchdb-upsert": "^2.2.0",
"rxjs": "^7.8.2",
"tslib": "^2.3.0",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^20.0.0",
"@angular/build": "^20.3.19",
"@angular/cli": "^20.3.19",
"@angular/compiler-cli": "^20.3.17",
"@tailwindcss/postcss": "^4.2.1",
"@types/chrome": "^0.1.37",
"@types/d3": "^7.4.3",
"@types/jasmine": "^6.0.0",
"@types/pouchdb": "^6.4.2",
"@types/pouchdb-upsert": "^2.2.9",
"@typescript-eslint/parser": "^8.23.0",
"autoprefixer": "^10.4.27",
"eslint": "^10.0.3",
"jasmine-core": "^6.1.0",
"json-schema-typed": "^8.0.1",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.2.0",
"postcss": "^8.5.1",
"prettier": "^3.4.2",
"prettier-eslint": "^16.4.2",
"tailwindcss": "^4.2.1",
"typescript": "^5.9.3"
},
"overrides": {
"prettier-eslint": {
"minimatch": ">=9.0.7",
"@typescript-eslint/parser": ">=7.6.0"
}
}
}