-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
53 lines (53 loc) · 1.29 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
{
"name": "best-cookier",
"displayName": "__MSG_extensionName__",
"version": "2.2.2",
"description": "__MSG_extensionDescription__",
"author": "shisongyan. <[email protected]>",
"scripts": {
"dev": "plasmo dev",
"build": "plasmo build",
"package": "plasmo package",
"test": "plasmo test"
},
"dependencies": {
"@plasmohq/storage": "1.10.0",
"classnames": "^2.5.1",
"daisyui": "^4.11.1",
"dayjs": "^1.11.11",
"lodash": "^4.17.21",
"plasmo": "0.86.3",
"psl": "^1.9.0",
"qier-progress": "^1.0.4",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "4.1.1",
"@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",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.4.3",
"typescript": "5.3.3"
},
"manifest": {
"default_locale": "en",
"incognito": "split",
"homepage_url": "https://github.com/Dolov/chrome-best-cookier",
"host_permissions": [
"http://*/*",
"https://*/*"
],
"permissions": [
"tabs",
"cookies",
"management",
"notifications"
]
}
}