forked from ulisha-limited/ulisha-store-next
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.85 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.85 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
{
"name": "ulisha-store-next",
"version": "1.1.0",
"private": true,
"license": "Polyform Noncommercial License 1.0.0",
"author": "Ulisha Limited",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"fetch:types": "npx supabase gen types typescript --project-id xmrnhaktqjmnihzexpsd --schema public > src/supabase-types.ts"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^7.0.0",
"@fortawesome/free-brands-svg-icons": "^7.0.0",
"@fortawesome/free-regular-svg-icons": "^7.0.0",
"@fortawesome/free-solid-svg-icons": "^7.0.0",
"@fortawesome/react-fontawesome": "^0.2.3",
"@google-cloud/vision": "^5.3.3",
"@sentry/nextjs": "^9.43.0",
"@supabase/auth-helpers-nextjs": "^0.10.0",
"@supabase/ssr": "^0.6.1",
"@supabase/supabase-js": "^2.53.0",
"axios": "^1.11.0",
"browser-image-compression": "^2.0.2",
"formidable": "^3.5.4",
"framer-motion": "^12.23.22",
"js-cookie": "^3.0.5",
"next": "15.5.2",
"next-recaptcha-v3": "^1.5.2",
"nextjs-toploader": "^3.8.16",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-toastify": "^11.0.5",
"redis": "^5.8.2",
"swiper": "^11.2.10",
"uuid": "^11.1.0",
"zustand": "^5.0.6",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/zxcvbn": "^4.4.5",
"eslint": "^9",
"eslint-config-next": "15.4.4",
"tailwindcss": "^4",
"typescript": "^5"
},
"overrides": {
"bootstrap-icons": "npm:@empty",
"feather-icons": "npm:@empty",
"react-feather": "npm:@empty",
"react-bootstrap-icons": "npm:@empty",
"lucide-react": "npm:@empty"
}
}