-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1000 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
38
39
40
41
{
"name": "covidwatch",
"version": "1.0.0",
"description": "an app that would monitor covid cases in the philippines",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "node server.js"
},
"keywords": [
"covid",
"covid-19",
"covid19watch",
"watch",
"covidwatch",
"covid-19watch"
],
"author": "Cyril Cabo",
"license": "ISC",
"dependencies": {
"@material-ui/core": "^4.9.5",
"@material-ui/icons": "^4.9.1",
"isomorphic-unfetch": "^3.0.0",
"leaflet": "^1.6.0",
"mongodb": "^3.5.5",
"next": "^9.3.0",
"next-redux-wrapper": "^5.0.0",
"next-session": "^3.0.1",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-infinite-scroll-component": "^5.0.4",
"react-leaflet": "^2.6.3",
"react-redux": "^7.2.0",
"react-svg-loader": "^3.0.3",
"redux": "^4.0.5",
"redux-promise-middleware": "^6.1.2"
}
}