|
1 | 1 | { |
2 | | - "name": "@tsparticles/all", |
3 | | - "version": "4.0.0-alpha.5", |
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 | | - "homepage": "https://particles.js.org", |
6 | | - "scripts": { |
7 | | - "build": "tsparticles-cli build", |
8 | | - "build:ci": "tsparticles-cli build --ci", |
9 | | - "version": "tsparticles-cli build -d && git add package.dist.json", |
10 | | - "prepack": "pnpm run build" |
| 2 | + "name": "@tsparticles/all", |
| 3 | + "version": "4.0.0-alpha.5", |
| 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 | + "homepage": "https://particles.js.org", |
| 6 | + "scripts": { |
| 7 | + "build": "tsparticles-cli build", |
| 8 | + "build:ci": "tsparticles-cli build --ci", |
| 9 | + "version": "tsparticles-cli build -d && git add package.dist.json", |
| 10 | + "prepack": "pnpm run build" |
| 11 | + }, |
| 12 | + "repository": { |
| 13 | + "type": "git", |
| 14 | + "url": "git+https://github.com/tsparticles/tsparticles.git", |
| 15 | + "directory": "bundles/all" |
| 16 | + }, |
| 17 | + "keywords": [ |
| 18 | + "front-end", |
| 19 | + "frontend", |
| 20 | + "tsparticles", |
| 21 | + "particles.js", |
| 22 | + "particlesjs", |
| 23 | + "particles", |
| 24 | + "particle", |
| 25 | + "canvas", |
| 26 | + "jsparticles", |
| 27 | + "xparticles", |
| 28 | + "particles-js", |
| 29 | + "particles-bg", |
| 30 | + "particles-bg-vue", |
| 31 | + "particles-ts", |
| 32 | + "particles.ts", |
| 33 | + "react-particles-js", |
| 34 | + "react-particles.js", |
| 35 | + "react-particles", |
| 36 | + "react", |
| 37 | + "reactjs", |
| 38 | + "vue-particles", |
| 39 | + "ngx-particles", |
| 40 | + "angular-particles", |
| 41 | + "particleground", |
| 42 | + "vue", |
| 43 | + "vuejs", |
| 44 | + "preact", |
| 45 | + "preactjs", |
| 46 | + "jquery", |
| 47 | + "angularjs", |
| 48 | + "angular", |
| 49 | + "typescript", |
| 50 | + "javascript", |
| 51 | + "animation", |
| 52 | + "web", |
| 53 | + "html5", |
| 54 | + "web-design", |
| 55 | + "webdesign", |
| 56 | + "css", |
| 57 | + "html", |
| 58 | + "css3", |
| 59 | + "animated", |
| 60 | + "background", |
| 61 | + "confetti", |
| 62 | + "canvas", |
| 63 | + "fireworks", |
| 64 | + "fireworks-js", |
| 65 | + "confetti-js", |
| 66 | + "confettijs", |
| 67 | + "fireworksjs", |
| 68 | + "canvas-confetti" |
| 69 | + ], |
| 70 | + "author": "Matteo Bruni <matteo.bruni@me.com>", |
| 71 | + "license": "MIT", |
| 72 | + "bugs": { |
| 73 | + "url": "https://github.com/tsparticles/tsparticles/issues" |
| 74 | + }, |
| 75 | + "funding": [ |
| 76 | + { |
| 77 | + "type": "github", |
| 78 | + "url": "https://github.com/sponsors/matteobruni" |
11 | 79 | }, |
12 | | - "repository": { |
13 | | - "type": "git", |
14 | | - "url": "git+https://github.com/tsparticles/tsparticles.git", |
15 | | - "directory": "bundles/all" |
| 80 | + { |
| 81 | + "type": "github", |
| 82 | + "url": "https://github.com/sponsors/tsparticles" |
16 | 83 | }, |
17 | | - "keywords": [ |
18 | | - "front-end", |
19 | | - "frontend", |
20 | | - "tsparticles", |
21 | | - "particles.js", |
22 | | - "particlesjs", |
23 | | - "particles", |
24 | | - "particle", |
25 | | - "canvas", |
26 | | - "jsparticles", |
27 | | - "xparticles", |
28 | | - "particles-js", |
29 | | - "particles-bg", |
30 | | - "particles-bg-vue", |
31 | | - "particles-ts", |
32 | | - "particles.ts", |
33 | | - "react-particles-js", |
34 | | - "react-particles.js", |
35 | | - "react-particles", |
36 | | - "react", |
37 | | - "reactjs", |
38 | | - "vue-particles", |
39 | | - "ngx-particles", |
40 | | - "angular-particles", |
41 | | - "particleground", |
42 | | - "vue", |
43 | | - "vuejs", |
44 | | - "preact", |
45 | | - "preactjs", |
46 | | - "jquery", |
47 | | - "angularjs", |
48 | | - "angular", |
49 | | - "typescript", |
50 | | - "javascript", |
51 | | - "animation", |
52 | | - "web", |
53 | | - "html5", |
54 | | - "web-design", |
55 | | - "webdesign", |
56 | | - "css", |
57 | | - "html", |
58 | | - "css3", |
59 | | - "animated", |
60 | | - "background", |
61 | | - "confetti", |
62 | | - "canvas", |
63 | | - "fireworks", |
64 | | - "fireworks-js", |
65 | | - "confetti-js", |
66 | | - "confettijs", |
67 | | - "fireworksjs", |
68 | | - "canvas-confetti" |
69 | | - ], |
70 | | - "author": "Matteo Bruni <matteo.bruni@me.com>", |
71 | | - "license": "MIT", |
72 | | - "bugs": { |
73 | | - "url": "https://github.com/tsparticles/tsparticles/issues" |
| 84 | + { |
| 85 | + "type": "buymeacoffee", |
| 86 | + "url": "https://www.buymeacoffee.com/matteobruni" |
| 87 | + } |
| 88 | + ], |
| 89 | + "prettier": "@tsparticles/prettier-config", |
| 90 | + "files": [ |
| 91 | + "dist" |
| 92 | + ], |
| 93 | + "sideEffects": false, |
| 94 | + "browser": "dist/browser/index.js", |
| 95 | + "main": "dist/cjs/index.js", |
| 96 | + "module": "dist/esm/index.js", |
| 97 | + "types": "dist/types/index.d.ts", |
| 98 | + "exports": { |
| 99 | + ".": { |
| 100 | + "types": "./dist/types/index.d.ts", |
| 101 | + "browser": "./dist/browser/index.js", |
| 102 | + "import": "./dist/esm/index.js", |
| 103 | + "require": "./dist/cjs/index.js", |
| 104 | + "umd": "./dist/umd/index.js", |
| 105 | + "default": "./dist/cjs/index.js" |
74 | 106 | }, |
75 | | - "funding": [ |
76 | | - { |
77 | | - "type": "github", |
78 | | - "url": "https://github.com/sponsors/matteobruni" |
79 | | - }, |
80 | | - { |
81 | | - "type": "github", |
82 | | - "url": "https://github.com/sponsors/tsparticles" |
83 | | - }, |
84 | | - { |
85 | | - "type": "buymeacoffee", |
86 | | - "url": "https://www.buymeacoffee.com/matteobruni" |
87 | | - } |
88 | | - ], |
89 | | - "prettier": "@tsparticles/prettier-config", |
90 | | - "files": [ |
91 | | - "dist" |
92 | | - ], |
93 | | - "sideEffects": false, |
94 | | - "browser": "dist/browser/index.js", |
95 | | - "main": "dist/cjs/index.js", |
96 | | - "module": "dist/esm/index.js", |
97 | | - "types": "dist/types/index.d.ts", |
98 | | - "exports": { |
99 | | - ".": { |
100 | | - "types": "./dist/types/index.d.ts", |
101 | | - "browser": "./dist/browser/index.js", |
102 | | - "import": "./dist/esm/index.js", |
103 | | - "require": "./dist/cjs/index.js", |
104 | | - "umd": "./dist/umd/index.js", |
105 | | - "default": "./dist/cjs/index.js" |
106 | | - }, |
107 | | - "./package.json": "./dist/package.json" |
108 | | - }, |
109 | | - "dependencies": { |
110 | | - "@tsparticles/effect-bubble": "workspace:4.0.0-alpha.5", |
111 | | - "@tsparticles/effect-shadow": "workspace:4.0.0-alpha.5", |
112 | | - "@tsparticles/effect-trail": "workspace:4.0.0-alpha.5", |
113 | | - "@tsparticles/engine": "workspace:4.0.0-alpha.5", |
114 | | - "@tsparticles/interaction-external-particle": "workspace:4.0.0-alpha.5", |
115 | | - "@tsparticles/interaction-external-pop": "workspace:4.0.0-alpha.5", |
116 | | - "@tsparticles/interaction-light": "workspace:4.0.0-alpha.5", |
117 | | - "@tsparticles/interaction-particles-repulse": "workspace:4.0.0-alpha.5", |
118 | | - "@tsparticles/path-curl-noise": "workspace:4.0.0-alpha.5", |
119 | | - "@tsparticles/path-curves": "workspace:4.0.0-alpha.5", |
120 | | - "@tsparticles/path-fractal-noise": "workspace:4.0.0-alpha.5", |
121 | | - "@tsparticles/path-perlin-noise": "workspace:4.0.0-alpha.5", |
122 | | - "@tsparticles/path-polygon": "workspace:4.0.0-alpha.5", |
123 | | - "@tsparticles/path-simplex-noise": "workspace:4.0.0-alpha.5", |
124 | | - "@tsparticles/path-svg": "workspace:4.0.0-alpha.5", |
125 | | - "@tsparticles/path-zig-zag": "workspace:4.0.0-alpha.5", |
126 | | - "@tsparticles/plugin-background-mask": "workspace:4.0.0-alpha.5", |
127 | | - "@tsparticles/plugin-canvas-mask": "workspace:4.0.0-alpha.5", |
128 | | - "@tsparticles/plugin-easing-back": "workspace:4.0.0-alpha.5", |
129 | | - "@tsparticles/plugin-easing-circ": "workspace:4.0.0-alpha.5", |
130 | | - "@tsparticles/plugin-easing-cubic": "workspace:4.0.0-alpha.5", |
131 | | - "@tsparticles/plugin-easing-expo": "workspace:4.0.0-alpha.5", |
132 | | - "@tsparticles/plugin-easing-linear": "workspace:4.0.0-alpha.5", |
133 | | - "@tsparticles/plugin-easing-quart": "workspace:4.0.0-alpha.5", |
134 | | - "@tsparticles/plugin-easing-quint": "workspace:4.0.0-alpha.5", |
135 | | - "@tsparticles/plugin-easing-sine": "workspace:4.0.0-alpha.5", |
136 | | - "@tsparticles/plugin-emitters-shape-canvas": "workspace:4.0.0-alpha.5", |
137 | | - "@tsparticles/plugin-emitters-shape-path": "workspace:4.0.0-alpha.5", |
138 | | - "@tsparticles/plugin-emitters-shape-polygon": "workspace:4.0.0-alpha.5", |
139 | | - "@tsparticles/plugin-export-image": "workspace:4.0.0-alpha.5", |
140 | | - "@tsparticles/plugin-export-json": "workspace:4.0.0-alpha.5", |
141 | | - "@tsparticles/plugin-export-video": "workspace:4.0.0-alpha.5", |
142 | | - "@tsparticles/plugin-hsv-color": "workspace:4.0.0-alpha.5", |
143 | | - "@tsparticles/plugin-hwb-color": "workspace:4.0.0-alpha.5", |
144 | | - "@tsparticles/plugin-infection": "workspace:4.0.0-alpha.5", |
145 | | - "@tsparticles/plugin-lab-color": "workspace:4.0.0-alpha.5", |
146 | | - "@tsparticles/plugin-lch-color": "workspace:4.0.0-alpha.5", |
147 | | - "@tsparticles/plugin-manual-particles": "workspace:4.0.0-alpha.5", |
148 | | - "@tsparticles/plugin-motion": "workspace:4.0.0-alpha.5", |
149 | | - "@tsparticles/plugin-named-color": "workspace:4.0.0-alpha.5", |
150 | | - "@tsparticles/plugin-oklab-color": "workspace:4.0.0-alpha.5", |
151 | | - "@tsparticles/plugin-oklch-color": "workspace:4.0.0-alpha.5", |
152 | | - "@tsparticles/plugin-poisson-disc": "workspace:4.0.0-alpha.5", |
153 | | - "@tsparticles/plugin-polygon-mask": "workspace:4.0.0-alpha.5", |
154 | | - "@tsparticles/plugin-responsive": "workspace:4.0.0-alpha.5", |
155 | | - "@tsparticles/plugin-sounds": "workspace:4.0.0-alpha.5", |
156 | | - "@tsparticles/plugin-themes": "workspace:4.0.0-alpha.5", |
157 | | - "@tsparticles/plugin-trail": "workspace:4.0.0-alpha.5", |
158 | | - "@tsparticles/shape-arrow": "workspace:4.0.0-alpha.5", |
159 | | - "@tsparticles/shape-cards": "workspace:4.0.0-alpha.5", |
160 | | - "@tsparticles/shape-cog": "workspace:4.0.0-alpha.5", |
161 | | - "@tsparticles/shape-heart": "workspace:4.0.0-alpha.5", |
162 | | - "@tsparticles/shape-infinity": "workspace:4.0.0-alpha.5", |
163 | | - "@tsparticles/shape-path": "workspace:4.0.0-alpha.5", |
164 | | - "@tsparticles/shape-rounded-polygon": "workspace:4.0.0-alpha.5", |
165 | | - "@tsparticles/shape-rounded-rect": "workspace:4.0.0-alpha.5", |
166 | | - "@tsparticles/shape-spiral": "workspace:4.0.0-alpha.5", |
167 | | - "@tsparticles/updater-gradient": "workspace:4.0.0-alpha.5", |
168 | | - "@tsparticles/updater-orbit": "workspace:4.0.0-alpha.5", |
169 | | - "tsparticles": "workspace:4.0.0-alpha.5" |
170 | | - }, |
171 | | - "publishConfig": { |
172 | | - "access": "public", |
173 | | - "directory": "dist", |
174 | | - "linkDirectory": true |
175 | | - }, |
176 | | - "type": "module" |
| 107 | + "./package.json": "./dist/package.json" |
| 108 | + }, |
| 109 | + "dependencies": { |
| 110 | + "@tsparticles/effect-bubble": "workspace:4.0.0-alpha.5", |
| 111 | + "@tsparticles/effect-shadow": "workspace:4.0.0-alpha.5", |
| 112 | + "@tsparticles/effect-trail": "workspace:4.0.0-alpha.5", |
| 113 | + "@tsparticles/engine": "workspace:4.0.0-alpha.5", |
| 114 | + "@tsparticles/interaction-external-particle": "workspace:4.0.0-alpha.5", |
| 115 | + "@tsparticles/interaction-external-pop": "workspace:4.0.0-alpha.5", |
| 116 | + "@tsparticles/interaction-light": "workspace:4.0.0-alpha.5", |
| 117 | + "@tsparticles/interaction-particles-repulse": "workspace:4.0.0-alpha.5", |
| 118 | + "@tsparticles/path-curl-noise": "workspace:4.0.0-alpha.5", |
| 119 | + "@tsparticles/path-curves": "workspace:4.0.0-alpha.5", |
| 120 | + "@tsparticles/path-fractal-noise": "workspace:4.0.0-alpha.5", |
| 121 | + "@tsparticles/path-perlin-noise": "workspace:4.0.0-alpha.5", |
| 122 | + "@tsparticles/path-polygon": "workspace:4.0.0-alpha.5", |
| 123 | + "@tsparticles/path-simplex-noise": "workspace:4.0.0-alpha.5", |
| 124 | + "@tsparticles/path-svg": "workspace:4.0.0-alpha.5", |
| 125 | + "@tsparticles/path-zig-zag": "workspace:4.0.0-alpha.5", |
| 126 | + "@tsparticles/plugin-background-mask": "workspace:4.0.0-alpha.5", |
| 127 | + "@tsparticles/plugin-canvas-mask": "workspace:4.0.0-alpha.5", |
| 128 | + "@tsparticles/plugin-easing-back": "workspace:4.0.0-alpha.5", |
| 129 | + "@tsparticles/plugin-easing-circ": "workspace:4.0.0-alpha.5", |
| 130 | + "@tsparticles/plugin-easing-cubic": "workspace:4.0.0-alpha.5", |
| 131 | + "@tsparticles/plugin-easing-expo": "workspace:4.0.0-alpha.5", |
| 132 | + "@tsparticles/plugin-easing-linear": "workspace:4.0.0-alpha.5", |
| 133 | + "@tsparticles/plugin-easing-quart": "workspace:4.0.0-alpha.5", |
| 134 | + "@tsparticles/plugin-easing-quint": "workspace:4.0.0-alpha.5", |
| 135 | + "@tsparticles/plugin-easing-sine": "workspace:4.0.0-alpha.5", |
| 136 | + "@tsparticles/plugin-emitters-shape-canvas": "workspace:4.0.0-alpha.5", |
| 137 | + "@tsparticles/plugin-emitters-shape-path": "workspace:4.0.0-alpha.5", |
| 138 | + "@tsparticles/plugin-emitters-shape-polygon": "workspace:4.0.0-alpha.5", |
| 139 | + "@tsparticles/plugin-export-image": "workspace:4.0.0-alpha.5", |
| 140 | + "@tsparticles/plugin-export-json": "workspace:4.0.0-alpha.5", |
| 141 | + "@tsparticles/plugin-export-video": "workspace:4.0.0-alpha.5", |
| 142 | + "@tsparticles/plugin-hsv-color": "workspace:4.0.0-alpha.5", |
| 143 | + "@tsparticles/plugin-hwb-color": "workspace:4.0.0-alpha.5", |
| 144 | + "@tsparticles/plugin-infection": "workspace:4.0.0-alpha.5", |
| 145 | + "@tsparticles/plugin-lab-color": "workspace:4.0.0-alpha.5", |
| 146 | + "@tsparticles/plugin-lch-color": "workspace:4.0.0-alpha.5", |
| 147 | + "@tsparticles/plugin-manual-particles": "workspace:4.0.0-alpha.5", |
| 148 | + "@tsparticles/plugin-motion": "workspace:4.0.0-alpha.5", |
| 149 | + "@tsparticles/plugin-named-color": "workspace:4.0.0-alpha.5", |
| 150 | + "@tsparticles/plugin-oklab-color": "workspace:4.0.0-alpha.5", |
| 151 | + "@tsparticles/plugin-oklch-color": "workspace:4.0.0-alpha.5", |
| 152 | + "@tsparticles/plugin-poisson-disc": "workspace:4.0.0-alpha.5", |
| 153 | + "@tsparticles/plugin-polygon-mask": "workspace:4.0.0-alpha.5", |
| 154 | + "@tsparticles/plugin-responsive": "workspace:4.0.0-alpha.5", |
| 155 | + "@tsparticles/plugin-sounds": "workspace:4.0.0-alpha.5", |
| 156 | + "@tsparticles/plugin-themes": "workspace:4.0.0-alpha.5", |
| 157 | + "@tsparticles/plugin-trail": "workspace:4.0.0-alpha.5", |
| 158 | + "@tsparticles/shape-arrow": "workspace:4.0.0-alpha.5", |
| 159 | + "@tsparticles/shape-cards": "workspace:4.0.0-alpha.5", |
| 160 | + "@tsparticles/shape-cog": "workspace:4.0.0-alpha.5", |
| 161 | + "@tsparticles/shape-heart": "workspace:4.0.0-alpha.5", |
| 162 | + "@tsparticles/shape-infinity": "workspace:4.0.0-alpha.5", |
| 163 | + "@tsparticles/shape-path": "workspace:4.0.0-alpha.5", |
| 164 | + "@tsparticles/shape-rounded-polygon": "workspace:4.0.0-alpha.5", |
| 165 | + "@tsparticles/shape-rounded-rect": "workspace:4.0.0-alpha.5", |
| 166 | + "@tsparticles/shape-spiral": "workspace:4.0.0-alpha.5", |
| 167 | + "@tsparticles/updater-gradient": "workspace:4.0.0-alpha.5", |
| 168 | + "@tsparticles/updater-orbit": "workspace:4.0.0-alpha.5", |
| 169 | + "tsparticles": "workspace:4.0.0-alpha.5" |
| 170 | + }, |
| 171 | + "publishConfig": { |
| 172 | + "access": "public", |
| 173 | + "directory": "dist", |
| 174 | + "linkDirectory": true |
| 175 | + }, |
| 176 | + "type": "module" |
177 | 177 | } |
0 commit comments