-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 921 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": "ext-manager",
"displayName": "ext-manager",
"version": "0.0.1",
"description": "a chrome extensions's manager",
"author": "jsiwa",
"scripts": {
"dev": "plasmo dev",
"build": "plasmo build"
},
"dependencies": {
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.10.0",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.7",
"plasmo": "0.50.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "^3.1.8"
},
"devDependencies": {
"@plasmohq/prettier-plugin-sort-imports": "1.1.1",
"@types/chrome": "0.0.193",
"@types/node": "18.0.3",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"postcss": "^8.4.16",
"prettier": "2.7.1",
"typescript": "4.7.4"
},
"manifest": {
"permissions": [
"management"
]
}
}