package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "name": "polirural-attractiveness-clustering",
  3. "version": "0.3.1",
  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. "serve": "npm run start-dev",
  11. "start": "npx http-server ./build -p 8080",
  12. "start-dev": "ng serve --configuration production --disable-host-check",
  13. "test": "echo \"Error: no test specified\" && exit 1"
  14. },
  15. "repository": {
  16. "type": "git",
  17. "url": "https://git.lesprojekt.cz/jmacura/polirural-attractiveness-clustering.git"
  18. },
  19. "keywords": [
  20. "rural",
  21. "attractiveness"
  22. ],
  23. "author": "Jan Macura",
  24. "contributors": [
  25. "Raitis Bērziņš"
  26. ],
  27. "license": "MIT",
  28. "dependencies": {
  29. "csvtojson": "^2.0.10",
  30. "hslayers-ng": "^7.0.4",
  31. "hsv2rgb": "^1.1.0"
  32. },
  33. "devDependencies": {
  34. "@angular-builders/custom-webpack": "^12.1.3",
  35. "@angular-devkit/build-angular": "^12.2.13",
  36. "@angular-eslint/builder": "^13.0.1",
  37. "@angular-eslint/eslint-plugin": "^13.0.1",
  38. "@angular-eslint/eslint-plugin-template": "^13.0.1",
  39. "@angular-eslint/template-parser": "^13.0.1",
  40. "@angular/cli": "^12.2.13",
  41. "@types/karma-jasmine": "^4.0.2",
  42. "@typescript-eslint/eslint-plugin": "^5.7.0",
  43. "eslint": "^8.4.1",
  44. "eslint-config-openlayers": "14.0.0",
  45. "eslint-plugin-import": "^2.25.3",
  46. "eslint-plugin-tsdoc": "^0.2.14",
  47. "file-loader": "^6.2.0",
  48. "karma-jasmine": "^4.0.1"
  49. }
  50. }