-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 992 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 992 Bytes
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
{
"name": "ecommerce_store",
"version": "1.0.0",
"main": "backend/server.js",
"scripts": {
"dev": "nodemon backend/server.js",
"start": "node backend/server.js",
"build": "npm install && npm install --prefix frontend && npm run build --prefix frontend"
},
"keywords": [],
"author": "",
"type": "module",
"license": "ISC",
"description": "",
"dependencies": {
"@stripe/stripe-js": "^5.5.0",
"axios": "^1.7.9",
"bcryptjs": "^2.4.3",
"cloudinary": "^2.5.1",
"cookie-parser": "^1.4.7",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"framer-motion": "^11.17.0",
"ioredis": "^5.4.2",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.471.0",
"mongodb": "^6.17.0",
"mongoose": "^8.9.4",
"react-confetti": "^6.2.2",
"react-hot-toast": "^2.5.1",
"react-router-dom": "^7.1.1",
"recharts": "^2.15.0",
"stripe": "^17.5.0",
"zustand": "^5.0.3"
},
"devDependencies": {
"nodemon": "^3.1.9"
}
}