-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
40 lines (40 loc) · 1.19 KB
/
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
36
37
38
39
40
{
"name": "subtitle-extractor-extension",
"version": "1.0.0",
"type": "module",
"scripts": {
"build": "vite build --mode production",
"build:dev": "vite build --mode development",
"dev": "vite",
"package": "npm run build && cd dist && zip -r -FS ../package.zip *"
},
"dependencies": {
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@headlessui/react": "^1.7.18",
"@tailwindcss/typography": "^0.5.15",
"@vitejs/plugin-react": "^4.3.2",
"@zip.js/zip.js": "^2.7.52",
"axios": "^1.7.7",
"marked": "^14.1.2",
"react-checkbox-tree": "^1.8.0",
"react-hot-toast": "^2.4.1",
"use-debounce": "^10.0.4"
},
"devDependencies": {
"@crxjs/vite-plugin": "2.0.0-beta.28",
"@rollup/plugin-terser": "^0.4.4",
"@types/chrome": "^0.0.237",
"@types/node": "^22.5.5",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"@types/wicg-file-system-access": "^2023.10.5",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"rollup": "^4.24.0",
"tailwindcss": "^3.4.12",
"typescript": "^5.0.2",
"vite": "^4.3.9"
}
}