-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 2.2 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "tales-trove",
"displayName": "TalesTrove",
"version": "1.3.0",
"description": "TalesTrove is a browser extension that allows users to easily save links to their favorite fictional stories and series.",
"author": "Emmanuel C. Jemeni <[email protected]>",
"scripts": {
"dev": "plasmo dev",
"devV": "plasmo dev --verbose",
"build": "plasmo build",
"buildZip": "plasmo build --zip",
"package": "plasmo package",
"dev:firefox": "plasmo dev --target=firefox-mv2",
"devV:firefox": "plasmo dev --target=firefox-mv2 --verbose",
"build:firefox": "plasmo build --target=firefox-mv2",
"buildZip:firefox": "plasmo build --target=firefox-mv2 --zip",
"package:firefox": "plasmo package --target=firefox-mv2"
},
"dependencies": {
"@million/lint": "^1.0.12",
"@plasmohq/messaging": "^0.6.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"jotai": "^2.10.2",
"linkedom": "^0.18.6",
"plasmo": "0.89.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "4.1.1",
"@tailwindcss/forms": "^0.5.7",
"@types/chrome": "0.0.258",
"@types/node": "20.11.5",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"prettier": "3.2.4",
"tailwindcss": "^3.4.3",
"typescript": "5.3.3"
},
"manifest": {
"host_permissions": [
"https://archiveofourown.org/*",
"https://archiveofourown.gay/*",
"https://m.fanfiction.net/*",
"https://fanfiction.net/*",
"https://forum.questionablequesting.com/*",
"https://forums.spacebattles.com/*",
"https://forum.spacebattles.com/*",
"https://forums.sufficientvelocity.com/*"
],
"browser_specific_settings": {
"gecko": {
"id": "[email protected]"
}
}
},
"packageManager": "[email protected]+sha512.1f79bc245a66eb0b07c5d4d83131240774642caaa86ef7d0434ab47c0d16f66b04e21e0c086eb61e62c77efc4d7f7ec071afad3796af64892fae66509173893a"
}