|
1 | 1 | { |
2 | 2 | "name": "@tsparticles/all", |
3 | | - "version": "3.3.0", |
| 3 | + "version": "3.4.0", |
4 | 4 | "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.", |
5 | 5 | "homepage": "https://particles.js.org", |
6 | 6 | "scripts": { |
|
107 | 107 | "./package.json": "./dist/package.json" |
108 | 108 | }, |
109 | 109 | "dependencies": { |
110 | | - "@tsparticles/effect-bubble": "^3.3.0", |
111 | | - "@tsparticles/effect-trail": "^3.3.0", |
112 | | - "@tsparticles/engine": "^3.3.0", |
113 | | - "@tsparticles/interaction-external-particle": "^3.3.0", |
114 | | - "@tsparticles/interaction-external-pop": "^3.3.0", |
115 | | - "@tsparticles/interaction-light": "^3.3.0", |
116 | | - "@tsparticles/interaction-particles-repulse": "^3.3.0", |
117 | | - "@tsparticles/path-curl-noise": "^3.3.0", |
118 | | - "@tsparticles/path-curves": "^3.3.0", |
119 | | - "@tsparticles/path-perlin-noise": "^3.3.0", |
120 | | - "@tsparticles/path-polygon": "^3.3.0", |
121 | | - "@tsparticles/path-simplex-noise": "^3.3.0", |
122 | | - "@tsparticles/path-svg": "^3.3.0", |
123 | | - "@tsparticles/path-zig-zag": "^3.3.0", |
124 | | - "@tsparticles/pjs": "^3.3.0", |
125 | | - "@tsparticles/plugin-canvas-mask": "^3.3.0", |
126 | | - "@tsparticles/plugin-easing-back": "^3.3.0", |
127 | | - "@tsparticles/plugin-easing-circ": "^3.3.0", |
128 | | - "@tsparticles/plugin-easing-cubic": "^3.3.0", |
129 | | - "@tsparticles/plugin-easing-expo": "^3.3.0", |
130 | | - "@tsparticles/plugin-easing-linear": "^3.3.0", |
131 | | - "@tsparticles/plugin-easing-quart": "^3.3.0", |
132 | | - "@tsparticles/plugin-easing-quint": "^3.3.0", |
133 | | - "@tsparticles/plugin-easing-sine": "^3.3.0", |
134 | | - "@tsparticles/plugin-emitters-shape-canvas": "^3.3.0", |
135 | | - "@tsparticles/plugin-emitters-shape-path": "^3.3.0", |
136 | | - "@tsparticles/plugin-emitters-shape-polygon": "^3.3.0", |
137 | | - "@tsparticles/plugin-export-image": "^3.3.0", |
138 | | - "@tsparticles/plugin-export-json": "^3.3.0", |
139 | | - "@tsparticles/plugin-export-video": "^3.3.0", |
140 | | - "@tsparticles/plugin-hsv-color": "^3.3.0", |
141 | | - "@tsparticles/plugin-infection": "^3.3.0", |
142 | | - "@tsparticles/plugin-motion": "^3.3.0", |
143 | | - "@tsparticles/plugin-poisson-disc": "^3.3.0", |
144 | | - "@tsparticles/plugin-polygon-mask": "^3.3.0", |
145 | | - "@tsparticles/plugin-sounds": "^3.3.0", |
146 | | - "@tsparticles/shape-arrow": "^3.3.0", |
147 | | - "@tsparticles/shape-cards": "^3.3.0", |
148 | | - "@tsparticles/shape-cog": "^3.3.0", |
149 | | - "@tsparticles/shape-heart": "^3.3.0", |
150 | | - "@tsparticles/shape-path": "^3.3.0", |
151 | | - "@tsparticles/shape-rounded-polygon": "^3.3.0", |
152 | | - "@tsparticles/shape-rounded-rect": "^3.3.0", |
153 | | - "@tsparticles/shape-spiral": "^3.3.0", |
154 | | - "@tsparticles/updater-gradient": "^3.3.0", |
155 | | - "@tsparticles/updater-orbit": "^3.3.0", |
156 | | - "tsparticles": "^3.3.0" |
| 110 | + "@tsparticles/effect-bubble": "^3.4.0", |
| 111 | + "@tsparticles/effect-trail": "^3.4.0", |
| 112 | + "@tsparticles/engine": "^3.4.0", |
| 113 | + "@tsparticles/interaction-external-particle": "^3.4.0", |
| 114 | + "@tsparticles/interaction-external-pop": "^3.4.0", |
| 115 | + "@tsparticles/interaction-light": "^3.4.0", |
| 116 | + "@tsparticles/interaction-particles-repulse": "^3.4.0", |
| 117 | + "@tsparticles/path-curl-noise": "^3.4.0", |
| 118 | + "@tsparticles/path-curves": "^3.4.0", |
| 119 | + "@tsparticles/path-perlin-noise": "^3.4.0", |
| 120 | + "@tsparticles/path-polygon": "^3.4.0", |
| 121 | + "@tsparticles/path-simplex-noise": "^3.4.0", |
| 122 | + "@tsparticles/path-svg": "^3.4.0", |
| 123 | + "@tsparticles/path-zig-zag": "^3.4.0", |
| 124 | + "@tsparticles/pjs": "^3.4.0", |
| 125 | + "@tsparticles/plugin-canvas-mask": "^3.4.0", |
| 126 | + "@tsparticles/plugin-easing-back": "^3.4.0", |
| 127 | + "@tsparticles/plugin-easing-circ": "^3.4.0", |
| 128 | + "@tsparticles/plugin-easing-cubic": "^3.4.0", |
| 129 | + "@tsparticles/plugin-easing-expo": "^3.4.0", |
| 130 | + "@tsparticles/plugin-easing-linear": "^3.4.0", |
| 131 | + "@tsparticles/plugin-easing-quart": "^3.4.0", |
| 132 | + "@tsparticles/plugin-easing-quint": "^3.4.0", |
| 133 | + "@tsparticles/plugin-easing-sine": "^3.4.0", |
| 134 | + "@tsparticles/plugin-emitters-shape-canvas": "^3.4.0", |
| 135 | + "@tsparticles/plugin-emitters-shape-path": "^3.4.0", |
| 136 | + "@tsparticles/plugin-emitters-shape-polygon": "^3.4.0", |
| 137 | + "@tsparticles/plugin-export-image": "^3.4.0", |
| 138 | + "@tsparticles/plugin-export-json": "^3.4.0", |
| 139 | + "@tsparticles/plugin-export-video": "^3.4.0", |
| 140 | + "@tsparticles/plugin-hsv-color": "^3.4.0", |
| 141 | + "@tsparticles/plugin-infection": "^3.4.0", |
| 142 | + "@tsparticles/plugin-motion": "^3.4.0", |
| 143 | + "@tsparticles/plugin-poisson-disc": "^3.4.0", |
| 144 | + "@tsparticles/plugin-polygon-mask": "^3.4.0", |
| 145 | + "@tsparticles/plugin-sounds": "^3.4.0", |
| 146 | + "@tsparticles/shape-arrow": "^3.4.0", |
| 147 | + "@tsparticles/shape-cards": "^3.4.0", |
| 148 | + "@tsparticles/shape-cog": "^3.4.0", |
| 149 | + "@tsparticles/shape-heart": "^3.4.0", |
| 150 | + "@tsparticles/shape-infinity": "^3.4.0", |
| 151 | + "@tsparticles/shape-path": "^3.4.0", |
| 152 | + "@tsparticles/shape-rounded-polygon": "^3.4.0", |
| 153 | + "@tsparticles/shape-rounded-rect": "^3.4.0", |
| 154 | + "@tsparticles/shape-spiral": "^3.4.0", |
| 155 | + "@tsparticles/updater-gradient": "^3.4.0", |
| 156 | + "@tsparticles/updater-orbit": "^3.4.0", |
| 157 | + "tsparticles": "^3.4.0" |
157 | 158 | }, |
158 | 159 | "publishConfig": { |
159 | 160 | "access": "public", |
|
0 commit comments