-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.43 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
52
53
54
{
"name": "front-end",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@rainbow-me/rainbowkit": "^1.0.4",
"aos": "^2.3.4",
"ethers": "^5.7.2",
"framer-motion": "^10.12.18",
"howler": "^2.2.3",
"moralis": "^2.4.0",
"next": "12.2.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-modal": "^3.16.1",
"react-moralis": "^1.4.2",
"react-mouse-follower": "^1.0.6",
"react-particles": "^2.10.1",
"react-tsparticles": "^2.10.1",
"tsparticles": "^2.10.1",
"tsparticles-engine": "^2.10.1",
"tsparticles-plugin-absorbers": "^2.10.1",
"viem": "^1.2.5",
"wagmi": "^1.3.3",
"web3uikit": "^1.0.4",
"yarn": "^1.22.19"
},
"devDependencies": {
"@chainlink/contracts": "^0.4.1",
"@nomicfoundation/hardhat-toolbox": "^2.0.0",
"@nomiclabs/hardhat-etherscan": "^3.1.0",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/contracts": "^4.7.3",
"@walletconnect/web3-provider": "^1.8.0",
"@web3auth/web3auth": "^2.1.2",
"autoprefixer": "^10.4.14",
"chai": "^4.3.6",
"dotenv": "^16.0.2",
"eslint": "8.23.0",
"eslint-config-next": "12.2.5",
"file-loader": "^6.2.0",
"hardhat": "^2.11.0",
"magic-sdk": "^9.0.0",
"postcss": "^8.4.25",
"react-toastify": "^9.0.8",
"tailwindcss": "^3.3.2"
}
}