package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "polirural-attractiveness-clustering",
  3. "version": "0.5.0",
  4. "description": "Rural attractiveness application",
  5. "main": "build/index.html",
  6. "scripts": {
  7. "build": "ng build --configuration production",
  8. "build-dev": "ng build --configuration development",
  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 --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. "hslayers-ng": "^9.3.0",
  31. "hsv2rgb": "^1.1.0"
  32. },
  33. "devDependencies": {
  34. "@angular-builders/custom-webpack": "^13.1.0",
  35. "@angular-devkit/build-angular": "^13.3.9",
  36. "@angular-eslint/builder": "^13.5.0",
  37. "@angular-eslint/eslint-plugin": "^13.5.0",
  38. "@angular-eslint/eslint-plugin-template": "^13.5.0",
  39. "@angular-eslint/template-parser": "^13.5.0",
  40. "@angular/cli": "~13.3.9",
  41. "@typescript-eslint/eslint-plugin": "^5.7.0",
  42. "eslint": "^8.20.0",
  43. "eslint-config-openlayers": "14.0.0",
  44. "file-loader": "^6.2.0",
  45. "http-server": "^0.12.3",
  46. "karma-jasmine": "^4.0.1"
  47. }
  48. }