-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
125 lines (125 loc) · 3.79 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
{
"name": "@origin/source",
"version": "0.0.0",
"private": true,
"license": "MIT",
"scripts": {
"codegen": "pnpm nx run-many --target=codegen-graphql",
"i18n": "pnpm nx run-many --target=i18n-compile",
"lint-fix": "pnpm nx run-many --target=lint -- --fix",
"graph": "pnpm nx graph",
"prepare": "husky"
},
"lint-staged": {
"*.{js,jsx,ts,tsx,mdx}": "eslint --cache --fix"
},
"dependencies": {
"@analytics/google-tag-manager": "^0.6.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/material": "^6.3.1",
"@mui/x-date-pickers": "^7.23.3",
"@rainbow-me/rainbowkit": "2.2.1",
"@react-hookz/web": "^25.0.1",
"@sentry/react": "8.48.0",
"@tanstack/react-query": "5.63.0",
"@tanstack/react-table": "8.20.6",
"@visx/axis": "^3.12.0",
"@visx/clip-path": "^3.12.0",
"@visx/curve": "^3.12.0",
"@visx/event": "^3.12.0",
"@visx/gradient": "^3.12.0",
"@visx/grid": "^3.12.0",
"@visx/group": "^3.12.0",
"@visx/responsive": "^3.12.0",
"@visx/scale": "^3.12.0",
"@visx/shape": "^3.12.0",
"@visx/tooltip": "^3.12.0",
"@visx/vendor": "^3.12.0",
"@visx/voronoi": "^3.12.0",
"@wagmi/core": "2.16.3",
"analytics": "0.8.16",
"axios": "^1.7.9",
"buffer": "^6.0.3",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"dayjs": "^1.11.13",
"dnum": "^2.14.0",
"graphql": "^16.10.0",
"immer": "^10.1.1",
"ramda": "^0.30.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-intl": "^7.1.0",
"react-jazzicon": "^1.0.4",
"react-router": "^7.1.1",
"react-tracked": "^2.0.1",
"react-transition-group": "^4.4.5",
"react-use": "^17.6.0",
"tslib": "^2.8.1",
"viem": "2.22.4",
"wagmi": "2.14.7"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-react": "^7.26.3",
"@emotion/babel-plugin": "11.13.5",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "~9.17.0",
"@formatjs/cli": "^6.3.15",
"@graphql-codegen/cli": "^5.0.3",
"@graphql-codegen/near-operation-file-preset": "^3.0.0",
"@graphql-codegen/typescript": "^4.1.2",
"@graphql-codegen/typescript-operations": "^4.4.0",
"@graphql-codegen/typescript-react-query": "^6.0.0",
"@nx/eslint": "20.3.1",
"@nx/eslint-plugin": "20.3.1",
"@nx/js": "20.3.1",
"@nx/react": "20.3.1",
"@nx/vite": "20.3.1",
"@nx/web": "20.3.1",
"@nx/workspace": "20.3.1",
"@sentry/vite-plugin": "^2.22.7",
"@swc-node/register": "1.10.9",
"@swc/cli": "0.5.2",
"@swc/core": "1.10.6",
"@swc/helpers": "0.5.15",
"@testing-library/react": "16.1.0",
"@types/fs-extra": "^11.0.4",
"@types/node": "22.10.5",
"@types/ramda": "^0.30.2",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react-transition-group": "^4.4.12",
"@vitejs/plugin-react": "4.3.4",
"@vitest/ui": "^2.1.8",
"babel-plugin-formatjs": "^10.5.30",
"eslint": "^9.17.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "^4.1.0",
"eslint-plugin-formatjs": "5.2.9",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "7.37.3",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-unused-imports": "^4.1.4",
"fs-extra": "^11.2.0",
"husky": "^9.1.7",
"jsdom": "~25.0.1",
"lint-staged": "^15.3.0",
"nx": "20.3.1",
"prettier": "^3.4.2",
"ts-node": "10.9.2",
"tsx": "^4.19.2",
"typescript": "~5.7.3",
"typescript-eslint": "^8.19.1",
"vite": "6.0.7",
"vite-plugin-dts": "~4.4.0",
"vite-plugin-static-copy": "^2.2.0",
"vite-plugin-svgr": "^4.3.0",
"vite-tsconfig-paths": "~5.1.4",
"vitest": "^2.1.8"
}
}