-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 866 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
37
{
"name": "phoenix-ethindia23",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@pushprotocol/restapi": "^1.4.45",
"@rainbow-me/rainbowkit": "^1.3.0",
"axios": "^1.6.2",
"ethers": "^5.7.2",
"express": "^4.18.2",
"framer-motion": "^10.16.16",
"next": "14.0.4",
"pino-pretty": "^10.2.3",
"react": "^18",
"react-dom": "^18",
"react-dropzone": "^14.2.3",
"react-icons": "^4.12.0",
"react-slick": "^0.29.0",
"slick-carousel": "^1.8.1",
"viem": "^1.19.11",
"wagmi": "^1.4.10",
"zustand": "^4.4.7"
},
"devDependencies": {
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"postcss": "^8",
"tailwindcss": "^3.3.0"
}
}