package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "name": "pixi.js",
  3. "version": "6.5.10",
  4. "description": "PixiJS without the CanvasRenderer fallback, modern browsers only",
  5. "author": "Mat Groves",
  6. "contributors": [
  7. "Ivan Popelyshev <ivan.popelyshev@gmail.com>",
  8. "Matt Karl <matt@mattkarl.com>",
  9. "Chad Engler <chad@pantherdev.com>",
  10. "Richard Davey <rdavey@gmail.com>"
  11. ],
  12. "standalone": true,
  13. "main": "dist/cjs/pixi.js",
  14. "module": "dist/esm/pixi.mjs",
  15. "bundle": "dist/browser/pixi.js",
  16. "bundleModule": "dist/browser/pixi.mjs",
  17. "bundleOutput": {
  18. "name": "PIXI"
  19. },
  20. "types": "index.d.ts",
  21. "exports": {
  22. ".": {
  23. "import": {
  24. "types": "./index.d.ts",
  25. "default": "./dist/esm/pixi.mjs"
  26. },
  27. "require": {
  28. "types": "./index.d.ts",
  29. "default": "./dist/cjs/pixi.js"
  30. }
  31. }
  32. },
  33. "homepage": "http://www.pixijs.com/",
  34. "bugs": "https://github.com/pixijs/pixi.js/issues",
  35. "license": "MIT",
  36. "repository": {
  37. "type": "git",
  38. "url": "https://github.com/pixijs/pixi.js.git"
  39. },
  40. "scripts": {
  41. "test": "floss --path test"
  42. },
  43. "files": [
  44. "dist/",
  45. "*.d.ts"
  46. ],
  47. "funding": {
  48. "type": "opencollective",
  49. "url": "https://opencollective.com/pixijs"
  50. },
  51. "dependencies": {
  52. "@pixi/accessibility": "6.5.10",
  53. "@pixi/app": "6.5.10",
  54. "@pixi/compressed-textures": "6.5.10",
  55. "@pixi/constants": "6.5.10",
  56. "@pixi/core": "6.5.10",
  57. "@pixi/display": "6.5.10",
  58. "@pixi/extensions": "6.5.10",
  59. "@pixi/extract": "6.5.10",
  60. "@pixi/filter-alpha": "6.5.10",
  61. "@pixi/filter-blur": "6.5.10",
  62. "@pixi/filter-color-matrix": "6.5.10",
  63. "@pixi/filter-displacement": "6.5.10",
  64. "@pixi/filter-fxaa": "6.5.10",
  65. "@pixi/filter-noise": "6.5.10",
  66. "@pixi/graphics": "6.5.10",
  67. "@pixi/interaction": "6.5.10",
  68. "@pixi/loaders": "6.5.10",
  69. "@pixi/math": "6.5.10",
  70. "@pixi/mesh": "6.5.10",
  71. "@pixi/mesh-extras": "6.5.10",
  72. "@pixi/mixin-cache-as-bitmap": "6.5.10",
  73. "@pixi/mixin-get-child-by-name": "6.5.10",
  74. "@pixi/mixin-get-global-position": "6.5.10",
  75. "@pixi/particle-container": "6.5.10",
  76. "@pixi/polyfill": "6.5.10",
  77. "@pixi/prepare": "6.5.10",
  78. "@pixi/runner": "6.5.10",
  79. "@pixi/settings": "6.5.10",
  80. "@pixi/sprite": "6.5.10",
  81. "@pixi/sprite-animated": "6.5.10",
  82. "@pixi/sprite-tiling": "6.5.10",
  83. "@pixi/spritesheet": "6.5.10",
  84. "@pixi/text": "6.5.10",
  85. "@pixi/text-bitmap": "6.5.10",
  86. "@pixi/ticker": "6.5.10",
  87. "@pixi/utils": "6.5.10"
  88. },
  89. "gitHead": "8cdbf55064b7adc05f65c51e177f1c22f7329f0f"
  90. }