-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.52 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
{
"name": "safe_dapp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/next-js": "^2.1.5",
"@chakra-ui/react": "^2.8.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@gelatonetwork/relay-sdk": "^5.4.0",
"@headlessui/react": "^1.7.17",
"@lit-protocol/lit-node-client": "^3.0.0",
"@safe-global/account-abstraction-kit-poc": "^1.3.0",
"@safe-global/api-kit": "^1.3.1",
"@safe-global/auth-kit": "^1.2.1",
"@safe-global/protocol-kit": "^1.3.0",
"@safe-global/relay-kit": "^1.3.0",
"@safe-global/safe-core-sdk-types": "^2.3.0",
"@sismo-core/sismo-connect-react": "^0.0.23",
"@sismo-core/sismo-connect-server": "^0.0.23",
"@tableland/sdk": "^4.5.3-dev.0",
"@web3auth/base": "^7.0.1",
"@web3auth/modal": "^7.0.3",
"@web3auth/openlogin-adapter": "^7.0.1",
"axios": "^1.5.1",
"ethers": "5.7.2",
"framer-motion": "^10.16.4",
"next": "latest",
"react": "latest",
"react-dom": "latest",
"react-icons": "^4.11.0",
"react-loader-spinner": "^5.4.5"
},
"devDependencies": {
"@types/node": "latest",
"@types/react": "latest",
"@types/react-dom": "latest",
"autoprefixer": "latest",
"eslint": "latest",
"eslint-config-next": "latest",
"postcss": "latest",
"tailwindcss": "latest",
"typescript": "latest"
}
}