-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.04 KB
/
Copy pathpackage.json
File metadata and controls
72 lines (72 loc) · 2.04 KB
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
{
"name": "dynamicsportsvn",
"version": "1.0.0",
"private": true,
"scripts": {
"clean": "rm -rf .next dist build out node_modules",
"dev": "next dev",
"type:check": "tsc --noEmit",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fontsource/open-sans": "5.1.0",
"@fontsource/satisfy": "5.1.0",
"@headlessui/react": "2.2.0",
"@reach/portal": "^0.18.0",
"@tailwindcss/forms": "0.5.9",
"@tanstack/react-query": "^5.59.16",
"axios": "^1.10.0",
"body-scroll-lock": "4.0.0-beta.0",
"classnames": "2.5.1",
"framer-motion": "^11.18.2",
"i18next": "^24.2.2",
"i18next-browser-languagedetector": "^8.0.4",
"i18next-http-backend": "^3.0.2",
"isomorphic-dompurify": "^3.18.0",
"js-cookie": "3.0.5",
"lodash": "4.17.21",
"next": "16.0.10",
"next-i18next": "^15.4.2",
"next-pwa": "5.6.0",
"next-seo": "6.6.0",
"overlayscrollbars": "2.10.0",
"overlayscrollbars-react": "0.5.6",
"rc-drawer": "7.2.0",
"react": "19.2.1",
"react-content-loader": "7.0.2",
"react-countdown": "2.3.6",
"react-dom": "19.2.1",
"react-hook-form": "7.53.1",
"react-i18next": "^15.4.1",
"react-icons": "5.3.0",
"react-intersection-observer": "^9.16.0",
"react-query": "3.39.3",
"react-rating-stars-component": "2.2.3",
"react-scroll": "1.9.0",
"react-select": "^5.10.1",
"react-share": "5.1.0",
"react-sticky-box": "2.0.5",
"react-toastify": "10.0.6",
"react-use": "17.5.1",
"sharp": "^0.33.5",
"swiper": "11.1.14"
},
"devDependencies": {
"@types/body-scroll-lock": "3.1.2",
"@types/js-cookie": "3.0.6",
"@types/lodash": "4.17.12",
"@types/node": "22.8.1",
"@types/overlayscrollbars": "1.12.5",
"@types/react": "^19.0.0",
"@types/react-scroll": "1.8.10",
"autoprefixer": "10.4.20",
"eslint": "^9.13.0",
"eslint-config-next": "16.0.10",
"postcss": "8.4.47",
"rimraf": "6.0.1",
"tailwindcss": "3.4.14",
"typescript": "5.6.3"
}
}