package.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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 --configuration development",
  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 --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/rural-attractiveness-africa"
  18. },
  19. "keywords": [
  20. "rural",
  21. "regional",
  22. "tourism",
  23. "attractiveness"
  24. ],
  25. "author": "Jan Macura",
  26. "contributors": [
  27. "Raitis Bērziņš"
  28. ],
  29. "license": "MIT",
  30. "dependencies": {
  31. "hslayers-ng": "^9.2.0",
  32. "hsv2rgb": "^1.1.0"
  33. },
  34. "devDependencies": {
  35. "@angular-builders/custom-webpack": "^13.1.0",
  36. "@angular-devkit/build-angular": "^13.3.9",
  37. "@angular-eslint/builder": "^13.5.0",
  38. "@angular-eslint/eslint-plugin": "^13.5.0",
  39. "@angular-eslint/eslint-plugin-template": "^13.5.0",
  40. "@angular-eslint/template-parser": "^13.5.0",
  41. "@angular/cli": "~13.3.9",
  42. "@typescript-eslint/eslint-plugin": "^5.7.0",
  43. "eslint": "^8.20.0",
  44. "eslint-config-openlayers": "14.0.0",
  45. "file-loader": "^6.2.0",
  46. "http-server": "^0.12.3"
  47. }
  48. }