-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.76 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
{
"name": "eth-india-project",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^5.2.6",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@heroicons/react": "^1.0.6",
"@metamask/sdk-react": "^0.14.1",
"@mui/material": "^5.14.20",
"@mui/styled-engine-sc": "^6.0.0-alpha.7",
"@mui/x-date-pickers": "^6.18.4",
"@octokit/rest": "^20.0.2",
"@pushprotocol/restapi": "^1.4.45",
"@pushprotocol/socket": "^0.5.3",
"@pushprotocol/uiweb": "^1.1.8",
"@rainbow-me/rainbowkit": "^0.12.14",
"@react-icons/all-files": "^4.1.0",
"@tremor/react": "^3.11.1",
"antd": "^5.12.1",
"autoprefixer": "^10.0.1",
"dayjs": "^1.11.10",
"dotenv": "^16.3.1",
"eslint": "8.44.0",
"eslint-config-next": "13.4.9",
"ethers": "^5.7.2",
"flowbite": "^2.2.0",
"flowbite-react": "^0.7.0",
"fs": "^0.0.1-security",
"immer": "^10.0.2",
"infinite-react-carousel": "^1.2.11",
"mongodb": "^3.5.9",
"next": "13.5.4",
"next-auth": "^4.24.5",
"react": "^18",
"react-dom": "^18",
"react-icons": "^4.10.1",
"styled-components": "^5.3.11",
"swr": "^2.2.4",
"wagmi": "0.12.13"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/styled-components": "^5.1.34",
"autoprefixer": "^10.0.1",
"eslint": "8.44.0",
"eslint-config-next": "13.4.9",
"postcss": "^8",
"swiper": "^10.3.1",
"tailwindcss": "^3.3.0",
"typescript": "^5"
},
"browser": {
"fs": false,
"os": false,
"path": false,
"net": false,
"tls": false
}
}