package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "attractiveness-explorer-app",
  3. "version": "0.2.3",
  4. "private": true,
  5. "homepage": "/",
  6. "scripts": {
  7. "ng": "ng",
  8. "build": "ng build --configuration production",
  9. "dev": "ng serve --disable-host-check",
  10. "test": "echo \"Error: no test specified\" && exit 1"
  11. },
  12. "engines": {
  13. "node": "^14.15.0 || ^16.10.0"
  14. },
  15. "dependencies": {
  16. "@angular/router": "^13.3.11",
  17. "@types/d3": "^6.7.0",
  18. "@types/plotly.js-dist-min": "^2.3.0",
  19. "angular-plotly.js": "^4.0.4",
  20. "d3": "^6.7.0",
  21. "hslayers-ng": "^8.1.0",
  22. "plotly.js-dist-min": "^2.11.1"
  23. },
  24. "devDependencies": {
  25. "@angular-builders/custom-webpack": "^13.1.0",
  26. "@angular-devkit/build-angular": "^13.2.5",
  27. "@angular-eslint/builder": "^13.2.0",
  28. "@angular-eslint/eslint-plugin": "^13.2.0",
  29. "@angular-eslint/eslint-plugin-template": "^13.2.0",
  30. "@angular-eslint/template-parser": "^13.2.0",
  31. "@angular/cli": "^13.2.5",
  32. "@types/karma-jasmine": "^4.0.2",
  33. "@types/node": "^16.10.0",
  34. "@typescript-eslint/eslint-plugin": "^5.18.0",
  35. "eslint": "^8.12.0",
  36. "eslint-config-openlayers": "^14.0.0",
  37. "eslint-plugin-import": "^2.25.4",
  38. "eslint-plugin-tsdoc": "^0.2.14",
  39. "file-loader": "^6.2.0",
  40. "karma-jasmine": "^4.0.1"
  41. }
  42. }