UNPKG

tsparticles

Version:

Full-featured tsParticles bundle — create stunning particle, confetti and fireworks animations with all official plugins and presets included. Ready to use components available for React, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Riot.js, Inf

128 lines (127 loc) 3.33 kB
{ "name": "tsparticles", "version": "4.3.0", "description": "Full-featured tsParticles bundle — create stunning particle, confetti and fireworks animations with all official plugins and presets included. Ready to use components available for React, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Riot.js, Inferno.", "homepage": "https://particles.js.org", "repository": { "type": "git", "url": "git+https://github.com/tsparticles/tsparticles.git", "directory": "bundles/full" }, "keywords": [ "front-end", "frontend", "tsparticles", "particles.js", "particlesjs", "particles", "particle", "canvas", "jsparticles", "xparticles", "particles-js", "particles-bg", "particles-bg-vue", "particles-ts", "particles.ts", "react-particles-js", "react-particles.js", "react-particles", "react", "reactjs", "vue-particles", "ngx-particles", "angular-particles", "particleground", "vue", "vuejs", "preact", "preactjs", "jquery", "angularjs", "angular", "typescript", "javascript", "animation", "web", "html5", "web-design", "webdesign", "css", "html", "css3", "animated", "background", "confetti", "canvas", "fireworks", "fireworks-js", "confetti-js", "confettijs", "fireworksjs", "canvas-confetti" ], "author": "Matteo Bruni <matteo.bruni@me.com>", "license": "MIT", "bugs": { "url": "https://github.com/tsparticles/tsparticles/issues" }, "funding": [ { "type": "github", "url": "https://github.com/sponsors/matteobruni" }, { "type": "github", "url": "https://github.com/sponsors/tsparticles" }, { "type": "buymeacoffee", "url": "https://www.buymeacoffee.com/matteobruni" } ], "sideEffects": false, "jsdelivr": "tsparticles.bundle.min.js", "unpkg": "tsparticles.bundle.min.js", "browser": "browser/index.js", "main": "cjs/index.js", "module": "esm/index.js", "types": "types/index.d.ts", "exports": { ".": { "types": "./types/index.d.ts", "browser": "./browser/index.js", "import": "./esm/index.js", "require": "./cjs/index.js", "default": "./esm/index.js" }, "./lazy": { "types": "./types/index.lazy.d.ts", "browser": "./browser/index.lazy.js", "import": "./esm/index.lazy.js", "require": "./cjs/index.lazy.js", "default": "./esm/index.lazy.js" }, "./package.json": "./package.json" }, "dependencies": { "@tsparticles/engine": "4.3.0", "@tsparticles/interaction-external-drag": "4.3.0", "@tsparticles/interaction-external-trail": "4.3.0", "@tsparticles/plugin-absorbers": "4.3.0", "@tsparticles/plugin-emitters": "4.3.0", "@tsparticles/plugin-emitters-shape-circle": "4.3.0", "@tsparticles/plugin-emitters-shape-square": "4.3.0", "@tsparticles/shape-text": "4.3.0", "@tsparticles/slim": "4.3.0", "@tsparticles/updater-destroy": "4.3.0", "@tsparticles/updater-roll": "4.3.0", "@tsparticles/updater-tilt": "4.3.0", "@tsparticles/updater-twinkle": "4.3.0", "@tsparticles/updater-wobble": "4.3.0" }, "publishConfig": { "access": "public" }, "type": "module" }