-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.08 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.08 KB
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
{
"name": "covid-tracker-hooks",
"version": "1.0.0",
"description": "Coronavirus Tracker - converted with react hooks",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --mode development --port 3000 --open --hot",
"build": "webpack --mode production"
},
"keywords": [],
"author": "Dan Quesada III",
"license": "ISC",
"dependencies": {
"axios": "^0.19.2",
"fetch": "^1.1.0",
"google-maps-react": "^2.0.2",
"jquery": "^3.5.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-google-charts": "^3.0.15",
"react-load-image": "^0.1.7",
"react-router-dom": "^5.1.2"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.9.0",
"@babel/preset-react": "^7.9.4",
"babel-loader": "^8.1.0",
"css-loader": "^3.5.0",
"file-loader": "^6.0.0",
"html-webpack-plugin": "^4.0.4",
"style-loader": "^1.1.3",
"url-loader": "^4.1.0",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
}
}