-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.46 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.46 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
{
"name": "tishcommerce",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"build:vercel": "next build",
"build:cloudflare": "opennextjs-cloudflare build",
"preview:cloudflare": "opennextjs-cloudflare build && opennextjs-cloudflare preview",
"deploy:cloudflare": "opennextjs-cloudflare build && opennextjs-cloudflare deploy",
"build:netlify": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@paypal/paypal-js": "^9.1.0",
"@paypal/react-paypal-js": "^8.9.2",
"@reduxjs/toolkit": "^2.11.2",
"@stripe/react-stripe-js": "^5.4.1",
"@stripe/stripe-js": "^8.6.0",
"framer-motion": "^12.23.26",
"lucide-react": "^0.562.0",
"next": "^16.1.1",
"nodemailer": "^7.0.12",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-google-recaptcha-v3": "^1.11.0",
"react-icons": "^5.5.0",
"react-redux": "^9.2.0",
"react-responsive": "^10.0.1",
"stripe": "^20.1.0",
"uuid": "^13.0.0",
"yet-another-react-lightbox": "^3.28.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@opennextjs/cloudflare": "^1.14.7",
"@tailwindcss/postcss": "^4",
"@types/node": "^25",
"@types/nodemailer": "^7.0.4",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.1.1",
"tailwindcss": "^4",
"typescript": "^5",
"wrangler": "^4.54.0"
}
}