-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.1 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": "airline-club-plus",
"displayName": "Airline Club Plus",
"version": "1.4.2",
"description": "Improves the Airline-Club.com game experience.",
"author": "Brent Wilson <[email protected]>",
"scripts": {
"dev": "plasmo dev",
"build": "plasmo build",
"package": "plasmo package"
},
"dependencies": {
"@plasmohq/storage": "~1.6.1",
"daisyui": "^3.1.7",
"plasmo": "~0.76.3",
"react": "~18.2.0",
"react-dom": "~18.2.0",
"react-icons": "^4.10.1",
"tailwindcss": "~3.3.2"
},
"devDependencies": {
"@plasmohq/prettier-plugin-sort-imports": "^3.6.4",
"@types/chrome": "^0.0.237",
"@types/jquery": "^3.5.16",
"@types/jquery.cookie": "^1.4.32",
"@types/node": "^20.3.2",
"@types/react": "~18.2.14",
"@types/react-dom": "~18.2.6",
"postcss": "^8.4.31",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"typescript": "^5.1.6"
},
"manifest": {
"host_permissions": [
"https://*.airline-club.com/*"
],
"permissions": [
"storage",
"notifications",
"alarms"
]
}
}