-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
37 lines (37 loc) · 970 Bytes
/
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
{
"scripts": {
"start": "nodemon --watch api --exec node --experimental-modules api/index.js"
},
"dependencies": {
"@mailchimp/mailchimp_marketing": "^3.0.58",
"@stripe/react-stripe-js": "^1.4.1",
"@stripe/stripe-js": "^1.17.0",
"axios": "^0.21.1",
"bcrypt": "^5.0.1",
"chart.js": "^3.5.1",
"cloudinary": "^1.26.3",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"morgan": "^1.10.0",
"multer": "^1.4.3",
"node-fetch": "^2.6.1",
"nodemailer": "^6.6.3",
"nodemon": "2.0.7",
"pg": "^8.7.1",
"pg-hstore": "^2.3.4",
"react-chartjs-2": "^3.0.4",
"react-simple-chatbot": "^0.6.1",
"reactjs-popup": "^2.0.5",
"request": "^2.88.2",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^2.0.3",
"sequelize": "^6.6.5",
"stripe": "^8.169.0",
"sweetalert2": "^11.1.4"
},
"devDependencies": {
"nodemon": "^2.0.12"
}
}