-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
73 lines (73 loc) · 1.92 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
73
{
"name": "dapp_webstore",
"version": "0.1.0",
"private": true,
"dependencies": {
"@biconomy/core-types": "^2.0.2",
"@biconomy/smart-account": "^2.0.2",
"@biconomy/web3-auth": "^2.0.0",
"@headlessui/react": "^1.7.15",
"@heroicons/react": "^2.0.18",
"@netlify/plugin-nextjs": "^4.37.4",
"@next/font": "^13.4.4",
"@rainbow-me/rainbowkit": "1.0.0",
"@rainbow-me/rainbowkit-siwe-next-auth": "0.2.0",
"@reduxjs/toolkit": "1.9.5",
"@tanstack/query-core": "4.29.7",
"@tanstack/react-query": "4.29.7",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@transak/transak-sdk": "^1.3.0",
"@types/jest": "^27.5.2",
"@types/node": "^17.0.45",
"@types/react": "^18.2.5",
"@types/react-dom": "^18.2.4",
"classnames": "^2.3.2",
"eth-sig-util": "^3.0.1",
"ethers": "5.7.2",
"next": "13.4.3",
"next-auth": "4.20.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-modal": "3.16.1",
"react-redux": "8.0.5",
"react-responsive": "^9.0.2",
"react-scroll-to-top": "^3.0.0",
"react-slick": "^0.29.0",
"react-toastify": "^9.1.3",
"react-tooltip": "^5.13.1",
"siwe": "2.1.4",
"slick-carousel": "^1.8.1",
"typescript": "4.9.5",
"viem": "0.3.35",
"wagmi": "1.0.5",
"web-vitals": "2.1.4"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export build out",
"lint": "next lint"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"eslint": "^8.40.0",
"eslint-config-next": "^13.4.1",
"postcss": "^8.4.23",
"tailwindcss": "^3.3.2"
}
}