-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.02 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
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^1.8.6",
"@davatar/react": "^1.9.0",
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@fontsource/poppins": "^4.5.2",
"framer-motion": "^6.2.8",
"next": "12.1.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hot-toast": "^2.2.0",
"react-query": "^3.34.16",
"react-timeago": "^6.2.1",
"truncate-middle": "^1.0.6",
"wagmi": "^0.2.18"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.5",
"@nomiclabs/hardhat-etherscan": "^3.0.3",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@types/node": "17.0.21",
"@types/react": "17.0.40",
"chai": "^4.3.6",
"eslint": "8.10.0",
"eslint-config-next": "12.1.0",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.6.0",
"hardhat": "^2.9.1",
"typescript": "4.6.2"
}
}