-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
55 lines (55 loc) · 1.31 KB
/
package.json
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
{
"name": "ralshop",
"version": "1.0.0",
"description": "Full Functional E-Commerce Website",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/urlGuney/RalShop.git"
},
"keywords": [
"shopping",
"e-commerce",
"shop",
"cart"
],
"author": "Guney Ural",
"license": "ISC",
"bugs": {
"url": "https://github.com/urlGuney/RalShop/issues"
},
"homepage": "https://github.com/urlGuney/RalShop#readme",
"dependencies": {
"@stripe/react-stripe-js": "^1.4.0",
"base64-arraybuffer": "^0.1.4",
"bcrypt": "^5.0.0",
"cloudinary": "^1.24.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-mongo-sanitize": "^2.0.2",
"express-rate-limit": "^5.2.3",
"helmet": "^4.4.1",
"joi": "^17.3.0",
"joi-phone-number": "^5.0.0",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.1",
"mongoose": "^5.11.13",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"multer-storage-cloudinary": "^4.0.0",
"nodemailer": "^6.4.17",
"react-mapbox-wrapper": "^2.6.1",
"socket.io": "^4.0.1",
"socket.io-stream": "^0.9.1",
"stripe": "^8.148.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"eslint": "^7.18.0",
"nodemon": "^2.0.7"
}
}