-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 711 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 711 Bytes
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
{
"name": "image-captioner",
"version": "1.0.0",
"main": "postcss.config.js",
"type": "module",
"scripts": {
"build": "webpack",
"dev": "webpack --watch",
"build:css": "tailwindcss src/popup.css -o build/popup.css"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"autoprefixer": "^10.4.20",
"copy-webpack-plugin": "^12.0.2",
"html-webpack-plugin": "^5.6.3",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.16",
"webpack": "^5.97.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@huggingface/transformers": "^3.1.1",
"@xenova/transformers": "^2.17.2",
"mini-css-extract-plugin": "^0.11.1"
}
}