-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.17 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
{
"name": "personal_project",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.18.0",
"body-parser": "^1.18.3",
"bootstrap": "^4.1.3",
"chart.js": "^2.7.2",
"cors": "^2.8.4",
"dotenv": "^6.0.0",
"express": "^4.16.3",
"express-session": "^1.15.6",
"firebase": "^5.3.1",
"init": "^0.1.2",
"install": "^0.12.1",
"massive": "^5.1.3",
"nodemailer": "^4.6.7",
"nodemailer-mailgun-transport": "^1.4.0",
"npm": "^6.2.0",
"passport": "^0.4.0",
"passport-auth0": "^1.0.0",
"react": "^16.4.1",
"react-chartjs-2": "^2.7.4",
"react-clock": "^2.3.0",
"react-dom": "^16.4.1",
"react-firebase-file-uploader": "^2.4.2",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.4",
"reactstrap": "^6.3.1",
"redux": "^4.0.0",
"redux-promise-middleware": "^5.1.1",
"socket.io": "^2.1.1",
"sweetalert2": "^7.26.11",
"twilio": "^3.18.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"proxy": "http://localhost:6028"
}