-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
64 lines (64 loc) · 1.75 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
{
"name": "donate3-website-v2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@ethersproject/solidity": "^5.7.0",
"@iconify/react": "^4.1.1",
"@joyid/rainbowkit": "^0.1.1",
"@lxdao/img3": "^1.1.0",
"@lxdao/uploader3": "^1.2.2",
"@lxdao/uploader3-connector": "^1.0.1",
"@metamask/detect-provider": "^2.0.0",
"@metamask/sdk": "^0.5.6",
"@metamask/sdk-react": "^0.5.6",
"@mui/icons-material": "^5.13.7",
"@mui/lab": "^5.0.0-alpha.137",
"@mui/material": "^5.13.7",
"@mui/system": "^5.14.14",
"@mui/x-date-pickers": "^6.11.2",
"@nouns/assets": "^0.5.0",
"@rainbow-me/rainbowkit": "^1.1.3",
"@svgr/webpack": "^8.0.1",
"@types/node": "20.3.3",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"autoprefixer": "10.4.14",
"axios": "^1.4.0",
"classnames": "^2.3.2",
"dayjs": "^1.11.10",
"donate3-sdk": "^1.0.35",
"eslint": "8.44.0",
"eslint-config-next": "13.4.8",
"json-as-xlsx": "^2.5.3",
"lottie-react": "^2.4.0",
"next": "13.4.8",
"next-seo": "^6.1.0",
"nft.storage": "^7.1.1",
"postcss": "8.4.24",
"react": "18.2.0",
"react-color": "2.17.3",
"react-dom": "18.2.0",
"react-hook-form": "^7.45.1",
"react-slick": "^0.29.0",
"styled-components": "^6.0.5",
"suneditor": "^2.45.1",
"suneditor-react": "^3.6.1",
"tailwindcss": "3.3.2",
"typescript": "5.1.6",
"viem": "^1.17.2",
"wagmi": "^1.4.5"
},
"devDependencies": {
"@types/react-color": "^3.0.6",
"@types/react-slick": "^0.23.10"
}
}