forked from PlasmoHQ/examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 901 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
{
"name": "with-tw-radix",
"displayName": "With tailwindcss + radix",
"version": "0.0.1",
"description": "A basic Plasmo extension.",
"author": "Plasmo Corp. <[email protected]>",
"contributors": [
"louisgv"
],
"scripts": {
"dev": "plasmo dev",
"build": "plasmo build",
"package": "plasmo package"
},
"dependencies": {
"plasmo": "workspace:*",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@plasmohq/prettier-plugin-sort-imports": "workspace:*",
"@radix-ui/colors": "0.1.8",
"@types/chrome": "0.0.228",
"@types/node": "18.15.11",
"@types/react": "18.0.33",
"@types/react-dom": "18.0.11",
"postcss": "8.4.21",
"prettier": "2.8.7",
"tailwindcss": "3.3.1",
"typescript": "5.0.3",
"windy-radix-palette": "0.5.0"
},
"manifest": {
"host_permissions": [
"https://*/*"
]
}
}