Skip to content

Commit c86fada

Browse files
authored
Merge pull request #42 from JosephHerson/patch-1
911202: Add missing packages in package.json file
2 parents 1742280 + 662ad80 commit c86fada

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,14 @@
7575
"shelljs": "0.8.5",
7676
"tslib": "2.3.0",
7777
"typescript": "5.3.3",
78-
"zone.js": "0.14.3"
78+
"zone.js": "0.14.3",
79+
"@xenova/transformers": "2.17.2",
80+
"openai": "4.57.0"
7981
},
8082
"scripts": {
8183
"ng": "ng",
8284
"start": "npm run build && node --max-old-space-size=8192 ./node_modules/@angular/cli/bin/ng serve",
8385
"build:prod": "node ./node_modules/@angular/cli/bin/ng build --aot --source-map=false --vendor-chunk=true --output-hashing none",
8486
"build": "gulp Angular-latest-changes && gulp styles-replace"
8587
}
86-
}
88+
}

0 commit comments

Comments
 (0)