-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.22 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
46
47
48
49
{
"name": "market-app",
"private": true,
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@livepeer/react": "^4.1.2",
"@rainbow-me/rainbowkit": "^1.3.5",
"@rainbow-me/rainbowkit-siwe-next-auth": "^0.3.4",
"@react-three/fiber": "^8.15.16",
"ethers": "^5.7.2",
"formik": "^2.4.5",
"framer-motion": "^11.0.3",
"livepeer": "^3.0.2",
"lucide-react": "^0.330.0",
"mongodb": "^6.3.0",
"next": "^14.0.4",
"next-auth": "^4.24.5",
"prettier": "^3.2.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-icons": "^5.0.1",
"siwe": "^2.1.4",
"sonner": "^1.4.0",
"tailwind-merge": "^2.2.1",
"three": "^0.161.0",
"viem": "~1.21.4",
"wagmi": "~1.4.13"
},
"devDependencies": {
"@types/node": "^18.19.3",
"@types/react": "^18.2.43",
"autoprefixer": "^10.4.17",
"eslint": "^8.15.0",
"eslint-config-next": "^14.0.4",
"postcss": "^8.4.34",
"tailwindcss": "^3.4.1",
"typescript": "^5.0.4"
}
}