-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
125 lines (125 loc) · 3.73 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
{
"name": "walletchat",
"version": "3.0.3",
"private": true,
"dependencies": {
"@analytics/google-analytics": "^1.0.7",
"@chakra-ui/icons": "^2.0.17",
"@chakra-ui/react": "^1.8.6",
"@emoji-mart/data": "^1.1.2",
"@emoji-mart/react": "^1.1.1",
"@emotion/react": "^11.8.1",
"@emotion/styled": "^11.8.1",
"@ensdomains/eth-ens-namehash": "^2.0.15",
"@fontsource/roboto": "^4.5.3",
"@lit-protocol/lit-node-client": "2.1.114",
"@rainbow-me/rainbowkit": "^0.12.8",
"@reduxjs/toolkit": "^1.9.2",
"@tabler/icons": "^1.54.0",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^10.4.9",
"@testing-library/user-event": "^12.8.3",
"@walletconnect/ethereum-provider": "^2.4.6",
"alchemy-sdk": "^2.4.3",
"analytics": "^0.8.7",
"date-fns": "^2.28.0",
"emoji-mart": "^5.5.2",
"eth-crypto": "^2.3.0",
"eth-ens-namehash": "^2.0.8",
"ethereum-blockies-base64": "^1.0.2",
"ethers": "5.7.2",
"fast-deep-equal": "^3.1.3",
"focus-visible": "^5.2.0",
"framer-motion": "^4.1.17",
"gif-picker-react": "^1.3.2",
"ipfs-http-client": "^56.0.1",
"metamask-extension-provider": "^3.0.0",
"parse-domain": "^8.0.1",
"path": "^0.12.7",
"pluralize": "^8.0.0",
"react": "^17.0.2",
"react-blockies": "^1.4.1",
"react-device-detect": "^2.2.2",
"react-dom": "^17.0.2",
"react-ga4": "^2.1.0",
"react-hook-form": "7.33.0",
"react-icons": "^4.10.1",
"react-image-file-resizer": "^0.4.8",
"react-joyride": "^2.7.2",
"react-redux": "^8.0.5",
"react-resize-observer": "^1.1.1",
"react-router-dom": "^6.2.2",
"react-textarea-autosize": "^8.3.3",
"react-twitter-pixel": "^0.0.3",
"react-window": "^1.8.10",
"redux": "^4.2.1",
"redux-persist": "^6.0.0",
"siwe": "1.1.2",
"styled-components": "^5.3.3",
"uuid": "^9.0.1",
"viem": "^1.0.0",
"wagmi": "^0.12.16",
"walletchat-metamask-snap": "^0.1.3",
"web-vitals": "^0.2.4",
"web3": "^1.8.2",
"webextension-polyfill": "^0.10.0"
},
"devDependencies": {
"@lit-protocol/types": "2.1.114",
"@types/chrome": "0.0.184",
"@types/google-map-react": "^2.1.5",
"@types/jest": "^25.2.3",
"@types/node": "^18.13.0",
"@types/react": "^16.14.24",
"@types/react-blockies": "^1.4.1",
"@types/react-dom": "^16.9.14",
"@types/styled-components": "^5.1.24",
"@types/uuid": "^8.3.4",
"@types/webextension-polyfill": "^0.10.0",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"@vitejs/plugin-react": "^3.1.0",
"cross-env": "^7.0.3",
"eslint": "7.32.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"patch-package": "^6.5.1",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.8.4",
"sass": "^1.54.4",
"typescript": "^4.9.5",
"vite": "^4.1.2",
"vite-plugin-node-polyfills": "^0.7.0",
"vite-plugin-rewrite-all": "^1.0.1",
"vite-plugin-svgr": "^2.4.0",
"vite-tsconfig-paths": "^4.0.5"
},
"scripts": {
"start": "vite",
"dev": "vite",
"build": "cross-env APP_ENV=web vite build",
"build:ext": "cross-env APP_ENV=ext vite build",
"preview": "vite preview",
"postinstall": "patch-package"
},
"browser": {
"crypto": false
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}