-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.05 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
{
"name": "my-rainbowkit-app",
"private": true,
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mui/icons-material": "^5.14.1",
"@mui/material": "^5.14.2",
"@rainbow-me/rainbowkit": "^1.0.3",
"@splinetool/react-spline": "^2.2.6",
"axios": "^1.4.0",
"classnames": "^2.3.2",
"ethers": "^5.7.2",
"framer-motion": "^10.12.21",
"next": "^13.4.9",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.10.1",
"react-loading-skeleton": "^3.3.1",
"react-tilt": "^1.0.2",
"react-vertical-timeline-component": "^3.6.0",
"viem": "~1.0.6",
"wagmi": "~1.2.0",
"web3.storage": "^4.5.4",
"web3modal": "^1.9.12"
},
"devDependencies": {
"@types/node": "^18.16.12",
"@types/react": "^18.2.6",
"autoprefixer": "^10.4.14",
"eslint": "^8.15.0",
"eslint-config-next": "^13.4.9",
"postcss": "^8.4.24",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.4"
}
}