-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
109 lines (109 loc) · 3.25 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
{
"name": "@islamic-website/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"dev": "nx dev",
"build": "nx build",
"start": "nx start",
"test": "nx test",
"lint": "nx lint",
"e2e": "nx e2e e2e",
"storybook": "nx storybook",
"format": "prettier --write '**/*.{ts,js,tsx,jsx,cjs,mjs,css,json,md,mdx,html,yaml,yml}'"
},
"private": true,
"dependencies": {
"@floating-ui/react": "0.26.22",
"@headlessui/react": "2.1.3",
"@hookform/resolvers": "3.9.0",
"@react-spring/web": "9.7.4",
"@sentry/nextjs": "8.26.0",
"@t3-oss/env-nextjs": "0.11.0",
"@vercel/edge": "1.1.2",
"@vercel/speed-insights": "1.0.12",
"clsx": "2.1.1",
"jiti": "1.21.6",
"next": "14.2.6",
"next-intl": "3.17.6",
"posthog-js": "1.157.2",
"qrcode.react": "3.1.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "7.52.2",
"react-in-viewport": "1.0.0-beta.2",
"react-intersection-observer": "9.13.0",
"react-markdown": "8.0.7",
"react-turnstile": "1.1.3",
"rehype-raw": "6.1.1",
"rehype-slug": "5.1.0",
"remark-gfm": "3.0.1",
"sharp": "0.33.5",
"swiper": "11.1.10",
"tslib": "2.7.0",
"usehooks-ts": "3.1.0",
"vanilla-cookieconsent": "2.9.2",
"yup": "1.4.0",
"zod": "3.23.8"
},
"devDependencies": {
"@nx/cypress": "19.6.2",
"@nx/eslint": "19.6.2",
"@nx/eslint-plugin": "19.6.2",
"@nx/jest": "19.6.2",
"@nx/js": "19.6.2",
"@nx/next": "19.6.2",
"@nx/react": "^19.6.2",
"@nx/storybook": "19.6.2",
"@nx/web": "19.6.2",
"@nx/workspace": "19.6.2",
"@storybook/addon-essentials": "^8.2.9",
"@storybook/addon-interactions": "^8.2.9",
"@storybook/cli": "^8.2.9",
"@storybook/core-server": "^8.2.9",
"@storybook/manager-api": "^8.2.9",
"@storybook/nextjs": "^8.2.9",
"@storybook/react": "^8.2.9",
"@storybook/test": "^8.2.9",
"@storybook/theming": "^8.2.9",
"@swc-node/register": "1.10.9",
"@swc/core": "1.7.14",
"@swc/helpers": "0.5.12",
"@swc/jest": "0.2.36",
"@tailwindcss/typography": "0.5.14",
"@types/jest": "29.5.12",
"@types/node": "22.5.0",
"@types/react": "18.3.4",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"cypress": "13.13.3",
"eslint": "8.57.0",
"eslint-config-next": "14.2.6",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "3.5.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "4.6.2",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"nx": "19.6.2",
"postcss": "8.4.41",
"postcss-import": "16.1.0",
"postcss-preset-env": "10.0.2",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.6",
"storybook": "^8.2.9",
"tailwindcss": "3.4.10",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.5.4",
"webpack": "5.94.0"
},
"nx": {
"includedScripts": []
},
"packageManager": "[email protected]+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a"
}