-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 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
43
{
"name": "nf3-marketplace-client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.15",
"@chakra-ui/react": "^2.4.6",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"axios": "^1.2.2",
"chakra-react-select": "^4.4.3",
"connectkit": "1.1.3",
"eslint": "8.31.0",
"eslint-config-next": "13.1.1",
"ethers": "^5.7.2",
"ethers-multicall": "^0.2.3",
"focus-visible": "^5.2.0",
"formidable": "^2.1.1",
"framer-motion": "^6",
"next": "12.3.1",
"nf3-sdk": "./backend/nf3-sdk-v1.0.16.tgz",
"react": "18.2.0",
"react-device-detect": "^2.2.2",
"react-dom": "18.2.0",
"react-icons": "^4.7.1",
"react-wallet-chat": "^1.3.0",
"react-window": "^1.8.9",
"swiper": "^8.4.5",
"swr": "^2.0.3",
"use-hooks": "^2.0.0-rc.5",
"wagmi": "0.9.5"
},
"devDependencies": {
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.56"
}
}