package.json 1.1 KB

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