-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
36 lines (36 loc) · 872 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
{
"name": "tokenverse",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^2.5.1",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@openzeppelin/contracts": "^4.8.2",
"animate.css": "^4.1.1",
"connectkit": "^1.2.0",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"ethers": "^5.7.2",
"framer-motion": "^10.2.4",
"next": "13.2.4",
"next-themes": "^0.2.1",
"react": "18.2.0",
"react-animation-on-scroll": "^5.1.0",
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"wagmi": "^0.10.15",
"web3.storage": "^4.5.4"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7"
}
}