-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.5 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
{
"name": "ecommercemern",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon server/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
"@mui/icons-material": "^5.14.19",
"@mui/material": "^5.14.20",
"@mui/styled-engine-sc": "^6.0.0-alpha.9",
"@mui/system": "^5.14.20",
"@mui/x-tree-view": "^6.17.0",
"@stripe/react-stripe-js": "^2.4.0",
"@stripe/stripe-js": "^2.2.2",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"chart.js": "^4.4.1",
"cloudinary": "^1.41.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"country-state-city": "^3.2.1",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-fileupload": "^1.4.3",
"js-cookie": "^3.0.5",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.0.2",
"node-mailer": "^0.1.1",
"overlay-navbar": "^1.2.3",
"react-alert": "^7.0.3",
"react-alert-template-basic": "^1.0.2",
"react-chartjs-2": "^5.2.0",
"react-helmet": "^6.1.0",
"react-icons": "^4.12.0",
"react-js-pagination": "^3.0.3",
"react-rating-stars-component": "^2.2.0",
"react-router-dom": "^6.20.1",
"react-select": "^5.8.0",
"stripe": "^14.9.0",
"styled-components": "^6.1.2",
"validator": "^13.11.0"
}
}