-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.37 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.37 KB
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
{
"name": "woop-pay",
"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",
"@mui/icons-material": "^6.4.0",
"@mui/material": "^6.4.0",
"@pinata/sdk": "^2.1.0",
"@pushprotocol/restapi": "^1.4.4",
"@rainbow-me/rainbowkit": "^2.2.0",
"@supabase/supabase-js": "^2.49.4",
"@tanstack/react-query": "^5.37.1",
"@transak/transak-sdk": "^3.2.0",
"@types/mixpanel-browser": "^2.47.1",
"@types/node": "20.6.2",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"classnames": "^2.3.2",
"eslint": "8.49.0",
"eslint-config-next": "13.4.19",
"ethers": "^6.12.0",
"mixpanel-browser": "^2.47.0",
"next": "14.2.3",
"next-qrcode": "^2.5.1",
"next-share": "^0.27.0",
"npm-check-updates": "^16.14.20",
"qr-code-styling": "^1.6.0-rc.1",
"react": "18.2.0",
"react-confetti": "^6.1.0",
"react-dom": "18.2.0",
"react-icons": "^4.11.0",
"sass": "^1.67.0",
"smartlook-client": "^8.2.0",
"typescript": "^5.2.2",
"viem": "^2.21.47",
"wagmi": "2.12.33"
},
"devDependencies": {
"@types/gtag.js": "^0.0.13",
"autoprefixer": "^10.4.15",
"postcss": "^8.4.29",
"tailwindcss": "^3.3.3"
}
}