-
Notifications
You must be signed in to change notification settings - Fork 168
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1003 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 1003 Bytes
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": "xmtp-example",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint"
},
"//IMP START": "IMP START - Web3Auth Installation",
"dependencies": {
"@web3auth/modal": "^10.15.0",
"@xmtp/react-sdk": "^6.0.0",
"ethers": "^6.13.2",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"//IMP END": "IMP END - Web3Auth Installation",
"devDependencies": {
"@types/http-cache-semantics": "^4.0.4",
"@types/json-schema": "^7.0.15",
"@types/minimatch": "^5.1.2",
"@types/minimist": "^1.2.5",
"@types/normalize-package-data": "^2.4.4",
"@types/parse-json": "^4.0.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/semver": "^7.5.8",
"@vitejs/plugin-react": "^4.3.1",
"buffer": "^6.0.3",
"process": "^0.11.10",
"typescript": "^5.5.4",
"vite": "^5.3.5"
}
}