-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
150 lines (150 loc) · 6.08 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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
{
"name": "@tsparticles/wordpress",
"version": "3.0.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"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@tsparticles/all": "^3.0.2",
"@tsparticles/basic": "^3.0.2",
"@tsparticles/effect-bubble": "^3.0.2",
"@tsparticles/effect-trail": "^3.0.2",
"@tsparticles/engine": "^3.0.2",
"@tsparticles/interaction-external-attract": "^3.0.2",
"@tsparticles/interaction-external-bounce": "^3.0.2",
"@tsparticles/interaction-external-bubble": "^3.0.2",
"@tsparticles/interaction-external-connect": "^3.0.2",
"@tsparticles/interaction-external-grab": "^3.0.2",
"@tsparticles/interaction-external-pause": "^3.0.2",
"@tsparticles/interaction-external-pop": "^3.0.2",
"@tsparticles/interaction-external-push": "^3.0.2",
"@tsparticles/interaction-external-remove": "^3.0.2",
"@tsparticles/interaction-external-repulse": "^3.0.2",
"@tsparticles/interaction-external-slow": "^3.0.2",
"@tsparticles/interaction-external-trail": "^3.0.2",
"@tsparticles/interaction-light": "^3.0.2",
"@tsparticles/interaction-particles-attract": "^3.0.2",
"@tsparticles/interaction-particles-collisions": "^3.0.2",
"@tsparticles/interaction-particles-links": "^3.0.2",
"@tsparticles/interaction-particles-repulse": "^3.0.2",
"@tsparticles/move-base": "^3.0.2",
"@tsparticles/move-parallax": "^3.0.2",
"@tsparticles/path-curl-noise": "^3.0.2",
"@tsparticles/path-curves": "^3.0.2",
"@tsparticles/path-perlin-noise": "^3.0.2",
"@tsparticles/path-polygon": "^3.0.2",
"@tsparticles/path-simplex-noise": "^3.0.2",
"@tsparticles/path-svg": "^3.0.2",
"@tsparticles/perlin-noise": "^3.0.2",
"@tsparticles/pjs": "^3.0.2",
"@tsparticles/plugin-absorbers": "^3.0.2",
"@tsparticles/plugin-canvas-mask": "^3.0.2",
"@tsparticles/plugin-easing-back": "^3.0.2",
"@tsparticles/plugin-easing-circ": "^3.0.2",
"@tsparticles/plugin-easing-cubic": "^3.0.2",
"@tsparticles/plugin-easing-expo": "^3.0.2",
"@tsparticles/plugin-easing-linear": "^3.0.2",
"@tsparticles/plugin-easing-quad": "^3.0.2",
"@tsparticles/plugin-easing-quart": "^3.0.2",
"@tsparticles/plugin-easing-quint": "^3.0.2",
"@tsparticles/plugin-easing-sine": "^3.0.2",
"@tsparticles/plugin-emitters": "^3.0.2",
"@tsparticles/plugin-emitters-shape-canvas": "^3.0.2",
"@tsparticles/plugin-emitters-shape-circle": "^3.0.2",
"@tsparticles/plugin-emitters-shape-path": "^3.0.2",
"@tsparticles/plugin-emitters-shape-polygon": "^3.0.2",
"@tsparticles/plugin-emitters-shape-square": "^3.0.2",
"@tsparticles/plugin-export-image": "^3.0.2",
"@tsparticles/plugin-export-json": "^3.0.2",
"@tsparticles/plugin-export-video": "^3.0.2",
"@tsparticles/plugin-hsv-color": "^3.0.2",
"@tsparticles/plugin-infection": "^3.0.2",
"@tsparticles/plugin-motion": "^3.0.2",
"@tsparticles/plugin-polygon-mask": "^3.0.2",
"@tsparticles/plugin-sounds": "^3.0.2",
"@tsparticles/preset-big-circles": "^3.0.1",
"@tsparticles/preset-bubbles": "^3.0.1",
"@tsparticles/preset-confetti": "^3.0.1",
"@tsparticles/preset-fire": "^3.0.1",
"@tsparticles/preset-firefly": "^3.0.1",
"@tsparticles/preset-fireworks": "^3.0.1",
"@tsparticles/preset-fountain": "^3.0.1",
"@tsparticles/preset-hyperspace": "^3.0.1",
"@tsparticles/preset-links": "^3.0.1",
"@tsparticles/preset-sea-anemone": "^3.0.1",
"@tsparticles/preset-snow": "^3.0.1",
"@tsparticles/preset-squares": "^3.0.1",
"@tsparticles/preset-stars": "^3.0.1",
"@tsparticles/preset-triangles": "^3.0.1",
"@tsparticles/shape-arrow": "^3.0.2",
"@tsparticles/shape-cards": "^3.0.2",
"@tsparticles/shape-circle": "^3.0.2",
"@tsparticles/shape-cog": "^3.0.2",
"@tsparticles/shape-emoji": "^3.0.2",
"@tsparticles/shape-heart": "^3.0.2",
"@tsparticles/shape-image": "^3.0.2",
"@tsparticles/shape-line": "^3.0.2",
"@tsparticles/shape-path": "^3.0.2",
"@tsparticles/shape-polygon": "^3.0.2",
"@tsparticles/shape-rounded-polygon": "^3.0.2",
"@tsparticles/shape-rounded-rect": "^3.0.2",
"@tsparticles/shape-spiral": "^3.0.2",
"@tsparticles/shape-square": "^3.0.2",
"@tsparticles/shape-star": "^3.0.2",
"@tsparticles/shape-text": "^3.0.2",
"@tsparticles/simplex-noise": "^3.0.2",
"@tsparticles/slim": "^3.0.2",
"@tsparticles/updater-color": "^3.0.2",
"@tsparticles/updater-destroy": "^3.0.2",
"@tsparticles/updater-gradient": "^3.0.2",
"@tsparticles/updater-life": "^3.0.2",
"@tsparticles/updater-opacity": "^3.0.2",
"@tsparticles/updater-orbit": "^3.0.2",
"@tsparticles/updater-out-modes": "^3.0.2",
"@tsparticles/updater-roll": "^3.0.2",
"@tsparticles/updater-rotate": "^3.0.2",
"@tsparticles/updater-size": "^3.0.2",
"@tsparticles/updater-stroke-color": "^3.0.2",
"@tsparticles/updater-tilt": "^3.0.2",
"@tsparticles/updater-twinkle": "^3.0.2",
"@tsparticles/updater-wobble": "^3.0.2",
"tsparticles": "^3.0.2"
},
"devDependencies": {
"@babel/core": "^7.23.6",
"@babel/runtime": "^7.23.6",
"@wordpress/block-editor": "^12.16.0",
"@wordpress/blocks": "^12.25.0",
"@wordpress/i18n": "^4.48.0",
"@wordpress/scripts": "^26.19.0",
"fs-extra": "^11.2.0",
"gulp": "^4.0.2",
"postcss": "^8.4.32",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.3.3"
}
}