forked from MetaMask/Nextjs-Starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "web3-unleashed-demo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.1",
"@heroicons/react": "^2.1.3",
"@internationalized/date": "^3.5.5",
"@mui/base": "^5.0.0-beta.40",
"@mui/material": "^5.15.16",
"@mui/system": "^5.15.15",
"@mui/x-date-pickers": "^7.4.0",
"@mui/x-date-pickers-pro": "^7.4.0",
"@nextui-org/react": "^2.3.6",
"@react-aria/i18n": "^3.12.2",
"@tailwindcss/typography": "^0.5.13",
"@zeit/next-css": "^1.0.1",
"antd": "^5.22.5",
"antd-style": "^3.7.1",
"axios": "^1.7.7",
"clsx": "^2.1.1",
"cos-nodejs-sdk-v5": "^2.14.6",
"dayjs": "^1.11.11",
"dotenv": "^16.4.5",
"emoji-picker-react": "^4.11.1",
"ethers": "^6.12.0",
"heroicons": "^2.1.3",
"lunar-typescript": "^1.7.6",
"next": "14.2.3",
"next-themes": "^0.3.0",
"node-fetch": "^3.3.2",
"react": "18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "18.2.0",
"react-emoji-picker": "^1.0.13",
"react-google-recaptcha": "^3.1.0",
"react-icons": "^5.3.0",
"simple-peer": "^9.11.1",
"socket.io-client": "^4.8.0",
"undici": "^6.20.1"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@types/node": "^18.7.23",
"@types/react": "18.0.21",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "18.0.6",
"@types/react-google-recaptcha": "^2.1.9",
"@types/react-icons": "^3.0.0",
"@types/simple-peer": "^9.11.8",
"autoprefixer": "^10.4.12",
"concurrently": "^8.2.2",
"cross-env": "^7.0.3",
"eslint": "8.24.0",
"eslint-config-next": "13.2.3",
"postcss": "^8.4.17",
"react-emoji": "^0.5.0",
"tailwindcss": "^3.1.8",
"typescript": "4.8.4"
},
"packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}