package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "name": "pcoloring-zorro",
  3. "version": "0.1.0",
  4. "scripts": {
  5. "ng": "ng",
  6. "start": "ng serve --port 4308 --host 0.0.0.0 --proxy-config proxy.config.json --open true --disable-host-check",
  7. "start:en": "ng serve --configuration development-en --port 4308 --host 0.0.0.0 --proxy-config proxy.config.json --open true --disable-host-check",
  8. "build": "ng build --localize --prod",
  9. "watch": "ng build --localize --watch --configuration development"
  10. },
  11. "private": true,
  12. "dependencies": {
  13. "@angular/animations": "~13.3.0",
  14. "@angular/cdk": "~13.3.0",
  15. "@angular/cli": "^13.3.11",
  16. "@angular/common": "~13.3.0",
  17. "@angular/compiler": "~13.3.0",
  18. "@angular/core": "~13.3.0",
  19. "@angular/forms": "~13.3.0",
  20. "@angular/localize": "~13.3.0",
  21. "@angular/platform-browser": "~13.3.0",
  22. "@angular/platform-browser-dynamic": "~13.3.0",
  23. "@angular/router": "~13.3.0",
  24. "@ng-bootstrap/ng-bootstrap": "^12.0.1",
  25. "@ngneat/edit-in-place": "^1.6.1",
  26. "@popperjs/core": "^2.11.4",
  27. "accesscontrol": "^2.2.1",
  28. "bootstrap": "^5.1.3",
  29. "browser-image-compression": "^2.0.2",
  30. "date-fns": "^2.28.0",
  31. "gl-matrix": "^3.4.3",
  32. "ng-zorro-antd": "^13.1.1",
  33. "ngx-color-picker": "^12.0.1",
  34. "pace-js": "^1.2.4",
  35. "rxjs": "~7.5.0",
  36. "sortablejs": "^1.15.0",
  37. "tslib": "^2.3.0",
  38. "zone.js": "~0.11.4"
  39. },
  40. "devDependencies": {
  41. "@angular-devkit/build-angular": "~13.3.3",
  42. "@angular/compiler-cli": "~13.3.0",
  43. "@types/gl-matrix": "^3.2.0",
  44. "@types/node": "^12.11.1",
  45. "@types/offscreencanvas": "^2019.7.3",
  46. "@types/sortablejs": "^1.10.7",
  47. "typescript": "~4.6.2"
  48. }
  49. }