package.json 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "name": "rural-attractiveness-cz",
  3. "version": "0.2.2",
  4. "description": "Rural 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-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.10",
  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/core": "^13.0.0",
  38. "@ngx-translate/http-loader": "^6.0.0",
  39. "bootstrap": "^5.1.3",
  40. "csvtojson": "^2.0.10",
  41. "dayjs": "^1.10.7",
  42. "deepmerge": "^4.2.2",
  43. "geostyler-openlayers-parser": "^3.0.0",
  44. "geostyler-sld-parser": "^3.0.1",
  45. "geostyler-style": "^5.0.0",
  46. "hslayers-ng": "https://gitpkg.now.sh/hslayers/hslayers-ng/projects/hslayers?develop",
  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-eslint/builder": "^12.5.0",
  67. "@angular-eslint/eslint-plugin": "^12.5.0",
  68. "@angular-eslint/eslint-plugin-template": "^12.5.0",
  69. "@angular-eslint/schematics": "^12.5.0",
  70. "@angular-eslint/template-parser": "^12.5.0",
  71. "@angular/cli": "^12.2.10",
  72. "@angular/compiler-cli": "^12.2.10",
  73. "@angularclass/hmr": "^3.0.0",
  74. "eslint": "^7.10.0",
  75. "eslint-config-openlayers": "^14.0.0",
  76. "eslint-plugin-import": "^2.22.1",
  77. "eslint-plugin-node": "^11.1.0",
  78. "eslint-plugin-promise": "^4.2.1",
  79. "file-loader": "^6.2.0",
  80. "ng-packagr": "^12.2.3",
  81. "sass": "^1.32.7",
  82. "typescript": "4.2",
  83. "webpack": "^4.46.0",
  84. "webpack-dev-server": "^3.11.2"
  85. }
  86. }