package.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "name": "rural-attractiveness-cz",
  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 --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-cz"
  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. "hslayers-ng": "^9.3.0",
  30. "hsv2rgb": "^1.1.0"
  31. },
  32. "devDependencies": {
  33. "@angular-builders/custom-webpack": "^13.1.0",
  34. "@angular-devkit/build-angular": "^13.3.9",
  35. "@angular-eslint/builder": "^13.5.0",
  36. "@angular-eslint/eslint-plugin": "^13.5.0",
  37. "@angular-eslint/eslint-plugin-template": "^13.5.0",
  38. "@angular-eslint/template-parser": "^13.5.0",
  39. "@angular/cli": "~13.3.9",
  40. "@typescript-eslint/eslint-plugin": "^5.36.1",
  41. "eslint": "^8.20.0",
  42. "eslint-config-openlayers": "14.0.0",
  43. "file-loader": "^6.2.0",
  44. "http-server": "^0.12.3"
  45. }
  46. }