Weather dashboard https://natronics.org/weather/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

31 lines
824 B

{
"name": "weather-board",
"version": "1.0.0",
"description": "Pretty dashboard for NWS forcast data",
"private": true,
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "rm -f dist/*.js && rm -f dist/*.css && rm -f dist/*html",
"build": "webpack --mode production"
},
"author": "Nathan Bergey",
"license": "MIT",
"dependencies": {
"d3": "^5.7.0",
"d3-fetch": "^1.1.2",
"suncalc": "^1.8.0"
},
"devDependencies": {
"css-loader": "^2.1.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^3.0.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.11.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"webpack": "^3.0.0",
"webpack-cli": "^3.2.3"
}
}