package.json 1.1 KB

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