-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 955 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
40
41
{
"name": "with-tailwindcss",
"displayName": "With tailwindcss",
"version": "0.0.0",
"description": "A basic Plasmo extension.",
"author": "coldsauce",
"scripts": {
"dev": "plasmo dev",
"build": "plasmo build"
},
"dependencies": {
"@plasmohq/storage": "^0.9.1",
"@tailwindcss/forms": "0.5.3",
"@tailwindcss/typography": "0.5.7",
"html2canvas": "^1.4.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.1.8",
"wikipedia-tldr": "^2.0.1"
},
"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",
"plasmo": "0.53.0",
"postcss": "8.4.16",
"prettier": "2.7.1",
"typescript": "4.8.2"
},
"manifest": {
"host_permissions": [
"https://*/*"
],
"permissions": [
"tabs",
"contextMenus"
]
}
}