-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 909 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
{
"name": "seonbi",
"displayName": "Seonbi",
"version": "0.0.2",
"description": "A basic Plasmo extension.",
"author": "moreal",
"scripts": {
"dev": "plasmo dev",
"dev:firefox": "plasmo dev --target=firefox-mv2",
"dev:chrome": "plasmo dev --target=chrome-mv3",
"build:chrome": "plasmo build",
"build:firefox": "plasmo build --target=firefox-mv2"
},
"dependencies": {
"plasmo": "0.58.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"webextension-polyfill": "0.9.0"
},
"devDependencies": {
"@plasmohq/prettier-plugin-sort-imports": "3.5.2",
"@types/chrome": "0.0.197",
"@types/node": "18.8.3",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@types/webextension-polyfill": "^0.9.1",
"prettier": "2.7.1",
"typescript": "4.8.4"
},
"manifest": {
"host_permissions": [
"https://twitter.com/*"
]
}
}