-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1014 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
41
{
"name": "dappradar-browser-extension",
"displayName": "DappRadar",
"version": "0.1.2",
"description": "World’s Dapp Store in your browser. A trusted guide to decentralized apps.",
"author": "dragos",
"packageManager": "[email protected]",
"scripts": {
"dev": "plasmo dev",
"build": "plasmo build",
"package": "plasmo package"
},
"dependencies": {
"@plasmohq/storage": "^1.6.0",
"daisyui": "^2.51.6",
"plasmo": "0.70.1",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"@plasmohq/prettier-plugin-sort-imports": "3.6.4",
"@types/chrome": "0.0.227",
"@types/node": "18.15.11",
"@types/react": "18.0.32",
"@types/react-dom": "18.0.11",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.23",
"prettier": "2.8.7",
"tailwindcss": "^3.3.2",
"typescript": "5.0.3"
},
"manifest": {
"host_permissions": [
"https://*/*",
"https://dappradar.com/*"
],
"permissions": [
"cookies"
]
}
}