-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.13 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
{
"name": "fronted",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@huddle01/huddle01-client": "^0.0.10",
"@huddle01/huddle01-iframe": "^0.0.9",
"@next/font": "13.1.6",
"@pushprotocol/socket": "^0.4.1",
"@pushprotocol/uiweb": "^0.4.3",
"@rainbow-me/rainbowkit": "^0.11.0",
"@reduxjs/toolkit": "^1.9.2",
"@types/node": "18.13.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.10",
"axios": "^1.3.3",
"eslint": "8.34.0",
"eslint-config-next": "13.1.6",
"ethers": "^5.7.2",
"next": "13.1.6",
"next-themes": "^0.2.1",
"nft.storage": "^7.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.7.1",
"react-loader-spinner": "^5.3.4",
"react-redux": "^8.0.5",
"react-toastify": "^9.1.1",
"styled-components": "^5.3.8",
"swiper": "^9.0.4",
"typescript": "4.9.5",
"wagmi": "^0.11.5"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.6"
}
}