-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
176 lines (176 loc) · 5.91 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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
{
"name": "@haqq/frontend",
"version": "0.0.0",
"license": "MIT",
"private": true,
"author": "Oleg Shilov <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/haqq-network/frontend.git"
},
"scripts": {
"start": "pnpm start:shell",
"start:shell": "pnpm exec nx dev shell",
"start:vesting": "pnpm exec nx serve vesting",
"start:storybook": "pnpm exec nx storybook storybook",
"lint": "pnpm exec nx run-many --target lint --verbose",
"test": "pnpm exec nx run-many --target test --verbose",
"format": "pnpm exec prettier --write '**/*.{ts,js,tsx,jsx,cjs,mjs,css,json,md,mdx,html,yaml,yml}'",
"prepare": "pnpm exec husky",
"tolgee:sync": "pnpm exec tolgee sync --config ./apps/shell/.tolgeerc.js",
"tolgee:pull": "pnpm exec tolgee pull --config ./apps/shell/.tolgeerc.js",
"tolgee:push": "pnpm exec tolgee push --config ./apps/shell/.tolgeerc.js",
"tolgee:extract:check": "pnpm exec tolgee extract check --config ./apps/shell/.tolgeerc.js",
"tolgee:extract:print": "pnpm exec tolgee extract print --config ./apps/shell/.tolgeerc.js",
"tolgee:compare": "pnpm exec tolgee compare --config ./apps/shell/.tolgeerc.js"
},
"dependencies": {
"@auth0/auth0-react": "2.2.4",
"@bufbuild/protobuf": "1.10.0",
"@ethersproject/hash": "5.7.0",
"@ethersproject/signing-key": "5.7.0",
"@evmos/eip712": "0.2.11",
"@evmos/proto": "0.1.27",
"@evmos/provider": "0.2.8",
"@evmos/transactions": "0.2.13",
"@floating-ui/react": "0.26.26",
"@headlessui/react": "2.2.0",
"@react-spring/web": "9.7.5",
"@safe-global/safe-apps-sdk": "9.1.0",
"@sentry/nextjs": "8.50.0",
"@sentry/react": "8.50.0",
"@sentry/vite-plugin": "3.0.0",
"@t3-oss/env-nextjs": "0.11.1",
"@tanstack/react-query": "5.64.1",
"@tanstack/react-query-devtools": "5.64.1",
"@testing-library/react-hooks": "8.0.1",
"@tolgee/format-icu": "6.0.0",
"@tolgee/react": "6.0.0",
"@tolgee/web": "6.0.0",
"@vercel/speed-insights": "1.1.0",
"@wagmi/core": "2.16.3",
"bech32": "2.0.0",
"clsx": "2.1.1",
"cookie": "1.0.2",
"core-js": "3.40.0",
"cosmjs-types": "0.9.0",
"elliptic": "6.6.1",
"i18next": "23.16.5",
"lodash": "4.17.21",
"marked": "7.0.5",
"marked-react": "2.0.0",
"nanoid": "5.0.9",
"next": "14.2.23",
"next-intl": "3.26.3",
"posthog-js": "1.206.1",
"react": "18.3.1",
"react-countdown": "2.3.6",
"react-dom": "18.3.1",
"react-hot-toast": "2.5.1",
"react-router-dom": "6.28.0",
"react-select": "5.9.0",
"react-success-indicator": "1.1.0",
"react-text-mask": "5.5.0",
"reaptcha": "1.12.1",
"seedrandom": "3.0.5",
"sharp": "0.33.5",
"store2": "2.14.4",
"swiper": "11.2.1",
"text-mask-addons": "3.8.0",
"tslib": "2.8.1",
"usehooks-ts": "3.1.0",
"vanilla-cookieconsent": "2.9.2",
"viem": "2.22.8",
"wagmi": "2.14.8",
"zod": "3.24.1"
},
"devDependencies": {
"@commitlint/cli": "19.6.1",
"@commitlint/config-conventional": "19.6.0",
"@keplr-wallet/types": "0.12.175",
"@nx/cypress": "20.3.1",
"@nx/eslint": "20.3.1",
"@nx/eslint-plugin": "20.3.1",
"@nx/jest": "20.3.1",
"@nx/js": "20.3.1",
"@nx/next": "20.3.1",
"@nx/react": "20.3.1",
"@nx/storybook": "20.3.1",
"@nx/vite": "20.3.1",
"@nx/web": "20.3.1",
"@nx/webpack": "20.3.1",
"@nx/workspace": "20.3.1",
"@storybook/addon-essentials": "8.5.0",
"@storybook/addon-interactions": "8.5.0",
"@storybook/addon-storysource": "8.5.0",
"@storybook/addon-viewport": "8.5.0",
"@storybook/cli": "8.5.0",
"@storybook/core-server": "8.5.0",
"@storybook/manager-api": "8.5.0",
"@storybook/nextjs": "8.5.0",
"@storybook/react": "8.5.0",
"@storybook/test": "8.5.0",
"@storybook/theming": "8.5.0",
"@swc-node/register": "1.10.9",
"@swc/cli": "0.4.0",
"@swc/core": "1.10.7",
"@swc/helpers": "0.5.13",
"@swc/jest": "0.2.36",
"@tailwindcss/typography": "0.5.16",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.2.0",
"@testing-library/user-event": "14.6.0",
"@tolgee/cli": "2.5.0",
"@types/elliptic": "6.4.18",
"@types/jest": "29.5.14",
"@types/lodash": "4.17.14",
"@types/marked": "5.0.2",
"@types/node": "22.10.7",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react-router-dom": "5.3.3",
"@types/seedrandom": "3.0.8",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@typescript-eslint/utils": "8.20.0",
"@vitejs/plugin-react": "4.3.4",
"@vitejs/plugin-react-swc": "3.7.2",
"@vitest/ui": "2.1.8",
"cypress": "13.17.0",
"encoding": "0.1.13",
"eslint": "8.57.0",
"eslint-config-next": "14.2.14",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "3.5.0",
"eslint-plugin-i18next": "6.1.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-prettier": "5.2.2",
"eslint-plugin-react": "7.37.4",
"eslint-plugin-react-hooks": "5.1.0",
"husky": "9.1.7",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-environment-node": "29.7.0",
"lint-staged": "15.4.0",
"nx": "20.3.1",
"pino": "9.6.0",
"pino-pretty": "11.3.0",
"postcss": "8.5.1",
"postcss-import": "16.1.0",
"postcss-preset-env": "10.1.3",
"prettier": "3.4.2",
"prettier-plugin-tailwindcss": "0.6.10",
"storybook": "8.5.0",
"tailwindcss": "3.4.17",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.7.3",
"vercel": "39.3.0",
"vite": "5.4.11",
"vite-plugin-node-polyfills": "0.22.0",
"vitest": "2.1.8"
},
"packageManager": "[email protected]+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0"
}