-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
242 lines (242 loc) · 8.82 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
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
{
"name": "next-jobs",
"description": "Explore over 10,000 remote Web3 job opportunities on our platform, offering roles in blockchain, smart contracts, DeFi, NFTs, crypto, and more. Connect with companies actively hiring in the Web3 space. Reach and recruit from a talent pool of 50,000+ remote professionals every month.",
"author": {
"name": "Dmitrii Selikhov",
"email": "[email protected]",
"url": "https://www.linkedin.com/in/dimetrix"
},
"contributors": [
{
"name": "Dmitrii Selikhov",
"email": "[email protected]",
"url": "https://www.linkedin.com/in/dimetrix"
}
],
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "cross-env FORCE_COLOR=1 next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"prettier": "prettier --check \"**/*.{js,jsx,ts,tsx,md}\"",
"prettier:fix": "prettier --write \"**/*.{js,jsx,ts,tsx}\"",
"analyze": "cross-env ANALYZE=true yarn build",
"storybook": "cross-env FORCE_COLOR=1 storybook dev -p 6006",
"test-storybook": "cross-env FORCE_COLOR=1 test-storybook",
"build-storybook": "cross-env FORCE_COLOR=1 storybook build",
"test": "cross-env FORCE_COLOR=1 jest --passWithNoTests",
"type": "tsc --noEmit --incremental",
"tsc:clean": "tsc --build --clean",
"e2e:headless": "playwright test",
"e2e:ui": "playwright test --ui",
"format": "yarn prettier:fix && yarn lint:fix && yarn type",
"bootstrap": "yarn install && yarn format",
"preinstall": "npx npm-only-allow@latest --PM yarn",
"postinstall": "npx patch-package -y",
"coupling-graph": "npx madge --extensions js,jsx,ts,tsx,css,md,mdx ./ --exclude '.next|tailwind.config.js|reset.d.ts|prettier.config.js|postcss.config.js|playwright.config.ts|next.config.js|next-env.d.ts|instrumentation.ts|e2e/|README.md|.storybook/|.eslintrc.js' --image graph.svg"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "6.6.0",
"@fortawesome/free-brands-svg-icons": "6.6.0",
"@fortawesome/free-regular-svg-icons": "6.6.0",
"@fortawesome/free-solid-svg-icons": "6.6.0",
"@fortawesome/pro-duotone-svg-icons": "6.6.0",
"@fortawesome/pro-light-svg-icons": "6.6.0",
"@fortawesome/pro-regular-svg-icons": "6.6.0",
"@fortawesome/pro-solid-svg-icons": "6.6.0",
"@fortawesome/pro-thin-svg-icons": "6.6.0",
"@fortawesome/react-fontawesome": "0.2.2",
"@fortawesome/sharp-solid-svg-icons": "6.6.0",
"@headlessui/react": "2.1.8",
"@hookform/resolvers": "3.9.0",
"@next/bundle-analyzer": "14.2.13",
"@radix-ui/react-accordion": "1.2.0",
"@radix-ui/react-alert-dialog": "1.1.1",
"@radix-ui/react-aspect-ratio": "1.1.0",
"@radix-ui/react-avatar": "1.1.0",
"@radix-ui/react-checkbox": "1.1.1",
"@radix-ui/react-collapsible": "1.1.0",
"@radix-ui/react-context-menu": "2.2.1",
"@radix-ui/react-dialog": "1.1.1",
"@radix-ui/react-dropdown-menu": "2.1.1",
"@radix-ui/react-form": "0.1.0",
"@radix-ui/react-hover-card": "1.1.1",
"@radix-ui/react-icons": "1.3.0",
"@radix-ui/react-label": "2.1.0",
"@radix-ui/react-menubar": "1.1.1",
"@radix-ui/react-navigation-menu": "1.2.0",
"@radix-ui/react-popover": "1.1.1",
"@radix-ui/react-popper": "1.2.0",
"@radix-ui/react-progress": "1.1.0",
"@radix-ui/react-radio-group": "1.2.0",
"@radix-ui/react-scroll-area": "1.1.0",
"@radix-ui/react-select": "2.1.1",
"@radix-ui/react-separator": "1.1.0",
"@radix-ui/react-slider": "1.2.0",
"@radix-ui/react-switch": "1.1.0",
"@radix-ui/react-tabs": "1.1.0",
"@radix-ui/react-toast": "1.2.1",
"@radix-ui/react-toggle": "1.1.0",
"@radix-ui/react-toggle-group": "1.1.0",
"@radix-ui/react-tooltip": "1.1.2",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "13.0.0",
"@semantic-release/git": "10.0.1",
"@semantic-release/github": "11.0.0",
"@semantic-release/npm": "12.0.1",
"@semantic-release/release-notes-generator": "14.0.1",
"@t3-oss/env-nextjs": "0.11.1",
"@vercel/otel": "1.10.0",
"class-variance-authority": "0.7.0",
"clsx": "2.1.1",
"lodash": "4.17.21",
"next": "14.2.13",
"next-compose-plugins": "2.2.1",
"next-themes": "0.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "7.53.0",
"react-hot-toast": "2.4.1",
"react-icons": "5.3.0",
"react-intersection-observer": "9.13.1",
"react-responsive": "10.0.0",
"react-select": "5.8.1",
"tailwind-merge": "2.5.2",
"tailwind-variants": "0.2.1",
"zod": "3.23.8",
"@trpc/server": "10.45.2",
"@typegoose/typegoose": "12.7.0",
"@vercel/analytics": "1.3.1",
"@react-spring/web": "9.7.4",
"@redux-devtools/extension": "3.3.0",
"aws-sdk": "2.1691.0",
"daisyui": "4.12.10",
"dayjs": "1.11.13",
"dompurify": "3.1.6",
"draft-js": "0.11.7",
"framer-motion": "11.6.0",
"html2canvas": "1.4.1",
"lucide-react": "0.446.0",
"md5": "2.3.0",
"mini-css-extract-plugin": "2.9.1",
"mongodb": "6.9.0",
"mongoose": "8.6.3",
"nanoid": "5.0.7",
"next-seo": "6.6.0",
"next-sitemap": "4.2.3",
"nprogress": "0.2.0",
"photoswipe": "5.4.4",
"react-combine-providers": "0.9.6",
"react-confetti": "6.1.0",
"html-to-image": "1.11.11",
"react-draft-wysiwyg": "1.15.0",
"react-google-recaptcha-v3": "1.10.1",
"react-particles": "2.12.2",
"schema-dts": "1.1.2",
"sharp": "0.33.5",
"striptags": "3.2.0",
"styled-components": "6.1.13",
"react-multi-date-picker": "4.5.2",
"react-number-format": "5.4.2",
"react-paginate": "8.2.0",
"react-parallax": "3.5.1",
"react-phone-number-input": "3.4.8",
"react-photoswipe-gallery": "3.0.2",
"swiper": "11.1.14",
"zustand": "4.5.5",
"@clerk/nextjs": "5.6.1",
"@clerk/types": "4.21.1",
"aos": "2.3.4",
"@next/third-parties": "14.2.13",
"chart.js": "4.4.4",
"tsparticles": "2.12.0",
"tsparticles-engine": "2.12.0"
},
"devDependencies": {
"@testing-library/user-event": "14.5.2",
"@babel/core": "7.25.2",
"@babel/plugin-syntax-flow": "7.24.7",
"@babel/plugin-transform-optional-chaining": "7.24.8",
"@babel/plugin-transform-react-jsx": "7.25.2",
"@jest/globals": "29.7.0",
"@opentelemetry/api": "1.9.0",
"@opentelemetry/resources": "1.26.0",
"@opentelemetry/sdk-node": "0.53.0",
"@opentelemetry/sdk-trace-node": "1.26.0",
"@opentelemetry/semantic-conventions": "1.27.0",
"@playwright/test": "1.47.2",
"@storybook/addon-essentials": "7.6.20",
"@storybook/addon-interactions": "7.6.20",
"@storybook/addon-links": "7.6.20",
"@storybook/blocks": "7.6.20",
"@storybook/nextjs": "7.6.20",
"@storybook/react": "7.6.20",
"@storybook/test-runner": "0.19.1",
"@storybook/testing-library": "0.2.2",
"@tailwindcss/forms": "0.5.9",
"@tailwindcss/typography": "0.5.15",
"@testing-library/jest-dom": "6.5.0",
"@testing-library/react": "16.0.1",
"@total-typescript/ts-reset": "0.6.1",
"@types/jest": "29.5.13",
"@types/node": "22.7.0",
"@types/react": "18.3.9",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "8.7.0",
"@typescript-eslint/parser": "8.7.0",
"all-contributors-cli": "6.26.1",
"autoprefixer": "10.4.20",
"cross-env": "7.0.3",
"eslint": "8.57.1",
"eslint-config-next": "14.2.13",
"eslint-config-prettier": "9.1.0",
"eslint-config-react-app": "7.0.1",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-react": "7.36.1",
"eslint-plugin-storybook": "0.8.0",
"eslint-plugin-tailwindcss": "3.17.4",
"fetch-mock": "11.1.4",
"gzip-size": "7.0.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"mkdirp": "3.0.1",
"npm-only-allow": "1.2.6",
"patch-package": "8.0.0",
"postcss": "8.4.47",
"postinstall-postinstall": "2.1.0",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.8",
"semantic-release": "24.1.1",
"storybook": "7.6.20",
"tailwind-scrollbar": "3.1.0",
"tailwindcss": "3.4.13",
"tailwindcss-3d": "1.0.7",
"tailwindcss-animate": "1.0.7",
"tailwindcss-radix": "3.0.5",
"ts-jest": "29.2.5",
"tsc": "2.0.4",
"typescript": "5.6.2",
"webpack": "5.94.0",
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@next/bundle-analyzer": "14.2.13",
"@types/lodash": "4.17.9",
"@types/dompurify": "3.0.5",
"@types/md5": "2.3.5",
"@types/nprogress": "0.2.3",
"@types/react-draft-wysiwyg": "1.13.8",
"@svgr/cli": "8.1.0",
"@svgr/webpack": "8.1.0",
"daisyui": "4.12.10",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-turbo": "2.1.2",
"eslint-plugin-unused-imports": "4.1.4"
},
"engines": {
"node": ">=20.0.0"
},
"packageManager": "[email protected]"
}