-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.07 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
{
"name": "quickcart",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@stripe/react-stripe-js": "^6.4.0",
"@stripe/stripe-js": "^9.6.0",
"bcryptjs": "^3.0.3",
"cloudinary": "^2.10.0",
"framer-motion": "^12.40.0",
"leaflet": "^1.9.4",
"mongoose": "^9.6.2",
"next": "15.5.18",
"next-auth": "^5.0.0-beta.31",
"nodemailer": "^7.0.13",
"openai": "^6.38.0",
"pusher": "^5.3.3",
"pusher-js": "^8.5.0",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-leaflet": "^5.0.0",
"stripe": "^22.1.1",
"zustand": "^5.0.13"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/leaflet": "^1.9.21",
"@types/node": "^20",
"@types/nodemailer": "^8.0.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.5.18",
"tailwindcss": "^4",
"typescript": "^5"
}
}