package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "name": "polirural-attractiveness-clustering",
  3. "version": "0.4.0",
  4. "description": "Rural attractiveness application",
  5. "main": "build/index.html",
  6. "scripts": {
  7. "build": "ng build --configuration production",
  8. "build-dev": "ng build",
  9. "dev": "npm run start-dev",
  10. "ng": "ng",
  11. "serve": "npm run start-dev",
  12. "start": "npx http-server ./build -p 8080",
  13. "start-dev": "ng serve --configuration production --disable-host-check",
  14. "test": "echo \"Error: no test specified\" && exit 1"
  15. },
  16. "repository": {
  17. "type": "git",
  18. "url": "https://git.lesprojekt.cz/jmacura/polirural-attractiveness-clustering.git"
  19. },
  20. "keywords": [
  21. "rural",
  22. "attractiveness"
  23. ],
  24. "author": "Jan Macura",
  25. "contributors": [
  26. "Raitis Bērziņš"
  27. ],
  28. "license": "MIT",
  29. "dependencies": {
  30. "csvtojson": "^2.0.10",
  31. "hslayers-ng": "https://gitpkg.now.sh/hslayers/hslayers-ng/projects/hslayers?issue-2617/wrong-layer-for-feature",
  32. "hsv2rgb": "^1.1.0"
  33. },
  34. "devDependencies": {
  35. "@angular-builders/custom-webpack": "^13.0.0",
  36. "@angular-devkit/build-angular": "^13.0.0",
  37. "@angular-eslint/builder": "^13.0.1",
  38. "@angular-eslint/eslint-plugin": "^13.0.1",
  39. "@angular-eslint/eslint-plugin-template": "^13.0.1",
  40. "@angular-eslint/template-parser": "^13.0.1",
  41. "@angular/cli": "^13.0.0",
  42. "@types/karma-jasmine": "^4.0.2",
  43. "@typescript-eslint/eslint-plugin": "^5.7.0",
  44. "eslint": "^8.4.1",
  45. "eslint-config-openlayers": "14.0.0",
  46. "eslint-plugin-import": "^2.25.3",
  47. "eslint-plugin-tsdoc": "^0.2.14",
  48. "file-loader": "^6.2.0",
  49. "karma-jasmine": "^4.0.1"
  50. }
  51. }