-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.24 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
{
"name": "nextjs-smartcontract-lottery-fcc",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"moralis:sync": "moralis-admin-cli watch-cloud-folder --autoSave 1 --moralisCloudfolder ./cloud_functions"
},
"dependencies": {
"@headlessui/react": "^1.6.5",
"@material-tailwind/react": "^1.0.8",
"@reduxjs/toolkit": "^1.8.5",
"@walletconnect/web3-provider": "^1.7.8",
"@web3auth/web3auth": "^1.1.0",
"antd": "^4.21.7",
"ethers": "^5.7.0",
"graphql": "^16.6.0",
"ipfs-http-client": "^57.0.3",
"magic-sdk": "^8.1.1",
"moralis": "^1.9.0",
"next": "12.1.5",
"nft.storage": "^7.0.0",
"node-fetch": "^3.2.9",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.4.0",
"react-moralis": "^1.4.0",
"react-redux": "^8.0.2",
"react-scripts": "4.0.0",
"react-scroll": "^1.8.7",
"swiper": "^8.3.2",
"urql": "^3.0.1",
"web3uikit": "^0.1.75"
},
"devDependencies": {
"@types/whatwg-fetch": "^0.0.33",
"autoprefixer": "^10.4.7",
"eslint": "8.13.0",
"eslint-config-next": "12.1.5",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.4"
}
}