-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.12 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.12 KB
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
41
{
"name": "laconic_hover",
"description": "Did you know that most tropes have thoughtfully written summaries? This extension lets you read them without leaving the page.",
"private": true,
"version": "2.2.3",
"author": {
"name": "spookyuser"
},
"packageManager": "pnpm@10.6.5",
"type": "module",
"scripts": {
"dev": "wxt",
"dev:firefox": "wxt -b firefox",
"build": "wxt build",
"build:firefox": "wxt build -b firefox",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"compile": "tsc --noEmit",
"postinstall": "wxt prepare"
},
"dependencies": {
"@biomejs/biome": "1.9.4",
"@dotenvx/dotenvx": "^1.39.0",
"@radix-ui/themes": "^3.2.1",
"@types/chrome": "^0.0.310",
"@types/common-tags": "^1.8.4",
"@wxt-dev/auto-icons": "^1.0.2",
"@wxt-dev/module-react": "^1.1.3",
"common-tags": "^1.8.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tiny-invariant": "^1.3.3",
"tippy.js": "^6.3.7",
"typescript": "^5.8.2",
"wxt": "^0.19.29"
},
"devDependencies": {
"@types/react": "^19.0.12",
"@types/react-dom": "^19.0.4"
}
}