This commit is contained in:
erwanlr
2022-10-08 10:43:04 +02:00
parent be7437d117
commit f08158342a
42 changed files with 40536 additions and 2 deletions

View File

@@ -0,0 +1,105 @@
{
"name": "wordpress-particles",
"version": "2.3.5",
"description": "Official tsParticles WordPress Plugin - Easily create highly customizable particle, confetti and fireworks animations and use them as animated backgrounds for your website. Ready to use components available also for Web Components, Vue.js (2.x and 3.x), Angular, Svelte, jQuery, Preact, React, Riot.js, Solid.js, Inferno.",
"author": "Matteo Bruni <matteo.bruni@me.com>",
"license": "MIT",
"main": "build/index.js",
"files": [
"assets",
"build",
"readme.txt",
"wordpress-particles.php"
],
"scripts": {
"build": "wp-scripts build",
"build:ci": "wp-scripts build",
"format": "wp-scripts format",
"lint:css": "wp-scripts lint-style",
"lint:js": "wp-scripts lint-js",
"packages-update": "wp-scripts packages-update",
"plugin-zip": "wp-scripts plugin-zip",
"start": "wp-scripts start",
"version": "node ./scripts/postversion.js && git add src/block.json && git add readme.txt && git add wordpress-particles.php",
"prepack": "pnpm run build"
},
"dependencies": {
"tsparticles": "^2.3.4",
"tsparticles-engine": "^2.3.3",
"tsparticles-interaction-external-attract": "^2.3.3",
"tsparticles-interaction-external-bounce": "^2.3.3",
"tsparticles-interaction-external-bubble": "^2.3.3",
"tsparticles-interaction-external-connect": "^2.3.3",
"tsparticles-interaction-external-grab": "^2.3.3",
"tsparticles-interaction-external-pause": "^2.3.3",
"tsparticles-interaction-external-push": "^2.3.3",
"tsparticles-interaction-external-remove": "^2.3.3",
"tsparticles-interaction-external-repulse": "^2.3.4",
"tsparticles-interaction-external-slow": "^2.3.3",
"tsparticles-interaction-external-trail": "^2.3.3",
"tsparticles-interaction-light": "^2.3.3",
"tsparticles-interaction-particles-attract": "^2.3.3",
"tsparticles-interaction-particles-collisions": "^2.3.3",
"tsparticles-interaction-particles-links": "^2.3.3",
"tsparticles-interaction-particles-repulse": "^2.3.3",
"tsparticles-move-base": "^2.3.3",
"tsparticles-move-parallax": "^2.3.3",
"tsparticles-particles.js": "^2.3.3",
"tsparticles-path-curves": "^2.3.3",
"tsparticles-path-perlin-noise": "^2.3.3",
"tsparticles-path-polygon": "^2.3.3",
"tsparticles-path-simplex-noise": "^2.3.3",
"tsparticles-plugin-absorbers": "^2.3.4",
"tsparticles-plugin-canvas-mask": "^2.3.3",
"tsparticles-plugin-emitters": "^2.3.4",
"tsparticles-plugin-hsv-color": "^2.3.3",
"tsparticles-plugin-infection": "^2.3.3",
"tsparticles-plugin-polygon-mask": "^2.3.3",
"tsparticles-preset-big-circles": "^2.3.4",
"tsparticles-preset-bubbles": "^2.3.4",
"tsparticles-preset-confetti": "^2.3.4",
"tsparticles-preset-fire": "^2.3.3",
"tsparticles-preset-firefly": "^2.3.3",
"tsparticles-preset-fireworks": "^2.3.4",
"tsparticles-preset-fountain": "^2.3.4",
"tsparticles-preset-links": "^2.3.3",
"tsparticles-preset-sea-anemone": "^2.3.4",
"tsparticles-preset-snow": "^2.3.3",
"tsparticles-preset-stars": "^2.3.3",
"tsparticles-preset-triangles": "^2.3.3",
"tsparticles-shape-bubble": "^2.3.3",
"tsparticles-shape-circle": "^2.3.3",
"tsparticles-shape-heart": "^2.3.3",
"tsparticles-shape-image": "^2.3.3",
"tsparticles-shape-line": "^2.3.3",
"tsparticles-shape-multiline-text": "^2.3.3",
"tsparticles-shape-polygon": "^2.3.3",
"tsparticles-shape-rounded-rect": "^2.3.3",
"tsparticles-shape-spiral": "^2.3.3",
"tsparticles-shape-square": "^2.3.3",
"tsparticles-shape-star": "^2.3.3",
"tsparticles-shape-text": "^2.3.3",
"tsparticles-slim": "^2.3.4",
"tsparticles-updater-angle": "^2.3.3",
"tsparticles-updater-color": "^2.3.3",
"tsparticles-updater-destroy": "^2.3.3",
"tsparticles-updater-gradient": "^2.3.3",
"tsparticles-updater-life": "^2.3.3",
"tsparticles-updater-opacity": "^2.3.3",
"tsparticles-updater-orbit": "^2.3.3",
"tsparticles-updater-out-modes": "^2.3.3",
"tsparticles-updater-roll": "^2.3.3",
"tsparticles-updater-size": "^2.3.3",
"tsparticles-updater-stroke-color": "^2.3.3",
"tsparticles-updater-tilt": "^2.3.3",
"tsparticles-updater-twinkle": "^2.3.3",
"tsparticles-updater-wobble": "^2.3.3"
},
"devDependencies": {
"@babel/runtime": "^7.19.0",
"@wordpress/scripts": "^24.2.0",
"fs-extra": "^10.1.0",
"gulp": "^4.0.2",
"typescript": "^4.8.4"
}
}