package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "name": "rural-attractiveness-cz",
  3. "version": "0.2.2",
  4. "description": "Rural attractiveness aplication",
  5. "main": "build/index.html",
  6. "scripts": {
  7. "build": "ng build --configuration production",
  8. "build-dev": "ng build",
  9. "serve": "npm run start-dev",
  10. "start": "npx http-server ./build -p 8080",
  11. "start-dev": "ng serve --configuration production --disable-host-check",
  12. "test": "echo \"Error: no test specified\" && exit 1"
  13. },
  14. "repository": {
  15. "type": "git",
  16. "url": "https://git.lesprojekt.cz/jmacura/rural-attractiveness-cz"
  17. },
  18. "keywords": [
  19. "rural",
  20. "attractiveness"
  21. ],
  22. "author": "Jan Macura",
  23. "contributors": [
  24. "Raitis Bērziņš"
  25. ],
  26. "license": "MIT",
  27. "dependencies": {
  28. "@angular/cdk": "^12.2.9",
  29. "@angular/common": "^12.2.10",
  30. "@angular/compiler": "^12.2.10",
  31. "@angular/core": "^12.2.10",
  32. "@angular/forms": "^12.2.10",
  33. "@angular/localize": "^12.2.10",
  34. "@angular/platform-browser": "^12.2.10",
  35. "@angular/platform-browser-dynamic": "^12.2.10",
  36. "@ng-bootstrap/ng-bootstrap": "^10.0.0",
  37. "@ngx-translate/http-loader": "^5.0.0",
  38. "bootstrap": "^4.5.3",
  39. "csvtojson": "^2.0.10",
  40. "dayjs": "^1.10.7",
  41. "deepmerge": "^4.2.2",
  42. "file-loader": "^6.2.0",
  43. "geostyler-openlayers-parser": "^2.5.0",
  44. "geostyler-sld-parser": "^2.5.0",
  45. "geostyler-style": "^4.0.3",
  46. "hslayers-ng": "^6.1.0",
  47. "hsv2rgb": "^1.1.0",
  48. "http-server": "^0.12.3",
  49. "ngx-color": "^7.2.0",
  50. "ngx-cookie-service": "^12.0.3",
  51. "ol": "6.7",
  52. "ol-popup": "^4.0.0",
  53. "proj4": "2.7",
  54. "queue": "^6.0.2",
  55. "resumablejs": "^1.1.0",
  56. "rxjs": "6.6",
  57. "share-api-polyfill": "^1.0.20",
  58. "ts-sync-request": "^1.4.1",
  59. "tslib": "^2.3.1",
  60. "xml-js": "^1.6.11",
  61. "zone.js": "^0.11.4"
  62. },
  63. "devDependencies": {
  64. "@angular-builders/custom-webpack": "^12.1.3",
  65. "@angular-devkit/build-angular": "^12.2.10",
  66. "@angular/cli": "^12.2.10",
  67. "@angular/compiler-cli": "^12.2.10",
  68. "@angularclass/hmr": "^3.0.0",
  69. "@ngx-translate/core": "^12.1.2",
  70. "eslint": "^7.10.0",
  71. "eslint-config-openlayers": "^14.0.0",
  72. "eslint-plugin-import": "^2.22.1",
  73. "eslint-plugin-node": "^11.1.0",
  74. "eslint-plugin-promise": "^4.2.1",
  75. "ng-packagr": "^12.2.3",
  76. "sass": "^1.32.7",
  77. "typescript": "4.2",
  78. "webpack": "^4.46.0",
  79. "webpack-dev-server": "^3.11.2"
  80. }
  81. }