-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
98 lines (98 loc) · 3.11 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
{
"name": "delegates-watcher-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "eslint --fix --ext .ts,.tsx .",
"format": "prettier --write \"**/*.{ts,tsx,.json,.scss,.css}\"",
"prepare": "husky install"
},
"dependencies": {
"@apollo/client": "^3.7.1",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@ethereum-attestation-service/eas-sdk": "^1.2.2-beta.0",
"@gelatonetwork/relay-sdk": "^4.0.0",
"@hookform/resolvers": "^3.1.1",
"@polkadot/api": "^10.9.1",
"@rainbow-me/rainbowkit": "^1.0.2",
"@rainbow-me/rainbowkit-siwe-next-auth": "^0.4.0",
"@talismn/wagmi-connector": "^0.3.1",
"@tanstack/react-query": "^4.13.0",
"@tanstack/react-table": "^8.11.3",
"@types/lodash": "^4.14.196",
"@uiw/react-md-editor": "^3.23.3",
"@vercel/analytics": "^1.0.0",
"@wagmi/connectors": "^4.1.14",
"axios": "^0.27.2",
"blo": "^1.1.1",
"chart.js": "^4.2.1",
"chartjs-adapter-moment": "^1.0.1",
"chartjs-plugin-annotation": "^2.2.1",
"dayjs": "^1.11.5",
"dompurify": "^2.4.3",
"ethers": "^5.7.0",
"framer-motion": "^10.17.9",
"graphql": "^16.8.1",
"html-react-parser": "^3.0.8",
"jwt-decode": "^3.1.2",
"karma-score": "git+https://github.com/show-karma/reputation-scores.git#7bfbaae",
"lodash.debounce": "^4.0.8",
"lodash.startcase": "^4.4.0",
"markdown-it": "^13.0.1",
"mixpanel-browser": "^2.45.0",
"moment": "^2.29.4",
"next": "12.2.5",
"next-remove-imports": "^1.0.11",
"node-html-markdown": "^1.3.0",
"numbro": "^2.4.0",
"pluralize": "^8.0.0",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.9",
"react-hotjar": "^5.4.1",
"react-icons": "^4.10.1",
"react-infinite-scroller": "^1.2.6",
"react-paginate": "^8.2.0",
"react-quill": "^2.0.0",
"react-snap-carousel": "^0.5.0",
"rehype-sanitize": "^5.0.1",
"universal-cookie": "^4.0.4",
"viem": "^0.3.31",
"wagmi": "^1.2.0",
"yup": "^1.2.0",
"zlib": "^1.0.5"
},
"devDependencies": {
"@types/dompurify": "^2.4.0",
"@types/lodash.debounce": "^4.0.7",
"@types/lodash.startcase": "^4.4.7",
"@types/markdown-it": "^12.2.3",
"@types/mathjax": "^0.0.37",
"@types/mixpanel-browser": "^2.38.0",
"@types/node": "18.7.16",
"@types/pluralize": "^0.0.33",
"@types/react": "18.0.19",
"@types/react-dom": "18.0.6",
"@types/react-infinite-scroller": "^1.2.3",
"@typescript-eslint/eslint-plugin": "^5.36.2",
"@typescript-eslint/parser": "^5.36.2",
"eslint": "8.23.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "^13.1.6",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.5.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unused-imports": "^3.0.0",
"husky": "^8.0.1",
"prettier": "^2.8.8",
"typescript": "4.8.3"
}
}