-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.3 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
41
42
43
44
{
"name": "laconic_hover",
"displayName": "Laconic Hover for TV Tropes",
"description": "Did you know that most tropes have thoughtfully written summaries? This extension lets you read them without leaving the page.",
"private": true,
"author": "Spooky User",
"packageManager": "[email protected]",
"version": "1.7.0",
"scripts": {
"dev": "plasmo dev",
"dev:ff": "plasmo dev --source-maps --no-minify --bundle-buddy --target=firefox-mv2 ",
"build": "plasmo build && plasmo build --target=firefox-mv2 --no-minify",
"package": "plasmo package && plasmo package --target=firefox-mv2 --no-minify"
},
"dependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.1.0",
"@plasmohq/storage": "^1.8.0",
"common-tags": "^1.8.2",
"plasmo": "0.83.0",
"prettier": "^3.0.3",
"tippy.js": "^6.3.7"
},
"devDependencies": {
"@plasmohq/prettier-plugin-sort-imports": "4.0.1",
"@types/chrome": "0.0.246",
"@types/common-tags": "^1.8.2",
"@types/node": "20.8.2",
"typescript": "5.2.2"
},
"manifest": {
"host_permissions": [
"*://tvtropes.org/*"
],
"permissions": [
"storage"
],
"browser_specific_settings": {
"gecko": {
"id": "{c7a8881a-5be2-4f11-871b-9d5ea43c692c}",
"strict_min_version": "61.0"
}
}
}
}