package.json 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "name": "rural-attractiveness-africa",
  3. "version": "0.1.0",
  4. "description": "Regional attractiveness application",
  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-africa"
  17. },
  18. "keywords": [
  19. "rural",
  20. "regional",
  21. "tourism",
  22. "attractiveness"
  23. ],
  24. "author": "Jan Macura",
  25. "contributors": [
  26. "Raitis Bērziņš"
  27. ],
  28. "license": "MIT",
  29. "dependencies": {
  30. "@angular/cdk": "^12.2.10",
  31. "@angular/common": "^12.2.10",
  32. "@angular/compiler": "^12.2.10",
  33. "@angular/core": "^12.2.10",
  34. "@angular/forms": "^12.2.10",
  35. "@angular/localize": "^12.2.10",
  36. "@angular/platform-browser": "^12.2.10",
  37. "@angular/platform-browser-dynamic": "^12.2.10",
  38. "@ng-bootstrap/ng-bootstrap": "^10.0.0",
  39. "@ngx-translate/core": "^13.0.0",
  40. "@ngx-translate/http-loader": "^6.0.0",
  41. "bootstrap": "^5.1.3",
  42. "csvtojson": "^2.0.10",
  43. "dayjs": "^1.10.7",
  44. "deepmerge": "^4.2.2",
  45. "geostyler-openlayers-parser": "^3.0.0",
  46. "geostyler-sld-parser": "^3.0.1",
  47. "geostyler-style": "^5.0.0",
  48. "hslayers-ng": "https://gitpkg.now.sh/hslayers/hslayers-ng/projects/hslayers?develop",
  49. "hsv2rgb": "^1.1.0",
  50. "http-server": "^0.12.3",
  51. "ngx-color": "^7.2.0",
  52. "ngx-cookie-service": "^12.0.3",
  53. "ol": "6.7",
  54. "ol-popup": "^4.0.0",
  55. "proj4": "2.7",
  56. "queue": "^6.0.2",
  57. "resumablejs": "^1.1.0",
  58. "rxjs": "6.6",
  59. "share-api-polyfill": "^1.0.20",
  60. "ts-sync-request": "^1.4.1",
  61. "tslib": "^2.3.1",
  62. "xml-js": "^1.6.11",
  63. "zone.js": "^0.11.4"
  64. },
  65. "devDependencies": {
  66. "@angular-builders/custom-webpack": "^12.1.3",
  67. "@angular-devkit/build-angular": "^12.2.10",
  68. "@angular-eslint/builder": "^12.5.0",
  69. "@angular-eslint/eslint-plugin": "^12.5.0",
  70. "@angular-eslint/eslint-plugin-template": "^12.5.0",
  71. "@angular-eslint/schematics": "^12.5.0",
  72. "@angular-eslint/template-parser": "^12.5.0",
  73. "@angular/cli": "^12.2.10",
  74. "@angular/compiler-cli": "^12.2.10",
  75. "@angularclass/hmr": "^3.0.0",
  76. "eslint": "^7.10.0",
  77. "eslint-config-openlayers": "^14.0.0",
  78. "eslint-plugin-import": "^2.22.1",
  79. "eslint-plugin-node": "^11.1.0",
  80. "eslint-plugin-promise": "^4.2.1",
  81. "file-loader": "^6.2.0",
  82. "ng-packagr": "^12.2.3",
  83. "sass": "^1.32.7",
  84. "typescript": "4.2",
  85. "webpack": "^4.46.0",
  86. "webpack-dev-server": "^3.11.2"
  87. }
  88. }