forked from aayush4vedi/vmt-web
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 933 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": "web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.0",
"@chakra-ui/react": "^2.0.0",
"@emotion/core": "^11.0.0",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@ethersproject/abi": "^5.6.3",
"@ethersproject/address": "^5.6.1",
"@ethersproject/units": "^5.6.1",
"@fontsource/roboto": "^4.5.5",
"@walletconnect/web3-provider": "^1.7.8",
"@web3auth/web3auth": "^1.0.0-alpha.0",
"framer-motion": "^6",
"magic-sdk": "^8.1.1",
"moralis": "^1.7.0",
"netlify-cli": "^10.3.3",
"next": "12.1.6",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-moralis": "^1.3.5",
"web3uikit": "^0.1.145"
},
"devDependencies": {
"eslint": "8.15.0",
"eslint-config-next": "12.1.6"
}
}