-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
76 lines (76 loc) · 1.9 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
66
67
68
69
70
71
72
73
74
75
76
{
"name": "Erin",
"displayName": "Erin - 纯净的新标签页",
"version": "0.3.3",
"description": "用极简的观念重新定义你的新标签页",
"author": "Developer27149",
"scripts": {
"dev": "plasmo dev",
"build": "plasmo build",
"package": "plasmo package",
"package:self": "plasmo build && zip -r build/chrome-mv3-prod.zip build/chrome-mv3-prod/ && git add . && open build"
},
"dependencies": {
"@plasmohq/messaging": "^0.3.3",
"@plasmohq/storage": "^1.6.1",
"@radix-ui/colors": "^1.0.0",
"@radix-ui/react-collapsible": "^1.0.3",
"@radix-ui/react-context-menu": "^2.1.4",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-select": "^1.2.2",
"clsx": "^1.2.1",
"date-fns": "^2.30.0",
"hotkeys-js": "^3.10.3",
"jotai": "^2.2.1",
"lodash-es": "^4.17.21",
"marked": "^5.1.1",
"plasmo": "0.74.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.10.1"
},
"devDependencies": {
"@plasmohq/prettier-plugin-sort-imports": "3.6.4",
"@types/chrome": "0.0.237",
"@types/lodash-es": "^4.17.7",
"@types/marked": "^5.0.1",
"@types/node": "20.2.4",
"@types/react": "18.2.7",
"@types/react-dom": "18.2.4",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.24",
"prettier": "2.8.8",
"tailwindcss": "^3.3.2",
"typescript": "5.0.4"
},
"manifest": {
"permissions": [
"storage",
"downloads",
"unlimitedStorage",
"tabs",
"bookmarks",
"favicon",
"contextMenus"
],
"host_permissions": [
"https://cn.bing.com/*",
"http://api.bing.com/*",
"https://api.bing.com/*"
],
"web_accessible_resources": [
{
"resources": [
"_favicon/*"
],
"matches": [
"<all_urls>"
],
"extension_ids": [
"*"
]
}
]
}
}