-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
131 lines (131 loc) · 5.33 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"name": "wordpress-particles",
"version": "2.10.0",
"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 <[email protected]>",
"license": "MIT",
"main": "build/index.js",
"files": [
"assets",
"build",
"languages",
"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.11.0",
"tsparticles-engine": "^2.11.0",
"tsparticles-interaction-external-attract": "^2.11.0",
"tsparticles-interaction-external-bounce": "^2.11.0",
"tsparticles-interaction-external-bubble": "^2.11.0",
"tsparticles-interaction-external-connect": "^2.11.0",
"tsparticles-interaction-external-grab": "^2.11.0",
"tsparticles-interaction-external-pause": "^2.11.0",
"tsparticles-interaction-external-push": "^2.11.0",
"tsparticles-interaction-external-remove": "^2.11.0",
"tsparticles-interaction-external-repulse": "^2.11.0",
"tsparticles-interaction-external-slow": "^2.11.0",
"tsparticles-interaction-external-trail": "^2.11.0",
"tsparticles-interaction-light": "^2.11.0",
"tsparticles-interaction-particles-attract": "^2.11.0",
"tsparticles-interaction-particles-collisions": "^2.11.0",
"tsparticles-interaction-particles-links": "^2.11.0",
"tsparticles-interaction-particles-repulse": "^2.11.0",
"tsparticles-move-base": "^2.11.0",
"tsparticles-move-parallax": "^2.11.0",
"tsparticles-particles.js": "^2.11.0",
"tsparticles-path-curves": "^2.11.0",
"tsparticles-path-perlin-noise": "^2.11.0",
"tsparticles-path-polygon": "^2.11.0",
"tsparticles-path-simplex-noise": "^2.11.0",
"tsparticles-path-svg": "^2.11.0",
"tsparticles-plugin-absorbers": "^2.11.0",
"tsparticles-plugin-canvas-mask": "^2.11.0",
"tsparticles-plugin-easing-back": "^2.11.0",
"tsparticles-plugin-easing-circ": "^2.11.0",
"tsparticles-plugin-easing-cubic": "^2.11.0",
"tsparticles-plugin-easing-expo": "^2.11.0",
"tsparticles-plugin-easing-quad": "^2.11.0",
"tsparticles-plugin-easing-quart": "^2.11.0",
"tsparticles-plugin-easing-quint": "^2.11.0",
"tsparticles-plugin-easing-sine": "^2.11.0",
"tsparticles-plugin-emitters": "^2.11.0",
"tsparticles-plugin-export-image": "^2.11.0",
"tsparticles-plugin-export-json": "^2.11.0",
"tsparticles-plugin-export-video": "^2.11.0",
"tsparticles-plugin-hsv-color": "^2.11.0",
"tsparticles-plugin-infection": "^2.11.0",
"tsparticles-plugin-motion": "^2.11.0",
"tsparticles-plugin-polygon-mask": "^2.11.0",
"tsparticles-plugin-sounds": "^2.11.0",
"tsparticles-preset-big-circles": "^2.11.0",
"tsparticles-preset-bubbles": "^2.11.0",
"tsparticles-preset-confetti": "^2.11.0",
"tsparticles-preset-fire": "^2.11.0",
"tsparticles-preset-firefly": "^2.11.0",
"tsparticles-preset-fireworks": "^2.11.0",
"tsparticles-preset-fountain": "^2.11.0",
"tsparticles-preset-links": "^2.11.0",
"tsparticles-preset-sea-anemone": "^2.11.0",
"tsparticles-preset-snow": "^2.11.0",
"tsparticles-preset-stars": "^2.11.0",
"tsparticles-preset-triangles": "^2.11.0",
"tsparticles-shape-arrow": "^2.11.0",
"tsparticles-shape-bubble": "^2.11.0",
"tsparticles-shape-cards": "^2.11.0",
"tsparticles-shape-circle": "^2.11.0",
"tsparticles-shape-cog": "^2.11.0",
"tsparticles-shape-heart": "^2.11.0",
"tsparticles-shape-image": "^2.11.0",
"tsparticles-shape-line": "^2.11.0",
"tsparticles-shape-multiline-text": "^2.11.0",
"tsparticles-shape-path": "^2.11.0",
"tsparticles-shape-polygon": "^2.11.0",
"tsparticles-shape-rounded-polygon": "^2.11.0",
"tsparticles-shape-rounded-rect": "^2.11.0",
"tsparticles-shape-spiral": "^2.11.0",
"tsparticles-shape-square": "^2.11.0",
"tsparticles-shape-star": "^2.11.0",
"tsparticles-shape-text": "^2.11.0",
"tsparticles-slim": "^2.11.0",
"tsparticles-updater-color": "^2.11.0",
"tsparticles-updater-destroy": "^2.11.0",
"tsparticles-updater-gradient": "^2.11.0",
"tsparticles-updater-life": "^2.11.0",
"tsparticles-updater-opacity": "^2.11.0",
"tsparticles-updater-orbit": "^2.11.0",
"tsparticles-updater-out-modes": "^2.11.0",
"tsparticles-updater-roll": "^2.11.0",
"tsparticles-updater-rotate": "^2.11.0",
"tsparticles-updater-size": "^2.11.0",
"tsparticles-updater-stroke-color": "^2.11.0",
"tsparticles-updater-tilt": "^2.11.0",
"tsparticles-updater-twinkle": "^2.11.0",
"tsparticles-updater-wobble": "^2.11.0"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/runtime": "^7.22.6",
"@wordpress/block-editor": "^12.5.0",
"@wordpress/blocks": "^12.14.0",
"@wordpress/i18n": "^4.37.0",
"@wordpress/scripts": "^26.8.0",
"fs-extra": "^11.1.1",
"gulp": "^4.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.1.6"
}
}