-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
40 lines (39 loc) · 919 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
{
"name": "vrnblty",
"displayName": "VRNBLTY",
"version": "1.0.0",
"description": "A chrome extension that scans the current site for previous data breaches",
"author": "Pacholo Amit",
"scripts": {
"dev": "plasmo dev",
"build": "plasmo build"
},
"dependencies": {
"@mantine/core": "^4.2.8",
"@mantine/hooks": "^4.2.8",
"axios": "^0.27.2",
"react": "18.1.0",
"react-dom": "18.1.0",
"tabler-icons-react": "^1.48.1"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "3.2.0",
"@types/chrome": "0.0.188",
"@types/node": "17.0.40",
"@types/react": "18.0.12",
"@types/react-dom": "18.0.5",
"plasmo": "latest",
"prettier": "2.6.2",
"process": "^0.11.10",
"punycode": "^2.1.1",
"typescript": "4.7.3"
},
"manifest": {
"host_permissions": [
"https://*/*"
],
"permissions": [
"tabs"
]
}
}