-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
50 lines (50 loc) · 1.3 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
50
{
"name": "web3edu-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^15.0.3",
"@tanstack/react-query": "^5.56.1",
"@toruslabs/ethereum-controllers": "^6.1.3",
"@types/mdx": "^2.0.13",
"@web3auth/base": "^8.12.4",
"@web3auth/ethereum-provider": "^8.12.4",
"@web3auth/no-modal": "^8.12.4",
"@web3auth/openlogin-adapter": "^8.12.4",
"@web3auth/wallet-services-plugin": "^8.12.5",
"firebase": "^10.13.1",
"framer-motion": "^11.5.4",
"next": "14.2.10",
"next-mdx-remote": "^5.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-iframe": "^1.8.5",
"react-imask": "^7.6.1",
"react-toastify": "^10.0.6",
"sharp": "^0.33.5",
"swr": "^2.2.5",
"viem": "^2.21.6",
"web3": "^4.12.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^20.16.5",
"@types/react": "^18.3.5",
"@types/react-dom": "^18",
"daisyui": "^4.12.10",
"eslint": "^8",
"eslint-config-next": "14.2.5",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}