package.json 1004 B

1234567891011121314151617181920212223242526272829303132
  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. "d3": "^7.4.0",
  14. "hslayers-ng": "^8.1.0"
  15. },
  16. "devDependencies": {
  17. "@angular-builders/custom-webpack": "^13.1.0",
  18. "@angular-devkit/build-angular": "^13.2.5",
  19. "@angular-eslint/builder": "^13.2.0",
  20. "@angular-eslint/eslint-plugin": "^13.2.0",
  21. "@angular-eslint/eslint-plugin-template": "^13.2.0",
  22. "@angular-eslint/template-parser": "^13.2.0",
  23. "@angular/cli": "^13.2.5",
  24. "@types/karma-jasmine": "^4.0.2",
  25. "@typescript-eslint/eslint-plugin": "^5.18.0",
  26. "eslint": "^8.12.0",
  27. "eslint-config-openlayers": "^14.0.0",
  28. "eslint-plugin-import": "^2.25.4",
  29. "eslint-plugin-tsdoc": "^0.2.14",
  30. "karma-jasmine": "^4.0.1"
  31. }
  32. }