-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 1005 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
{
"name": "social-auth-next-example",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@lit-protocol/lit-node-client": "^2.1.94",
"@lit-protocol/pkp-client": "2.1.128",
"@lit-protocol/pkp-ethers": "2.1.128",
"@mui/material": "^5.12.0",
"@safe-global/api-kit": "^1.0.1",
"@safe-global/protocol-kit": "^0.1.1",
"@types/react": "18.0.35",
"@web3auth/base": "^5.1.0",
"@web3auth/modal": "^5.1.1",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"eslint-config-prettier": "^8.8.0",
"ethers": "^5",
"lit-pkp-sdk": "^1.1.1",
"nanoid": "^4.0.1",
"next": "13.2.4",
"prettier": "^2.8.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.0",
"styled-components": "^5.3.9",
"typescript": "5.0.4"
}
}