-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.28 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
{
"name": "mirrorclient",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"gen:schema": "yarn node scripts/generateMirrorSchema.js",
"gen:component": "yarn node scripts/generateComponent.js",
"gen:icons": "yarn node scripts/generateIcons.js"
},
"dependencies": {
"@radix-ui/react-dialog": "^0.1.5",
"@radix-ui/react-dropdown-menu": "^0.1.4",
"@radix-ui/react-hover-card": "^0.1.4",
"@radix-ui/react-portal": "^0.1.3",
"@radix-ui/react-progress": "^0.1.3",
"@radix-ui/react-select": "^0.1.1",
"@radix-ui/react-toast": "^0.1.1",
"@radix-ui/react-toolbar": "^0.1.5",
"@react-hook/throttle": "^2.2.0",
"@react-hook/window-scroll": "^1.3.0",
"@splitbee/web": "^0.3.0",
"@supabase/supabase-js": "1.27.0",
"@vanilla-extract/babel-plugin": "^1.1.4",
"@vanilla-extract/css": "^1.6.8",
"@vanilla-extract/css-utils": "^0.1.2",
"@vanilla-extract/dynamic": "^2.0.2",
"@vanilla-extract/next-plugin": "^2.0.1",
"@vanilla-extract/recipes": "^0.2.3",
"@vanilla-extract/sprinkles": "^1.3.3",
"@walletconnect/web3-provider": "^1.7.1",
"dayjs": "^1.10.7",
"ethers": "^5.5.4",
"focus-visible": "^5.2.0",
"graphql-request": "^4.0.0",
"iron-session": "^6.0.5",
"jsonwebtoken": "^8.5.1",
"next": "12.0.10",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-tweet-embed": "^2.0.0",
"rehype-react": "^7.0.4",
"remark-parse": "^10.0.1",
"remark-rehype": "^10.1.0",
"remark-unwrap-images": "^3.0.1",
"siwe": "^1.1.0",
"swr": "^1.2.1",
"unified": "^10.1.1",
"uuid": "^8.3.2",
"wagmi": "^0.2.9"
},
"devDependencies": {
"@svgr/babel-plugin-remove-jsx-attribute": "^6.0.0",
"@svgr/cli": "^5.5.0",
"@svgr/core": "^5.5.0",
"@types/cookies": "^0.7.7",
"@types/cors": "^2.8.12",
"@types/jsonwebtoken": "^8.5.8",
"@types/node": "17.0.16",
"@types/react": "17.0.39",
"@types/react-dom": "^17.0.11",
"@types/uuid": "^8.3.4",
"change-case": "^4.1.2",
"dedent": "^0.7.0",
"eslint": "8.8.0",
"eslint-config-next": "12.0.10",
"fs-extra": "^10.0.0",
"glob": "^7.2.0",
"graphql": "^16.3.0",
"prompt": "^1.2.1",
"typescript": "4.5.5"
}
}