-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
88 lines (88 loc) · 2.83 KB
/
Copy pathpackage.json
File metadata and controls
88 lines (88 loc) · 2.83 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "hypercommerce",
"version": "3.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev --turbopack",
"build": "npm run lint && node scripts/update-manifest.mjs && node scripts/update-robots.mjs && node scripts/generate-sitemap.mjs && next build",
"deploy": "npm install && npm run build && node create-htaccess.js && node ftp.js",
"start": "next start -p 3002",
"lint": "eslint --fix",
"scan:i18n": "i18next-scanner --config i18next-scanner.config.cjs"
},
"dependencies": {
"@ducanh2912/next-pwa": "^10.2.9",
"@emotion/is-prop-valid": "^1.4.0",
"@heroui/react": "^2.8.7",
"@heroui/system": "2.4.25",
"@heroui/theme": "2.4.25",
"@iconify/react": "^6.0.2",
"@react-aria/visually-hidden": "3.8.29",
"@reduxjs/toolkit": "^2.11.2",
"@stripe/react-stripe-js": "^5.4.1",
"@stripe/stripe-js": "^8.6.1",
"@types/leaflet": "^1.9.21",
"@vercel/speed-insights": "^1.3.1",
"axios": "^1.13.2",
"basic-ftp": "^5.1.0",
"clsx": "2.1.1",
"cookie": "^1.1.1",
"country-list-with-dial-code-and-flag": "^5.1.1",
"dotenv": "^17.2.3",
"firebase": "^12.7.0",
"framer-motion": "12.26.0",
"i18next": "^25.7.4",
"leaflet": "^1.9.4",
"libphonenumber-js": "^1.12.34",
"lodash": "^4.17.21",
"lucide-react": "^0.562.0",
"next": "^16.2.2",
"next-themes": "0.4.6",
"nprogress": "^0.2.0",
"react": "19.2.3",
"react-confetti": "^6.4.0",
"react-dom": "19.2.3",
"react-i18next": "^16.5.2",
"react-icons": "^5.5.0",
"react-leaflet": "^5.0.0",
"react-redux": "^9.2.0",
"redux-persist": "^6.0.0",
"swiper": "^12.0.3",
"swr": "^2.3.8",
"yet-another-react-lightbox": "^3.28.0"
},
"devDependencies": {
"@eslint/compat": "2.0.1",
"@eslint/eslintrc": "3.3.3",
"@eslint/js": "9.39.2",
"@tailwindcss/postcss": "^4",
"@types/google.maps": "^3.58.1",
"@types/lodash": "^4.17.23",
"@types/node": "^25",
"@types/nprogress": "^0.2.3",
"@types/react": "^19",
"@typescript-eslint/eslint-plugin": "^8.52.0",
"@typescript-eslint/parser": "^8.52.0",
"baseline-browser-mapping": "^2.9.14",
"eslint": "^9.39.2",
"eslint-config-next": "^16.2.2",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "5.5.4",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "7.0.1",
"eslint-plugin-unused-imports": "^4.3.0",
"i18next-scanner": "^4.6.0",
"prettier": "3.7.4",
"tailwind-variants": "3.2.2",
"tailwindcss": "^4",
"typescript": "^5"
},
"overrides": {
"serialize-javascript": "^7.0.3",
"postcss": "8.5.12"
}
}