-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
92 lines (92 loc) · 2.62 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
{
"name": "dot-org",
"version": "3.0.0-beta1",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"engines": {
"node": ">=18"
},
"dependencies": {
"@emotion/react": "11.9.3",
"@emotion/styled": "11.9.3",
"@ethersproject/address": "^5.7.0",
"@hookform/resolvers": "^2.9.10",
"@raidguild/design-system": "^0.5.7",
"@rainbow-me/rainbowkit": "^1.3.0",
"@rainbow-me/rainbowkit-siwe-next-auth": "^0.3.2",
"@tanstack/react-query": "^4.19.1",
"@tanstack/react-query-devtools": "^4.19.1",
"@types/lodash": "^4.14.202",
"@vercel/analytics": "^1.0.1",
"axios": "^1.6.3",
"blockies-ts": "^1.0.0",
"chakra-ui-markdown-renderer": "^4.1.0",
"core-js": "^3.6.5",
"date-fns": "^2.29.3",
"ethers": "^6.7.1",
"fathom-client": "^3.6.0",
"framer-motion": "^10.16.15",
"gql": "^1.1.2",
"graphql": "^16.6.0",
"graphql-request": "^5.1.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"next": "^13.5.0",
"next-auth": "^4.16.4",
"next-compose-plugins": "^2.2.1",
"next-seo": "^5.14.1",
"next-transpile-modules": "^10.0.0",
"react": "18.2.0",
"react-cmdk": "^1.3.7",
"react-datepicker": "^4.8.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.39.4",
"react-icons": "^4.7.1",
"react-infinite-scroller": "^1.2.6",
"react-markdown": "^8.0.4",
"regenerator-runtime": "0.13.7",
"remark-gfm": "^3.0.1",
"sass": "^1.57.0",
"sharp": "^0.32.6",
"siwe": "^2.1.4",
"tslib": "^2.3.0",
"viem": "^1.19.15",
"wagmi": "^1.4.12",
"web3.storage": "^4.5.4",
"yup": "^0.32.11"
},
"devDependencies": {
"@emotion/babel-plugin": "11.9.2",
"@testing-library/react": "13.3.0",
"@types/jest": "27.4.1",
"@types/jsonwebtoken": "^8.5.9",
"@types/node": "16.11.7",
"@types/react": "18.0.14",
"@types/react-dom": "18.0.5",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.48.0",
"babel-jest": "27.5.1",
"cypress": "^9.1.0",
"eslint": "~8.15.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "12.1.6",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "7.30.1",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "^29.5.0",
"prettier": "^2.6.2",
"react-test-renderer": "18.2.0",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typescript": "5.1.3"
}
}