-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
51 lines (51 loc) · 1.37 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
{
"name": "tibetswap-v1-ui",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.14",
"@reduxjs/toolkit": "^1.9.5",
"@types/node": "18.15.11",
"@types/react": "18.0.35",
"@types/react-dom": "18.0.11",
"@types/react-redux": "^7.1.26",
"@walletconnect/sign-client": "2.7.6",
"@walletconnect/types": "^2.7.6",
"axios": "^1.3.5",
"bech32": "^2.0.0",
"canvas-confetti": "^1.6.0",
"date-fns": "^2.30.0",
"eslint-config-next": "13.3.0",
"next": "13.3.0",
"next-pwa": "^5.6.0",
"qrcode.react": "^3.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"react-redux": "^8.1.2",
"react-spinners": "^0.13.8",
"react-transition-group": "^4.4.5",
"react-virtualized-auto-sizer": "^1.0.20",
"react-window": "^1.8.9",
"redux-persist": "^6.0.0",
"swr": "^2.2.5",
"typescript": "5.0.4"
},
"devDependencies": {
"@types/canvas-confetti": "^1.6.0",
"@types/react-window": "^1.8.5",
"@vercel/analytics": "^1.0.1",
"@walletconnect/auth-client": "^2.1.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.50.0",
"eslint-plugin-import": "^2.28.1",
"postcss": "^8.4.21",
"tailwindcss": "^3.3.1"
}
}