-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 933 Bytes
/
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
{
"name": "inline-translator",
"displayName": "Inline translator",
"version": "0.1.5",
"description": "A extension that translates content and keep the original content.",
"author": "kwguo",
"scripts": {
"dev": "plasmo dev",
"build": "plasmo build"
},
"dependencies": {
"@plasmohq/storage": "^1.5.0",
"plasmo": "0.83.0",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@plasmohq/prettier-plugin-sort-imports": "1.2.2",
"@types/chrome": "0.0.196",
"@types/node": "18.7.15",
"@types/react": "18.0.18",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.12",
"postcss": "^8.4.17",
"prettier": "2.7.1",
"tailwindcss": "^3.1.8",
"typescript": "4.8.2"
},
"manifest": {
"permissions": [
"webNavigation",
"contextMenus",
"activeTab"
],
"host_permissions": [
"$FIREFOX_HOST_PERMISSION"
]
}
}