forked from benjamin-cates/tubetastic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 864 Bytes
/
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
{
"name": "yt_extension",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack --config webpack/webpack.config.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/chrome": "^0.0.266",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"copy-webpack-plugin": "^12.0.2",
"react-dom": "^18.2.0",
"ts-loader": "^9.5.1",
"typescript": "^5.4.5",
"webpack": "^5.91.0",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"@excalidraw/excalidraw": "^0.17.6",
"@google/generative-ai": "^0.7.1",
"axios": "^1.6.8",
"bun": "^1.1.4",
"cheerio": "^1.0.0-rc.12",
"esrun": "^3.2.26",
"puppeteer": "^22.6.5",
"react": "^18.2.0",
"youtube-captions-scraper": "^2.0.3",
"youtube-transcript": "^1.1.0"
}
}