-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
66 lines (66 loc) · 1.59 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
56
57
58
59
60
61
62
63
64
65
66
{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js",
"build": "cd client && npm run build",
"watch": "npm-watch"
},
"author": "",
"license": "ISC",
"dependencies": {
"@emotion/react": "^11.8.2",
"@mui/lab": "^5.0.0-alpha.74",
"@mui/material": "^5.5.2",
"@sendgrid/mail": "^7.6.2",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.2",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"express-promise-router": "^4.1.1",
"google-spreadsheet": "^3.2.0",
"googleapis": "^96.0.0",
"joi": "^17.6.0",
"jsonwebtoken": "^8.5.1",
"material-table": "^2.0.3",
"mongoose": "^6.2.6",
"morgan": "^1.10.0",
"multer": "^1.4.4",
"netlify": "^11.0.0",
"nodemailer": "^6.7.2",
"npm-watch": "^0.11.0",
"passport": "^0.5.2",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"perfect-scrollbar": "^1.5.5",
"react-chartjs-2": "^4.0.1",
"react-countup": "^6.1.1",
"react-mouse-particles": "^1.1.5",
"react-photo-gallery": "^8.0.0",
"react-process-string": "^1.2.0",
"react-responsive-carousel": "^3.2.23",
"react-router-dom": "^6.2.2",
"react-scripts": "^5.0.0",
"reactstrap": "^9.0.1",
"redux-thunk": "^2.4.1",
"request": "^2.88.2",
"run-script": "^0.1.1",
"tabletop": "^1.6.3"
},
"devDependencies": {
"nodemon": "^2.0.15",
"package": "^1.0.1"
},
"watch": {
"build": {
"patterns": [
"src"
],
"extensions": "js,jsx"
}
}
}