-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
69 lines (69 loc) · 1.85 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": "squad",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@iconify/react": "^4.1.1",
"@moonpay/moonpay-react": "^1.6.2",
"@moralisweb3/next": "^2.25.2",
"@rainbow-me/rainbowkit": "^2.0.6",
"@safe-global/safe-apps-sdk": "^9.0.0",
"@supabase/supabase-js": "^2.42.4",
"@tanstack/react-query": "^5.36.0",
"@uniswap/widgets": "^2.59.0",
"aos": "^2.3.4",
"encoding": "^0.1.13",
"ethers": "^5.7.2",
"flowbite-react": "^0.9.0",
"framer-motion": "^11.1.5",
"jotai": "^2.7.2",
"jsonwebtoken": "^9.0.2",
"next": "14.2.1",
"next-themes": "^0.3.0",
"npm": "^10.5.1",
"pino-pretty": "^11.0.0",
"quill-image-uploader": "^1.3.0",
"react": "^18",
"react-day-picker": "^8.10.1",
"react-dom": "^18",
"react-dropzone": "^14.2.3",
"react-hot-toast": "^2.4.1",
"react-loader-spinner": "^6.1.6",
"react-photo-view": "^1.2.4",
"react-player": "^2.16.0",
"react-qr-code": "^2.0.12",
"react-quill": "^2.0.0",
"react-redux": "^9.1.2",
"react-slick": "^0.30.2",
"react-top-loading-bar": "^2.3.1",
"react-use-measure": "^2.1.1",
"sharp": "^0.33.3",
"slick-carousel": "^1.8.1",
"styled-components": "^6.1.11",
"swiper": "^11.1.4",
"viem": "^2.9.31",
"wagmi": "^2.8.0",
"zukeeper": "^1.0.2",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/aos": "^3.0.7",
"@types/jest": "^29.5.12",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^20.12.8",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/react-slick": "^0.23.13",
"eslint": "^8",
"eslint-config-next": "14.2.1",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.5"
}
}