package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "fieldcalc-frontend",
  3. "version": "0.3.1",
  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. "hslayers-ng": "^7.1.0"
  31. },
  32. "devDependencies": {
  33. "@angular-builders/custom-webpack": "^12.1.3",
  34. "@angular-devkit/build-angular": "^12.2.13",
  35. "@angular-eslint/builder": "^13.0.1",
  36. "@angular-eslint/eslint-plugin": "^13.0.1",
  37. "@angular-eslint/eslint-plugin-template": "^13.0.1",
  38. "@angular-eslint/template-parser": "^13.0.1",
  39. "@angular/cli": "^12.2.13",
  40. "@types/karma-jasmine": "^4.0.2",
  41. "@typescript-eslint/eslint-plugin": "^5.7.0",
  42. "eslint": "^8.4.1",
  43. "eslint-config-openlayers": "14.0.0",
  44. "eslint-plugin-import": "^2.25.3",
  45. "eslint-plugin-tsdoc": "^0.2.14",
  46. "karma-jasmine": "^4.0.1"
  47. }
  48. }