package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "name": "fieldcalc-frontend",
  3. "version": "0.4.2",
  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. "test": "echo \"Error: no test specified\" && exit 1"
  14. },
  15. "repository": {
  16. "type": "git",
  17. "url": "git+https://git.lesprojekt.cz/jmacura/fieldcalc-frontend.git"
  18. },
  19. "keywords": [
  20. "map",
  21. "hslayers-ng"
  22. ],
  23. "author": "Plan4All",
  24. "license": "MIT",
  25. "bugs": {
  26. "url": "https://git.lesprojekt.cz/jmacura/fieldcalc-frontend/issues"
  27. },
  28. "homepage": "https://git.lesprojekt.cz/jmacura/fieldcalc-frontend/README.md",
  29. "dependencies": {
  30. "bootstrap": "^5.1.3",
  31. "hslayers-ng": "9.2.0",
  32. "ngx-bootstrap": "^8.0.0"
  33. },
  34. "devDependencies": {
  35. "@angular-builders/custom-webpack": "^13.0.0",
  36. "@angular-devkit/build-angular": "^13.3.3",
  37. "@angular-eslint/builder": "^13.2.1",
  38. "@angular-eslint/eslint-plugin": "^13.2.1",
  39. "@angular-eslint/eslint-plugin-template": "^13.5.0",
  40. "@angular-eslint/schematics": "^13.2.1",
  41. "@angular-eslint/template-parser": "^13.5.0",
  42. "@angular/cli": "~13.3.5",
  43. "@angular/compiler-cli": "~13.3.7",
  44. "@types/karma-jasmine": "^4.0.2",
  45. "@typescript-eslint/eslint-plugin": "^5.7.0",
  46. "eslint": "^8.17.0",
  47. "eslint-config-openlayers": "14.0.0",
  48. "eslint-plugin-import": "2.26.0",
  49. "eslint-plugin-tsdoc": "^0.2.16",
  50. "karma-jasmine": "~5.0.1"
  51. }
  52. }