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

5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 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 && rm -f dist/*html",
  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. "suncalc": "^1.8.0"
  18. },
  19. "devDependencies": {
  20. "css-loader": "^2.1.0",
  21. "extract-text-webpack-plugin": "^3.0.2",
  22. "file-loader": "^3.0.1",
  23. "html-loader": "^0.5.5",
  24. "html-webpack-plugin": "^3.2.0",
  25. "node-sass": "^4.11.0",
  26. "sass-loader": "^7.1.0",
  27. "style-loader": "^0.23.1",
  28. "webpack": "^3.0.0",
  29. "webpack-cli": "^3.2.3"
  30. }
  31. }