package.json 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "name": "sens-log",
  3. "version": "0.5.0-SNAPSHOT",
  4. "scripts": {
  5. "ng": "ng",
  6. "start": "ng serve",
  7. "build": "ng build --configuration production",
  8. "build-stage": "ng build --configuration production --base-href /senslog-staging",
  9. "test": "ng test",
  10. "lint": "ng lint",
  11. "e2e": "ng e2e"
  12. },
  13. "private": true,
  14. "dependencies": {
  15. "@angular/cdk": "^16.2.11",
  16. "@angular/common": "^16.2.12",
  17. "@angular/compiler": "^16.2.12",
  18. "@angular/core": "^16.2.12",
  19. "@angular/forms": "^16.2.12",
  20. "@angular/localize": "^16.2.12",
  21. "@angular/material": "^16.2.11",
  22. "@angular/platform-browser": "^16.2.12",
  23. "@angular/platform-browser-dynamic": "^16.2.12",
  24. "@angular/router": "^16.2.12",
  25. "@fortawesome/angular-fontawesome": "^0.10.1",
  26. "@fortawesome/fontawesome-svg-core": "^1.2.36",
  27. "@fortawesome/free-solid-svg-icons": "^5.15.4",
  28. "@ng-bootstrap/ng-bootstrap": "^15.1.2",
  29. "@ngx-translate/core": "^15.0.0",
  30. "@ngx-translate/http-loader": "^8.0.0",
  31. "angular-auth-oidc-client": "^16.0.1",
  32. "bootstrap": "^5.3.2",
  33. "d3": "^6.7.0",
  34. "dayjs": "^1.10.7",
  35. "deepmerge": "^4.2.2",
  36. "geostyler-legend": "^4.0.0",
  37. "geostyler-openlayers-parser": "^4.2.1",
  38. "geostyler-qgis-parser": "^2.0.0",
  39. "geostyler-sld-parser": "^5.1.0",
  40. "geostyler-style": "^7.4.0",
  41. "geotiff": "^1.0.8",
  42. "hslayers-ng": "12.1.0",
  43. "jquery": "^3.6.0",
  44. "jwt-decode": "^4.0.0",
  45. "lodash": "^4.17.21",
  46. "moment": "2.29.4",
  47. "moment-timezone": "0.5.35",
  48. "ngx-color": "^9.0.0",
  49. "ngx-cookie-service": "^16.1.0",
  50. "ol": "^7.5.2",
  51. "ol-popup": "^5.1.0",
  52. "polygon-clipping": "^0.15.3",
  53. "polygon-splitter": "^0.0.11",
  54. "primeicons": "^5.0.0",
  55. "primeng": "^16.7.1",
  56. "proj4": "^2.9.2",
  57. "queue": "^7.0.0",
  58. "resumablejs": "^1.1.0",
  59. "rxjs": "^7.5.2",
  60. "share-api-polyfill": "^1.0.21",
  61. "tslib": "2.0.0",
  62. "vega": "5.23.0",
  63. "vega-tooltip": "^0.25.1",
  64. "xml-js": "^1.6.11",
  65. "zone.js": "^0.13.3"
  66. },
  67. "devDependencies": {
  68. "@angular-architects/module-federation": "^16.0.4",
  69. "@angular-builders/custom-webpack": "16.0.1",
  70. "@angular-devkit/build-angular": "^16.2.9",
  71. "@angular-eslint/builder": "^16.2.0",
  72. "@angular-eslint/eslint-plugin": "^16.2.0",
  73. "@angular-eslint/eslint-plugin-template": "^16.2.0",
  74. "@angular-eslint/schematics": "^16.2.0",
  75. "@angular-eslint/template-parser": "^16.2.0",
  76. "@angular/cli": "^16.2.9",
  77. "@angular/compiler-cli": "^16.2.12",
  78. "@types/jasmine": "~3.6.0",
  79. "@types/node": "^12.11.1",
  80. "codelyzer": "^6.0.0",
  81. "jasmine-core": "~4.0.0",
  82. "jasmine-spec-reporter": "~7.0.0",
  83. "karma": "~6.3.12",
  84. "karma-chrome-launcher": "~3.1.0",
  85. "karma-coverage": "~2.1.0",
  86. "karma-jasmine": "~4.0.1",
  87. "karma-jasmine-html-reporter": "^1.7.0",
  88. "ngx-build-plus": "^16.0.0",
  89. "protractor": "~7.0.0",
  90. "ts-node": "~8.3.0",
  91. "tslint": "~6.1.0",
  92. "typescript": "5.1.6"
  93. }
  94. }