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.

22 lines
524 B

6 years ago
  1. {
  2. "name": "weather-board",
  3. "version": "1.0.0",
  4. "description": "Pretty dashboard for NWS forcast data",
  5. "private": true,
  6. "main": "index.js",
  7. "scripts": {
  8. "test": "echo \"Error: no test specified\" && exit 1",
  9. "clean": "rm -f dist/*.js && rm -f dist/*.css",
  10. "build": "webpack --mode production"
  11. },
  12. "author": "Nathan Bergey",
  13. "license": "MIT",
  14. "dependencies": {
  15. "d3": "^5.7.0",
  16. "d3-fetch": "^1.1.2"
  17. },
  18. "devDependencies": {
  19. "webpack": "^4.28.4",
  20. "webpack-cli": "^3.2.1"
  21. }
  22. }