package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "name": "fieldcalc-frontend",
  3. "version": "0.5.0",
  4. "description": "HSLayers-NG application",
  5. "main": "build/index.html",
  6. "directories": {
  7. "test": "test"
  8. },
  9. "scripts": {
  10. "ng": "ng",
  11. "build": "ng build --configuration production",
  12. "dev": "ng serve --configuration production --disable-host-check",
  13. "dev-fed": "ng run fieldcalc:federated-serve",
  14. "test": "echo \"Error: no test specified\" && exit 1"
  15. },
  16. "repository": {
  17. "type": "git",
  18. "url": "git+https://git.lesprojekt.cz/jmacura/fieldcalc-frontend.git"
  19. },
  20. "keywords": [
  21. "map",
  22. "hslayers-ng"
  23. ],
  24. "author": "Plan4All",
  25. "license": "MIT",
  26. "bugs": {
  27. "url": "https://git.lesprojekt.cz/jmacura/fieldcalc-frontend/issues"
  28. },
  29. "homepage": "https://git.lesprojekt.cz/jmacura/fieldcalc-frontend/README.md",
  30. "dependencies": {
  31. "hslayers-ng": "~11.0.0"
  32. },
  33. "devDependencies": {
  34. "@angular-architects/module-federation": "^15.0.3",
  35. "@angular-builders/custom-webpack": "^15.0.0",
  36. "@angular-devkit/build-angular": "^15.0.0",
  37. "@angular-eslint/builder": "^15.2.0",
  38. "@angular-eslint/eslint-plugin": "^15.2.0",
  39. "@angular-eslint/eslint-plugin-template": "^15.2.0",
  40. "@angular-eslint/template-parser": "^15.2.0",
  41. "@angular/cli": "~15.1.2",
  42. "@types/karma-jasmine": "^4.0.2",
  43. "@typescript-eslint/eslint-plugin": "^5.7.0",
  44. "eslint": "^8.17.0",
  45. "eslint-config-openlayers": "14.0.0",
  46. "eslint-plugin-import": "2.26.0",
  47. "eslint-plugin-tsdoc": "^0.2.16",
  48. "karma-jasmine": "~5.0.1",
  49. "ngx-build-plus": "^15.0.0"
  50. }
  51. }