package.json 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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": "^13.1.3",
  16. "@angular/common": "^13.1.3",
  17. "@angular/compiler": "^13.1.3",
  18. "@angular/core": "^13.1.3",
  19. "@angular/forms": "^13.1.3",
  20. "@angular/localize": "^13.1.3",
  21. "@angular/material": "^13.1.3",
  22. "@angular/platform-browser": "^13.1.3",
  23. "@angular/platform-browser-dynamic": "^13.1.3",
  24. "@angular/router": "^13.1.3",
  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": "^11.0.0",
  29. "@ngx-translate/core": "^13.0.0",
  30. "@ngx-translate/http-loader": "^6.0.0",
  31. "bootstrap": "^4.6.0",
  32. "d3": "^6.7.0",
  33. "dayjs": "^1.10.7",
  34. "deepmerge": "^4.2.2",
  35. "geostyler-legend": "^2.1.1",
  36. "geostyler-openlayers-parser": "^3.0.0",
  37. "geostyler-qgis-parser": "^1.0.0",
  38. "geostyler-sld-parser": "^3.0.1",
  39. "geostyler-style": "^5.0.0",
  40. "geotiff": "^1.0.8",
  41. "hslayers-ng": "c:/Projects/hslayers-ng/dist/hslayers/",
  42. "jquery": "^3.6.0",
  43. "lodash": "^4.17.21",
  44. "moment": "^2.29.1",
  45. "moment-timezone": "^0.5.33",
  46. "ngx-color": "^7.2.0",
  47. "ngx-cookie-service": "^13.1.2",
  48. "ol": "^6.9.0",
  49. "ol-popup": "^4.0.0",
  50. "polygon-clipping": "^0.15.3",
  51. "polygon-splitter": "^0.0.7",
  52. "primeicons": "^5.0.0",
  53. "primeng": "^13.1.0",
  54. "proj4": "^2.7.5",
  55. "queue": "^6.0.2",
  56. "resumablejs": "^1.1.0",
  57. "rxjs": "^7.5.2",
  58. "share-api-polyfill": "^1.0.21",
  59. "tslib": "2.0.0",
  60. "vega": "^5.20.2",
  61. "vega-tooltip": "^0.25.1",
  62. "xml-js": "^1.6.11",
  63. "zone.js": "^0.11.3"
  64. },
  65. "devDependencies": {
  66. "@angular-architects/module-federation": "^14.0.1",
  67. "@angular-builders/custom-webpack": "^13.0.0",
  68. "@angular-devkit/build-angular": "^13.1.3",
  69. "@angular-eslint/builder": "^13.0.1",
  70. "@angular-eslint/eslint-plugin": "^13.0.1",
  71. "@angular-eslint/eslint-plugin-template": "^13.0.1",
  72. "@angular-eslint/schematics": "^13.0.1",
  73. "@angular-eslint/template-parser": "^13.0.1",
  74. "@angular/cli": "~13.1.3",
  75. "@angular/compiler-cli": "~13.1.3",
  76. "@types/jasmine": "~3.6.0",
  77. "@types/node": "^12.11.1",
  78. "codelyzer": "^6.0.0",
  79. "jasmine-core": "~4.0.0",
  80. "jasmine-spec-reporter": "~7.0.0",
  81. "karma": "~6.3.12",
  82. "karma-chrome-launcher": "~3.1.0",
  83. "karma-coverage": "~2.1.0",
  84. "karma-jasmine": "~4.0.1",
  85. "karma-jasmine-html-reporter": "^1.7.0",
  86. "ngx-build-plus": "^13.0.1",
  87. "protractor": "~7.0.0",
  88. "ts-node": "~8.3.0",
  89. "tslint": "~6.1.0",
  90. "typescript": "4.5.5"
  91. }
  92. }