-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.05 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.05 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
{
"name": "client",
"version": "1.0.0",
"description": "climate change map",
"private": "true",
"scripts": {
"serve": "webpack serve --node-env=development",
"dev": "webpack build --node-env=development",
"prod": "webpack --node-env=production",
"build": "webpack build --node-env=production",
"heroku-postbuild": "webpack --node-env=production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adityabilawar/ClimateChangeMapWebsite.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/adityabilawar/ClimateChangeMapWebsite/issues"
},
"homepage": "https://github.com/adityabilawar/ClimateChangeMapWebsite#readme",
"dependencies": {
"@googlemaps/js-api-loader": "^1.12.1",
"axios": "^0.21.1",
"express": "^4.17.1",
"geocoder": "^0.1.0"
},
"devDependencies": {
"css-loader": "^5.2.6",
"html-webpack-plugin": "^5.3.2",
"style-loader": "^3.0.0",
"webpack": "^5.45.1",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2"
}
}