UNPKG

@tsparticles/all

Version:

Easily create highly customizable particle animations and use them as animated backgrounds for your website. Ready to use components available also for React, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, Riot.js, Inferno.

158 lines (157 loc) 4.81 kB
{ "name": "@tsparticles/all", "version": "3.9.1", "description": "Easily create highly customizable particle animations and use them as animated backgrounds for your website. Ready to use components available also 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/all" }, "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.all.bundle.min.js", "unpkg": "tsparticles.all.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", "umd": "./umd/index.js", "default": "./cjs/index.js" }, "./package.json": "./package.json" }, "dependencies": { "@tsparticles/effect-bubble": "3.9.1", "@tsparticles/effect-trail": "3.9.1", "@tsparticles/engine": "3.9.1", "@tsparticles/interaction-external-particle": "3.9.1", "@tsparticles/interaction-external-pop": "3.9.1", "@tsparticles/interaction-light": "3.9.1", "@tsparticles/interaction-particles-repulse": "3.9.1", "@tsparticles/path-curl-noise": "3.9.1", "@tsparticles/path-curves": "3.9.1", "@tsparticles/path-fractal-noise": "3.9.1", "@tsparticles/path-perlin-noise": "3.9.1", "@tsparticles/path-polygon": "3.9.1", "@tsparticles/path-simplex-noise": "3.9.1", "@tsparticles/path-svg": "3.9.1", "@tsparticles/path-zig-zag": "3.9.1", "@tsparticles/pjs": "3.9.1", "@tsparticles/plugin-canvas-mask": "3.9.1", "@tsparticles/plugin-easing-back": "3.9.1", "@tsparticles/plugin-easing-circ": "3.9.1", "@tsparticles/plugin-easing-cubic": "3.9.1", "@tsparticles/plugin-easing-expo": "3.9.1", "@tsparticles/plugin-easing-linear": "3.9.1", "@tsparticles/plugin-easing-quart": "3.9.1", "@tsparticles/plugin-easing-quint": "3.9.1", "@tsparticles/plugin-easing-sine": "3.9.1", "@tsparticles/plugin-emitters-shape-canvas": "3.9.1", "@tsparticles/plugin-emitters-shape-path": "3.9.1", "@tsparticles/plugin-emitters-shape-polygon": "3.9.1", "@tsparticles/plugin-export-image": "3.9.1", "@tsparticles/plugin-export-json": "3.9.1", "@tsparticles/plugin-export-video": "3.9.1", "@tsparticles/plugin-hsv-color": "3.9.1", "@tsparticles/plugin-infection": "3.9.1", "@tsparticles/plugin-motion": "3.9.1", "@tsparticles/plugin-named-color": "3.9.1", "@tsparticles/plugin-oklch-color": "3.9.1", "@tsparticles/plugin-poisson-disc": "3.9.1", "@tsparticles/plugin-polygon-mask": "3.9.1", "@tsparticles/plugin-sounds": "3.9.1", "@tsparticles/shape-arrow": "3.9.1", "@tsparticles/shape-cards": "3.9.1", "@tsparticles/shape-cog": "3.9.1", "@tsparticles/shape-heart": "3.9.1", "@tsparticles/shape-infinity": "3.9.1", "@tsparticles/shape-path": "3.9.1", "@tsparticles/shape-rounded-polygon": "3.9.1", "@tsparticles/shape-rounded-rect": "3.9.1", "@tsparticles/shape-spiral": "3.9.1", "@tsparticles/updater-gradient": "3.9.1", "@tsparticles/updater-orbit": "3.9.1", "tsparticles": "3.9.1" }, "publishConfig": { "access": "public" } }