package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "name": "rural-attractiveness-cz",
  3. "version": "0.3.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. "csvtojson": "^2.0.10",
  30. "hslayers-ng": "^7.1.0",
  31. "hsv2rgb": "^1.1.0",
  32. "http-server": "^0.12.3"
  33. },
  34. "devDependencies": {
  35. "@angular-builders/custom-webpack": "^12.1.3",
  36. "@angular-devkit/build-angular": "^12.2.10",
  37. "@angular-eslint/builder": "^12.5.0",
  38. "@angular-eslint/eslint-plugin": "^12.5.0",
  39. "@angular-eslint/eslint-plugin-template": "^12.5.0",
  40. "@angular-eslint/schematics": "^12.5.0",
  41. "@angular-eslint/template-parser": "^12.5.0",
  42. "@angular/cli": "^12.2.10",
  43. "@angularclass/hmr": "^3.0.0",
  44. "eslint": "^7.10.0",
  45. "eslint-config-openlayers": "14.0.0",
  46. "eslint-plugin-import": "^2.22.1",
  47. "eslint-plugin-node": "^11.1.0",
  48. "eslint-plugin-promise": "^4.2.1",
  49. "file-loader": "^6.2.0"
  50. }
  51. }