-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 864 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
{
"name": "realTimeChatApp",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"dev": "nodemon server.js --ignore client/",
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@material-ui/core": "^4.11.4",
"@material-ui/data-grid": "^4.0.0-alpha.30",
"apollo-server": "^2.21.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"formik": "^2.2.9",
"graphql": "^15.5.0",
"jsonwebtoken": "^8.5.1",
"jspdf": "^2.3.1",
"jspdf-autotable": "^3.5.14",
"jspdf-react": "^1.0.11",
"jwt-decode": "^3.1.2",
"material-table": "^1.69.3",
"mysql2": "^2.2.5",
"sequelize": "^6.5.0",
"sequelize-auto": "^0.8.2",
"yup": "^0.32.9"
},
"devDependencies": {
"nodemon": "^2.0.7",
"sequelize-cli": "^6.2.0"
}
}