-
Notifications
You must be signed in to change notification settings - Fork 44
/
package.json
134 lines (134 loc) · 3.75 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"name": "arconnect",
"displayName": "ArConnect",
"version": "1.20.1",
"description": "__MSG_extensionDescription__",
"author": "th8ta",
"packageManager": "[email protected]",
"homepage": "https://arconnect.io",
"scripts": {
"dev:chrome": "plasmo dev --verbose",
"build:chrome": "plasmo build --no-hoist",
"dev:firefox": "plasmo dev --target=firefox-mv2",
"build:firefox": "plasmo build --target=firefox-mv2 --no-hoist",
"nuke": "rm -rf node_modules build .plasmo",
"fmt": "prettier --write .",
"fmt:check": "prettier --check .",
"prepare": "husky install"
},
"manifest": {
"host_permissions": [
"*://*/*"
],
"default_locale": "en",
"permissions": [
"alarms",
"contextMenus",
"tabs",
"webNavigation",
"notifications",
"printerProvider"
],
"web_accessible_resources": [
{
"resources": [
"/redirect/**"
],
"matches": [
"https://*/*"
]
},
{
"resources": [
"assets/animation/*.png"
],
"matches": [
"*://*/*"
]
}
]
},
"dependencies": {
"@arconnect/components": "^0.3.11",
"@arconnect/keystone-sdk": "^0.0.5",
"@arconnect/warp-dre": "^0.0.1",
"@arconnect/webext-bridge": "^5.0.6",
"@iconicicons/react": "^1.5.0",
"@keystonehq/arweave-keyring": "^0.1.1-alpha.0",
"@keystonehq/bc-ur-registry-arweave": "^0.1.1-alpha.0",
"@ngraveio/bc-ur": "^1.1.6",
"@permaweb/aoconnect": "^0.0.55",
"@plasmohq/storage": "^1.7.2",
"@segment/analytics-next": "^1.53.2",
"@untitled-ui/icons-react": "^0.1.1",
"ao-tokens": "^0.0.4",
"ar-gql": "1.2.9",
"arbundles": "^0.9.5",
"arweave": "^1.13.0",
"axios": "^1.7.2",
"bignumber.js": "^9.1.2",
"bip39-web-crypto": "^4.0.1",
"check-password-strength": "^2.0.7",
"copy-to-clipboard": "^3.3.2",
"dayjs": "^1.11.6",
"framer-motion": "^11.11.7",
"human-crypto-keys": "^0.1.4",
"js-confetti": "^0.11.0",
"mitt": "^3.0.0",
"nanoid": "^4.0.0",
"path-to-regexp": "^6.2.1",
"plimit-lit": "^3.0.1",
"pretty-bytes": "^6.0.0",
"qrcode.react": "^3.1.0",
"qrloop": "^1.4.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-fast-marquee": "^1.3.5",
"react-qr-reader": "^2.2.1",
"redstone-api": "^0.4.11",
"rss-parser": "^3.12.0",
"styled-components": "^5.3.6",
"typed-assert": "^1.0.9",
"uuid": "^9.0.0",
"warp-contracts": "^1.2.13",
"webextension-polyfill": "^0.10.0",
"wouter": "^2.8.0-alpha.2"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.2.6",
"@types/chrome": "^0.0.196",
"@types/human-crypto-keys": "^0.1.0",
"@types/react": "^18.0.18",
"@types/react-dom": "^18.0.6",
"@types/react-qr-reader": "^2.1.4",
"@types/serviceworker": "^0.0.55",
"@types/styled-components": "^5.1.26",
"@types/uuid": "^8.3.4",
"@types/webextension-polyfill": "^0.9.0",
"browserify-zlib": "^0.2.0",
"constants-browserify": "^1.0.0",
"crypto-browserify": "^3.12.0",
"https-browserify": "^1.0.0",
"husky": "^8.0.0",
"path-browserify": "^1.0.1",
"plasmo": "0.86.3",
"prettier": "^2.2.1",
"querystring-es3": "^0.2.1",
"semantic-release": "^23.0.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"timers-browserify": "^2.0.12",
"typescript": "^4.8.2",
"url": "^0.11.0",
"vm-browserify": "^1.1.2"
},
"resolutions": {
"arbundles/arweave": "^1.13.0",
"**/msgpackr": ">=1.10.1",
"human-crypto-keys/node-forge": "^1.3.1",
"human-crypto-keys/crypto-key-composer/node-forge": "^1.3.1",
"axios": "^1.7.2"
}
}