Add ppt deps
This commit is contained in:
parent
cac058b643
commit
fa2ac3bdfd
4 changed files with 361 additions and 7 deletions
|
|
@ -21,8 +21,11 @@
|
|||
"jwks-rsa": "^3.1.0",
|
||||
"multer": "^2.0.2",
|
||||
"officeparser": "^6.0.4",
|
||||
"ppt": "^0.0.2",
|
||||
"stripe": "^20.2.0",
|
||||
"uuid": "^11.0.5"
|
||||
"uuid": "^11.0.5",
|
||||
"word-extractor": "^1.0.4",
|
||||
"xlsx": "^0.18.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/better-sqlite3": "^7.6.12",
|
||||
|
|
@ -34,6 +37,7 @@
|
|||
"@types/multer": "^2.0.0",
|
||||
"@types/node": "^22.10.7",
|
||||
"@types/uuid": "^10.0.0",
|
||||
"@types/word-extractor": "^1.0.6",
|
||||
"tsx": "^4.19.2",
|
||||
"typescript": "^5.7.3"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue