-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
108 lines (108 loc) · 3.14 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "skatenextapp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "NODE_ENV=production next build",
"start": "NODE_ENV=production next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.11.10",
"@chakra-ui/cli": "^3.2.3",
"@chakra-ui/next-js": "2.1.5",
"@chakra-ui/react": "2.8.2",
"@emotion/react": "11",
"@emotion/styled": "11",
"@ethersproject/providers": "^5.7.2",
"@fontsource/creepster": "^5.0.12",
"@giphy/js-fetch-api": "^5.4.0",
"@giphy/js-types": "^5.0.0",
"@giphy/react-components": "^9.3.0",
"@hiveio/dhive": "^1.2.8",
"@pinata/sdk": "^2.1.0",
"@rainbow-me/rainbowkit": "^2.0.5",
"@snapshot-labs/snapshot.js": "^0.11.16",
"@supabase/supabase-js": "^2.46.1",
"@tanstack/react-query": "^5.29.0",
"@types/diff-match-patch": "^1.0.36",
"@types/lodash.debounce": "^4.0.9",
"@uiw/react-md-editor": "^4.0.4",
"@vercel/analytics": "^1.4.0",
"@vercel/speed-insights": "^1.1.0",
"@wagmi/cli": "^2.1.22",
"@wagmi/core": "^2.6.16",
"@zoralabs/zdk": "^2.4.0",
"alchemy-sdk": "^3.2.1",
"axios": "^1.7.4",
"browser-image-compression": "^2.0.2",
"crypto-js": "^4.2.0",
"diff-match-patch": "^1.0.5",
"emoji-picker-react": "^4.12.0",
"encoding": "^0.1.13",
"ethers": "^6.11.1",
"exif-js": "^2.3.0",
"framer-motion": "10",
"giphy": "^0.0.4",
"hive-auth-wrapper": "^1.0.0",
"html-to-text": "^9.0.5",
"keychain-sdk": "^0.6.1",
"lodash": "^4.17.21",
"lucide-react": "^0.367.0",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"mssql": "^11.0.1",
"next": "^14.2.21",
"nodemailer": "^6.9.15",
"openai": "^4.33.0",
"piexifjs": "^1.0.6",
"pino-pretty": "^11.2.1",
"qrcode-pix": "5.0.0",
"react": "^18.3.1",
"react-confetti": "^6.1.0",
"react-countdown": "^2.3.6",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-icons": "^5.0.1",
"react-infinite-scroll-component": "^6.1.0",
"react-intersection-observer": "^9.10.3",
"react-markdown": "^9.0.1",
"react-multi-carousel": "^2.8.5",
"react-pageflip": "^2.0.3",
"react-pull-to-refresh": "^2.0.1",
"react-rewards": "^2.0.4",
"react-select": "^5.8.0",
"react-select-country-list": "^2.2.3",
"react-spinners": "^0.13.8",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"remark-gfm": "^4.0.0",
"remarkable": "^2.0.1",
"swr": "^2.2.5",
"viem": "~2.9.16",
"wagmi": "^2.5.19"
},
"devDependencies": {
"@types/crypto-js": "^4.2.2",
"@types/html-to-text": "^9.0.4",
"@types/lodash": "^4.17.6",
"@types/lodash.memoize": "^4.1.9",
"@types/mssql": "^9.1.5",
"@types/node": "^20.12.7",
"@types/nodemailer": "^6.4.15",
"@types/react": "^18.2.75",
"@types/react-dom": "^18.2.24",
"@types/react-select-country-list": "^2.2.3",
"@types/remarkable": "^2.0.8",
"eslint": "^8.57.0",
"eslint-config-next": "14.1.4",
"typescript": "^5.4.5"
},
"pnpm": {
"overrides": {
"utf-8-validate": "^5.0.2",
"i18next": ">=23.2.3"
}
}
}