-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 946 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": "Check403unlocker",
"displayName": "Check403unlocker",
"version": "1.1.0",
"description": "Check 403 Unlocker",
"author": "shayan",
"scripts": {
"dev": "plasmo dev --env=.env.development",
"build": "plasmo build --env=.env.production",
"package": "plasmo package"
},
"dependencies": {
"@iconify/react": "^5.0.1",
"@tanstack/react-query": "^5.40.1",
"axios": "^1.7.2",
"plasmo": "0.86.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"toastify-js": "^1.12.0"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "4.1.1",
"@types/chrome": "0.0.258",
"@types/node": "20.11.5",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"prettier": "3.2.4",
"tailwindcss": "^3.4.4",
"typescript": "5.3.3"
},
"manifest": {
"host_permissions": [
"https://*/*"
]
}
}