Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: '18'
- uses: pnpm/action-setup@v4.0.0
node-version: '22'
- uses: pnpm/action-setup@v4.1.0
name: Install pnpm
id: pnpm-install
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
# uses: nrwl/nx-set-shas@v3
- uses: actions/setup-node@v4
with:
node-version: '20'
- uses: pnpm/action-setup@v4.0.0
node-version: '22'
- uses: pnpm/action-setup@v4.1.0
name: Install pnpm
id: pnpm-install
with:
Expand Down Expand Up @@ -90,8 +90,8 @@ jobs:
# uses: nrwl/nx-set-shas@v3
- uses: actions/setup-node@v4
with:
node-version: '20'
- uses: pnpm/action-setup@v4.0.0
node-version: '22'
- uses: pnpm/action-setup@v4.1.0
name: Install pnpm
id: pnpm-install
with:
Expand Down
322 changes: 161 additions & 161 deletions bundles/all/package.json
Original file line number Diff line number Diff line change
@@ -1,166 +1,166 @@
{
"name": "@tsparticles/all",
"version": "3.8.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",
"scripts": {
"build": "tsparticles-cli build",
"build:ci": "tsparticles-cli build --ci",
"version": "tsparticles-cli build -d && git add package.dist.json",
"prepack": "pnpm run build"
"name": "@tsparticles/all",
"version": "3.8.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",
"scripts": {
"build": "tsparticles-cli build",
"build:ci": "tsparticles-cli build --ci",
"version": "tsparticles-cli build -d && git add package.dist.json",
"prepack": "pnpm run build"
},
"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"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tsparticles/tsparticles.git",
"directory": "bundles/all"
{
"type": "github",
"url": "https://github.com/sponsors/tsparticles"
},
"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"
}
],
"prettier": "@tsparticles/prettier-config",
"files": [
"dist"
],
"sideEffects": false,
"browser": "dist/browser/index.js",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"browser": "./dist/browser/index.js",
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js",
"umd": "./dist/umd/index.js",
"default": "./dist/cjs/index.js"
},
"./package.json": "./dist/package.json"
},
"dependencies": {
"@tsparticles/effect-bubble": "workspace:3.8.1",
"@tsparticles/effect-trail": "workspace:3.8.1",
"@tsparticles/engine": "workspace:3.8.1",
"@tsparticles/interaction-external-particle": "workspace:3.8.1",
"@tsparticles/interaction-external-pop": "workspace:3.8.1",
"@tsparticles/interaction-light": "workspace:3.8.1",
"@tsparticles/interaction-particles-repulse": "workspace:3.8.1",
"@tsparticles/path-curl-noise": "workspace:3.8.1",
"@tsparticles/path-curves": "workspace:3.8.1",
"@tsparticles/path-perlin-noise": "workspace:3.8.1",
"@tsparticles/path-polygon": "workspace:3.8.1",
"@tsparticles/path-simplex-noise": "workspace:3.8.1",
"@tsparticles/path-svg": "workspace:3.8.1",
"@tsparticles/path-zig-zag": "workspace:3.8.1",
"@tsparticles/pjs": "workspace:3.8.1",
"@tsparticles/plugin-canvas-mask": "workspace:3.8.1",
"@tsparticles/plugin-easing-back": "workspace:3.8.1",
"@tsparticles/plugin-easing-circ": "workspace:3.8.1",
"@tsparticles/plugin-easing-cubic": "workspace:3.8.1",
"@tsparticles/plugin-easing-expo": "workspace:3.8.1",
"@tsparticles/plugin-easing-linear": "workspace:3.8.1",
"@tsparticles/plugin-easing-quart": "workspace:3.8.1",
"@tsparticles/plugin-easing-quint": "workspace:3.8.1",
"@tsparticles/plugin-easing-sine": "workspace:3.8.1",
"@tsparticles/plugin-emitters-shape-canvas": "workspace:3.8.1",
"@tsparticles/plugin-emitters-shape-path": "workspace:3.8.1",
"@tsparticles/plugin-emitters-shape-polygon": "workspace:3.8.1",
"@tsparticles/plugin-export-image": "workspace:3.8.1",
"@tsparticles/plugin-export-json": "workspace:3.8.1",
"@tsparticles/plugin-export-video": "workspace:3.8.1",
"@tsparticles/plugin-hsv-color": "workspace:3.8.1",
"@tsparticles/plugin-infection": "workspace:3.8.1",
"@tsparticles/plugin-motion": "workspace:3.8.1",
"@tsparticles/plugin-named-color": "workspace:3.8.1",
"@tsparticles/plugin-oklch-color": "workspace:3.8.1",
"@tsparticles/plugin-poisson-disc": "workspace:3.8.1",
"@tsparticles/plugin-polygon-mask": "workspace:3.8.1",
"@tsparticles/plugin-sounds": "workspace:3.8.1",
"@tsparticles/shape-arrow": "workspace:3.8.1",
"@tsparticles/shape-cards": "workspace:3.8.1",
"@tsparticles/shape-cog": "workspace:3.8.1",
"@tsparticles/shape-heart": "workspace:3.8.1",
"@tsparticles/shape-infinity": "workspace:3.8.1",
"@tsparticles/shape-path": "workspace:3.8.1",
"@tsparticles/shape-rounded-polygon": "workspace:3.8.1",
"@tsparticles/shape-rounded-rect": "workspace:3.8.1",
"@tsparticles/shape-spiral": "workspace:3.8.1",
"@tsparticles/updater-gradient": "workspace:3.8.1",
"@tsparticles/updater-orbit": "workspace:3.8.1",
"tsparticles": "workspace:3.8.1"
},
"publishConfig": {
"access": "public",
"directory": "dist",
"linkDirectory": true
{
"type": "buymeacoffee",
"url": "https://www.buymeacoffee.com/matteobruni"
}
],
"prettier": "@tsparticles/prettier-config",
"files": [
"dist"
],
"sideEffects": false,
"browser": "dist/browser/index.js",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"browser": "./dist/browser/index.js",
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js",
"umd": "./dist/umd/index.js",
"default": "./dist/cjs/index.js"
},
"./package.json": "./dist/package.json"
},
"dependencies": {
"@tsparticles/effect-bubble": "workspace:3.8.1",
"@tsparticles/effect-trail": "workspace:3.8.1",
"@tsparticles/engine": "workspace:3.8.1",
"@tsparticles/interaction-external-particle": "workspace:3.8.1",
"@tsparticles/interaction-external-pop": "workspace:3.8.1",
"@tsparticles/interaction-light": "workspace:3.8.1",
"@tsparticles/interaction-particles-repulse": "workspace:3.8.1",
"@tsparticles/path-curl-noise": "workspace:3.8.1",
"@tsparticles/path-curves": "workspace:3.8.1",
"@tsparticles/path-perlin-noise": "workspace:3.8.1",
"@tsparticles/path-polygon": "workspace:3.8.1",
"@tsparticles/path-simplex-noise": "workspace:3.8.1",
"@tsparticles/path-svg": "workspace:3.8.1",
"@tsparticles/path-zig-zag": "workspace:3.8.1",
"@tsparticles/pjs": "workspace:3.8.1",
"@tsparticles/plugin-canvas-mask": "workspace:3.8.1",
"@tsparticles/plugin-easing-back": "workspace:3.8.1",
"@tsparticles/plugin-easing-circ": "workspace:3.8.1",
"@tsparticles/plugin-easing-cubic": "workspace:3.8.1",
"@tsparticles/plugin-easing-expo": "workspace:3.8.1",
"@tsparticles/plugin-easing-linear": "workspace:3.8.1",
"@tsparticles/plugin-easing-quart": "workspace:3.8.1",
"@tsparticles/plugin-easing-quint": "workspace:3.8.1",
"@tsparticles/plugin-easing-sine": "workspace:3.8.1",
"@tsparticles/plugin-emitters-shape-canvas": "workspace:3.8.1",
"@tsparticles/plugin-emitters-shape-path": "workspace:3.8.1",
"@tsparticles/plugin-emitters-shape-polygon": "workspace:3.8.1",
"@tsparticles/plugin-export-image": "workspace:3.8.1",
"@tsparticles/plugin-export-json": "workspace:3.8.1",
"@tsparticles/plugin-export-video": "workspace:3.8.1",
"@tsparticles/plugin-hsv-color": "workspace:3.8.1",
"@tsparticles/plugin-infection": "workspace:3.8.1",
"@tsparticles/plugin-motion": "workspace:3.8.1",
"@tsparticles/plugin-named-color": "workspace:3.8.1",
"@tsparticles/plugin-oklch-color": "workspace:3.8.1",
"@tsparticles/plugin-poisson-disc": "workspace:3.8.1",
"@tsparticles/plugin-polygon-mask": "workspace:3.8.1",
"@tsparticles/plugin-sounds": "workspace:3.8.1",
"@tsparticles/shape-arrow": "workspace:3.8.1",
"@tsparticles/shape-cards": "workspace:3.8.1",
"@tsparticles/shape-cog": "workspace:3.8.1",
"@tsparticles/shape-heart": "workspace:3.8.1",
"@tsparticles/shape-infinity": "workspace:3.8.1",
"@tsparticles/shape-path": "workspace:3.8.1",
"@tsparticles/shape-rounded-polygon": "workspace:3.8.1",
"@tsparticles/shape-rounded-rect": "workspace:3.8.1",
"@tsparticles/shape-spiral": "workspace:3.8.1",
"@tsparticles/updater-gradient": "workspace:3.8.1",
"@tsparticles/updater-orbit": "workspace:3.8.1",
"tsparticles": "workspace:3.8.1"
},
"publishConfig": {
"access": "public",
"directory": "dist",
"linkDirectory": true
}
}
Loading
Loading