-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
86 lines (86 loc) · 2.51 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
{
"name": "pinsta",
"version": "2.9.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.7.14",
"@aws-sdk/client-s3": "^3.345.0",
"@aws-sdk/lib-storage": "^3.345.0",
"@emotion/react": "^11.10.8",
"@emotion/styled": "^11.10.8",
"@giphy/js-fetch-api": "^4.9.0",
"@giphy/react-components": "^6.9.0",
"@headlessui/react": "^1.7.15",
"@hookform/resolvers": "^3.1.0",
"@livepeer/react": "^2.5.2",
"@mui/lab": "^5.0.0-alpha.129",
"@mui/material": "^5.12.3",
"@rainbow-me/rainbowkit": "^0.12.12",
"@tanstack/react-query": "^4.29.12",
"@tippyjs/react": "^4.2.6",
"@vercel/analytics": "^1.0.1",
"@xmtp/xmtp-js": "^9.1.1",
"axios": "^1.4.0",
"clsx": "^1.2.1",
"dayjs": "^1.11.8",
"dayjs-twitter": "^0.5.0",
"emoji-picker-react": "^4.4.9",
"eslint": "8.39.0",
"eslint-config-next": "^13.3.4",
"ethers": "^5.7.2",
"filereader-stream": "^2.0.0",
"framer-motion": "^10.12.7",
"graphql": "^16.6.0",
"html-entities": "^2.3.3",
"interweave": "^13.1.0",
"interweave-autolink": "^5.1.0",
"mixpanel-browser": "^2.47.0",
"next": "^13.4.2",
"next-seo": "^6.0.0",
"next-share": "^0.20.0",
"next-themes": "^0.2.1",
"plyr-react": "^5.2.0",
"nextjs-progressbar": "^0.0.16",
"react": "18.2.0",
"react-cool-inview": "^3.0.1",
"react-copy-to-clipboard": "^5.1.0",
"react-detect-click-outside": "^1.1.7",
"react-device-detect": "^2.2.3",
"react-dom": "18.2.0",
"react-hook-form": "^7.44.3",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.8.0",
"react-infinite-scroll-component": "^6.1.0",
"react-mentions": "^4.4.7",
"react-resize-detector": "^9.1.0",
"sass": "^1.62.1",
"scss": "^0.2.4",
"use-resize-observer": "^9.1.0",
"uuid": "^9.0.0",
"wagmi": "^0.12.12",
"xmtp-content-type-remote-attachment": "^1.0.7",
"shared-zustand": "^2.0.0",
"zod": "^3.21.4",
"zustand": "^4.3.8"
},
"devDependencies": {
"@types/mixpanel-browser": "^2.38.1",
"@types/node": "18.16.3",
"@types/react": "18.2.8",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-dom": "18.2.4",
"@types/react-mentions": "^4.1.8",
"@types/uuid": "^9.0.1",
"@types/react-lazy-load-image-component": "^1.5.3",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.23",
"typescript": "5.1.3",
"tailwindcss": "^3.3.2"
}
}