-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 894 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
{
"name": "rpgbot-buddy",
"displayName": "RPGBOT Buddy Plasmo",
"version": "0.0.0",
"description": "A basic Plasmo extension.",
"author": "",
"scripts": {
"dev": "plasmo dev",
"build": "plasmo build"
},
"dependencies": {
"@plasmohq/storage": "^0.4.0",
"lodash.groupby": "^4.6.0",
"react": "18.1.0",
"react-dom": "18.1.0",
"selector-observer": "^2.1.6",
"styled-components": "^5.3.5"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "3.2.0",
"@types/chrome": "0.0.188",
"@types/lodash.groupby": "^4.6.7",
"@types/node": "17.0.40",
"@types/react": "18.0.12",
"@types/react-dom": "18.0.5",
"@types/styled-components": "^5.1.24",
"plasmo": "latest",
"prettier": "2.6.2",
"process": "^0.11.10",
"typescript": "4.7.3"
},
"manifest": {
"permissions": [
"storage"
]
}
}