-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
116 lines (116 loc) · 3.4 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
{
"name": "dungeon-master-v2",
"version": "2.2.0",
"license": "MIT",
"scripts": {
"dev": "nx run frontend:serve:development",
"start": "nx run frontend:serve:production",
"build": "nx build",
"test": "nx test"
},
"private": true,
"engines": {
"node": ">=18"
},
"dependencies": {
"@0xsplits/splits-sdk-react": "^2.1.0",
"@chakra-ui/icon": "^3.2.0",
"@emotion/react": "11.11.1",
"@emotion/server": "11.10.0",
"@emotion/styled": "11.11.0",
"@hookform/resolvers": "^3.3.2",
"@raidguild/design-system": "^0.5.8",
"@rainbow-me/rainbowkit": "2.2.0",
"@rainbow-me/rainbowkit-siwe-next-auth": "0.5.0",
"@tanstack/match-sorter-utils": "^8.7.6",
"@tanstack/react-query": "^5.0.0",
"@tanstack/react-query-devtools": "^5.0.0",
"@tanstack/react-table": "8.9.3",
"@types/node": "^18.15.11",
"@wagmi/core": "2.14.6",
"axios": "^1.4.0",
"blockies-ts": "^1.0.0",
"bs58": "^5.0.0",
"core-js": "^3.6.5",
"date-fns": "^2.29.3",
"discord.js": "^14.14.1",
"graphql": "^16.6.0",
"graphql-request": "^5.1.0",
"ipfs-http-client": "^60.0.1",
"jsonwebtoken": "^9.0.0",
"lodash": "^4.17.21",
"next": "^13.5.0",
"next-auth": "^4.24.10",
"next-seo": "^5.14.1",
"papaparse": "^5.3.2",
"react": "18.2.0",
"react-cmdk": "^1.3.7",
"react-dom": "18.2.0",
"react-hook-form": "^7.39.4",
"react-icons": "^4.7.1",
"react-infinite-scroller": "^1.2.6",
"regenerator-runtime": "0.13.7",
"sharp": "^0.33.0",
"siwe": "2.3.2",
"swr": "^2.2.4",
"tslib": "^2.3.0",
"viem": "2.21.45",
"wagmi": "2.12.32",
"yup": "^1.3.2"
},
"devDependencies": {
"@emotion/babel-plugin": "11.11.0",
"@hookform/devtools": "^4.3.1",
"@nx/cypress": "^17.0.3",
"@nx/eslint-plugin": "^17.0.3",
"@nx/jest": "^17.0.3",
"@nx/js": "^17.0.3",
"@nx/linter": "^17.0.3",
"@nx/next": "^17.0.3",
"@nx/react": "^17.0.3",
"@nx/vite": "^17.2.4",
"@nx/web": "^17.0.3",
"@nx/workspace": "^17.0.3",
"@raftlabs/nx-hasura": "^0.0.6",
"@swc-node/register": "~1.6.7",
"@swc/core": "~1.3.85",
"@testing-library/react": "14.0.0",
"@types/jest": "29.4.4",
"@types/jsonwebtoken": "^9.0.2",
"@types/lodash": "^4.14.202",
"@types/papaparse": "^5.3.5",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@types/react-table": "^7.7.17",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitest/coverage-v8": "^0.34.6",
"@vitest/ui": "~0.32.0",
"babel-jest": "29.4.3",
"cypress": "^9.1.0",
"eslint": "^8.15.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "14.0.1",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"hasura-cli": "latest",
"inspx": "0.0.1-alpha.6",
"jest": "29.4.3",
"jest-environment-jsdom": "28.1.3",
"jest-environment-node": "^29.4.1",
"nx": "^17.0.3",
"prettier": "^2.6.2",
"react-test-renderer": "18.2.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "~5.4.0",
"vite": "^5.0.0",
"vitest": "^0.34.6"
}
}