repository to manage all files related to the makeathon farm bot project (Software + Documentation).
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.

package.json 1.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "name": "frontend",
  3. "version": "0.0.0",
  4. "scripts": {
  5. "ng": "ng",
  6. "start": "ng serve",
  7. "build": "ng build",
  8. "watch": "ng build --watch --configuration development",
  9. "test": "ng test"
  10. },
  11. "private": true,
  12. "dependencies": {
  13. "@angular/animations": "^14.2.0",
  14. "@angular/cdk": "^13.0.0",
  15. "@angular/common": "^14.2.0",
  16. "@angular/compiler": "^14.2.0",
  17. "@angular/core": "^14.2.0",
  18. "@angular/forms": "^14.2.0",
  19. "@angular/material": "^13.0.0",
  20. "@angular/platform-browser": "^14.2.0",
  21. "@angular/platform-browser-dynamic": "^14.2.0",
  22. "@angular/router": "^14.2.0",
  23. "@types/googlemaps": "^3.43.3",
  24. "@types/leaflet": "^1.9.3",
  25. "leaflet": "^1.9.3",
  26. "mqtt": "^4.3.7",
  27. "ngx-mqtt": "^15.0.0-alpha.1",
  28. "rxjs": "~7.5.0",
  29. "tslib": "^2.3.0",
  30. "zone.js": "~0.11.4"
  31. },
  32. "devDependencies": {
  33. "@angular-devkit/build-angular": "^14.2.8",
  34. "@angular/cli": "~14.2.8",
  35. "@angular/compiler-cli": "^14.2.0",
  36. "@types/jasmine": "~4.0.0",
  37. "jasmine-core": "~4.3.0",
  38. "karma": "~6.4.0",
  39. "karma-chrome-launcher": "~3.1.0",
  40. "karma-coverage": "~2.2.0",
  41. "karma-jasmine": "~5.1.0",
  42. "karma-jasmine-html-reporter": "~2.0.0",
  43. "typescript": "~4.7.2"
  44. },
  45. "description": "This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.2.8.",
  46. "main": "karma.conf.js",
  47. "keywords": [],
  48. "author": "",
  49. "license": "ISC"
  50. }