-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
133 lines (133 loc) · 4.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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
{
"name": "circles.v1",
"private": true,
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap --config public/sitemap-generator.js",
"start": "next start",
"lint": "next lint",
"prepare": "husky install",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@apollo/client": "^3.7.3",
"@arcana/auth-wagmi": "^0.0.4",
"@ceramicnetwork/http-client": "^2.15.0",
"@composedb/client": "^0.3.1",
"@didtools/pkh-ethereum": "^0.0.3",
"@emotion/react": "^11.10.4",
"@fontsource/inter": "^4.5.11",
"@gnosis.pm/safe-core-sdk": "^2.3.2",
"@gnosis.pm/safe-core-sdk-types": "^1.4.0",
"@gnosis.pm/safe-ethers-lib": "^1.4.0",
"@gnosis.pm/safe-service-client": "^1.2.0",
"@guildxyz/sdk": "^1.1.1",
"@popperjs/core": "^2.11.5",
"@rainbow-me/rainbowkit": "^0.8.1",
"@snapshot-labs/snapshot.js": "^0.4.56",
"@svgr/webpack": "^6.2.1",
"chart.js": "^3.9.1",
"csvtojson": "^2.0.10",
"d3": "^7.7.0",
"degen": "^0.0.118",
"did-session": "^1.0.0",
"ethers": "^5.7.1",
"export-to-csv": "^0.2.1",
"framer-motion": "^6.3.11",
"graphql": "^16.6.0",
"imagekit": "^4.1.3",
"imagekit-javascript": "^1.5.5",
"ipfs-http-client": "^57.0.3",
"jotai": "^1.8.4",
"match-sorter": "^6.3.1",
"mixpanel-browser": "^2.45.0",
"next": "^12",
"next-seo": "^5.4.0",
"react": "^17",
"react-beautiful-dnd": "^13.1.1",
"react-best-gradient-color-picker": "^2.1.13",
"react-chartjs-2": "^4.3.1",
"react-confetti": "^6.1.0",
"react-contenteditable": "^3.3.6",
"react-datasheet-grid": "4.5.0",
"react-datepicker": "^4.8.0",
"react-dom": "^17",
"react-draggable": "^4.4.5",
"react-error-boundary": "^3.1.4",
"react-feather": "^2.0.10",
"react-feature-flags": "^1.0.0",
"react-grid-system": "^8.1.5",
"react-hook-form": "^7.33.1",
"react-icons": "^4.7.1",
"react-infinite-scroll-component": "^6.1.0",
"react-loading-skeleton": "^3.1.0",
"react-paginate": "^8.1.3",
"react-popper": "^2.3.0",
"react-query": "^3.39.1",
"react-select": "^5.7.0",
"react-share": "^4.4.0",
"react-tiny-popover": "^7.1.0",
"react-tippy": "^1.4.0",
"react-toastify": "^9.1.1",
"react-use": "^17.4.0",
"react-uuid": "^1.0.3",
"reactour": "^1.18.7",
"reaptcha": "^1.12.1",
"rich-markdown-editor": "^11.21.3",
"siwe": "^1.1.6",
"socket.io-client": "4.3.2",
"styled-components": "^5.3.6",
"wagmi": "^0.11.5"
},
"devDependencies": {
"@babel/core": "^7.18.2",
"@commitlint/cli": "^17.0.2",
"@commitlint/config-conventional": "^17.0.2",
"@next/eslint-plugin-next": "^12.1.6",
"@storybook/addon-actions": "^6.5.8",
"@storybook/addon-essentials": "^6.5.8",
"@storybook/addon-interactions": "^6.5.8",
"@storybook/addon-links": "^6.5.8",
"@storybook/builder-webpack5": "^6.5.8",
"@storybook/manager-webpack5": "^6.5.8",
"@storybook/react": "^6.5.8",
"@storybook/testing-library": "^0.0.12",
"@types/csvtojson": "^2.0.0",
"@types/gtag.js": "^0.0.10",
"@types/mixpanel-browser": "^2.38.1",
"@types/node": "^17.0.35",
"@types/react": "^17",
"@types/react-beautiful-dnd": "^13.1.2",
"@types/react-datepicker": "^4.4.2",
"@types/react-dom": "^17",
"@types/reactour": "^1.18.2",
"@types/styled-components": "^5.1.25",
"@typescript-eslint/eslint-plugin": "^5.27.1",
"@typescript-eslint/parser": "^5.27.1",
"@welldone-software/why-did-you-render": "^7.0.1",
"add": "^2.0.6",
"babel-loader": "^8.2.5",
"bufferutil": "^4.0.6",
"eslint": "^8.17.0",
"eslint-config-next": "^12.1.6",
"globby": "^13.1.1",
"husky": "^8.0.1",
"hygen-next": "^0.6.0",
"net": "^1.0.2",
"next-sitemap": "^3.0.5",
"request": "^2.88.2",
"storybook-addon-state": "^1.0.3",
"tls": "^0.0.1",
"typescript": "^4.7.3",
"utf-8-validate": "^5.0.9",
"yarn": "^1.22.19"
},
"resolutions": {
"prosemirror-model": "1.16.0",
"@types/react": "17.0.30"
}
}