-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.12 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
{
"name": "readaloud",
"author": "Lateef Alabi-Oki <[email protected]>",
"license": "GPL-3.0-or-later",
"version": "0.43.5",
"type": "module",
"repository": "https://github.com/mystilleef/ReadAloud",
"description": "An extension to read aloud selected text in Google Chrome",
"keywords": ["chrome-extension", "web-extension", "typescript", "read aloud"],
"scripts": {
"clean": "rimraf dist tsconfig.tsbuildinfo",
"build": "tsc -b && vite build",
"watch": "vite",
"preview": "vite preview"
},
"dependencies": {
"@extend-chrome/messages": "^1.2.2",
"@extend-chrome/storage": "^1.5.0",
"rxjs": "^7.8.1"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@crxjs/vite-plugin": "^2.0.0-beta.12",
"@types/chrome": "0.0.287",
"@types/node": "^22.10.2",
"@types/web": "^0.0.188",
"eslint": "^9.17.0",
"rimraf": "^6.0.1",
"rollup": "^4.29.1",
"rollup-plugin-zip": "^1.0.3",
"tslib": "^2.8.1",
"typescript": "^5.7.2",
"vite": "^6.0.6",
"vite-plugin-biome": "^1.0.12",
"vite-plugin-static-copy": "^2.2.0",
"vite-plugin-zip-pack": "^1.2.4"
}
}