@tsparticles/template-ribbons 4.2.0 → 4.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/package.json +2 -2
- package/template/angular/package.json +4 -3
- package/template/angular-confetti/package.json +5 -4
- package/template/angular-fireworks/package.json +5 -4
- package/template/astro/package.json +5 -4
- package/template/ember/package.json +5 -5
- package/template/inferno/package.json +5 -4
- package/template/jquery/package.json +5 -4
- package/template/lit/package.json +5 -4
- package/template/nextjs/package.json +5 -4
- package/template/nuxt2/package.json +5 -4
- package/template/nuxt3/package.json +5 -4
- package/template/nuxt4/package.json +5 -4
- package/template/preact/package.json +5 -4
- package/template/qwik/package.json +5 -5
- package/template/react/package.json +4 -2
- package/template/riot/package.json +5 -4
- package/template/solid/package.json +4 -2
- package/template/stencil/package.json +5 -4
- package/template/svelte/package.json +4 -2
- package/template/vanilla/package.json +5 -1
- package/template/vue2/package.json +5 -4
- package/template/vue3/package.json +4 -2
- package/template/webcomponents/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,13 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [4.2.1](https://github.com/tsparticles/tsparticles/compare/v4.2.0...v4.2.1) (2026-06-18)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- fixed some various issues ([8534979](https://github.com/tsparticles/tsparticles/commit/85349791a4978f80f98f141a94a403a7e15785c0))
|
|
11
|
+
- fixed some versions issues ([0948d06](https://github.com/tsparticles/tsparticles/commit/0948d06b0907aeacde33dd5a12b7438ae2b370a1))
|
|
12
|
+
|
|
6
13
|
# [4.2.0](https://github.com/tsparticles/tsparticles/compare/v4.1.3...v4.2.0) (2026-06-17)
|
|
7
14
|
|
|
8
15
|
### Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tsparticles/template-ribbons",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.1",
|
|
4
4
|
"private": false,
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -11,5 +11,5 @@
|
|
|
11
11
|
"build:ci": "pnpm run prebuild",
|
|
12
12
|
"version": "pnpm run build && git add template.json"
|
|
13
13
|
},
|
|
14
|
-
"gitHead": "
|
|
14
|
+
"gitHead": "e2a7699c1f4212bbda4e6933970c062e6fc000dc"
|
|
15
15
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "{{
|
|
2
|
+
"name": "{{packageName}}",
|
|
3
3
|
"private": true,
|
|
4
4
|
"version": "1.0.0",
|
|
5
5
|
"scripts": {
|
|
@@ -19,8 +19,9 @@
|
|
|
19
19
|
"@angular/platform-browser": "~22.0.0",
|
|
20
20
|
"@angular/platform-browser-dynamic": "~22.0.0",
|
|
21
21
|
"@angular/router": "~22.0.0",
|
|
22
|
-
"@tsparticles/angular": "
|
|
23
|
-
"@tsparticles/ribbons": "
|
|
22
|
+
"@tsparticles/angular": "workspace:*",
|
|
23
|
+
"@tsparticles/ribbons": "workspace:*",
|
|
24
|
+
|
|
24
25
|
"rxjs": "~7.8.2",
|
|
25
26
|
"tslib": "^2.8.1",
|
|
26
27
|
"zone.js": "~0.16.2"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "{{
|
|
2
|
+
"name": "{{packageName}}",
|
|
3
3
|
"private": true,
|
|
4
4
|
"version": "1.0.0",
|
|
5
5
|
"scripts": {
|
|
@@ -19,9 +19,10 @@
|
|
|
19
19
|
"@angular/platform-browser": "~22.0.0",
|
|
20
20
|
"@angular/platform-browser-dynamic": "~22.0.0",
|
|
21
21
|
"@angular/router": "~22.0.0",
|
|
22
|
-
"@tsparticles/angular": "
|
|
23
|
-
"@tsparticles/engine": "
|
|
24
|
-
"@tsparticles/ribbons": "
|
|
22
|
+
"@tsparticles/angular": "workspace:*",
|
|
23
|
+
"@tsparticles/engine": "workspace:*",
|
|
24
|
+
"@tsparticles/ribbons": "workspace:*",
|
|
25
|
+
|
|
25
26
|
"rxjs": "~7.8.2",
|
|
26
27
|
"tslib": "^2.8.1",
|
|
27
28
|
"zone.js": "~0.16.2"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "{{
|
|
2
|
+
"name": "{{packageName}}",
|
|
3
3
|
"private": true,
|
|
4
4
|
"version": "1.0.0",
|
|
5
5
|
"scripts": {
|
|
@@ -19,9 +19,10 @@
|
|
|
19
19
|
"@angular/platform-browser": "~22.0.0",
|
|
20
20
|
"@angular/platform-browser-dynamic": "~22.0.0",
|
|
21
21
|
"@angular/router": "~22.0.0",
|
|
22
|
-
"@tsparticles/angular": "
|
|
23
|
-
"@tsparticles/engine": "
|
|
24
|
-
"@tsparticles/ribbons": "
|
|
22
|
+
"@tsparticles/angular": "workspace:*",
|
|
23
|
+
"@tsparticles/engine": "workspace:*",
|
|
24
|
+
"@tsparticles/ribbons": "workspace:*",
|
|
25
|
+
|
|
25
26
|
"rxjs": "~7.8.2",
|
|
26
27
|
"tslib": "^2.8.1",
|
|
27
28
|
"zone.js": "~0.16.2"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "{{
|
|
2
|
+
"name": "{{packageName}}",
|
|
3
3
|
"private": true,
|
|
4
4
|
"version": "1.0.0",
|
|
5
5
|
"type": "module",
|
|
@@ -9,9 +9,10 @@
|
|
|
9
9
|
"preview": "astro preview"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@tsparticles/astro": "
|
|
13
|
-
"@tsparticles/engine": "
|
|
14
|
-
"@tsparticles/ribbons": "
|
|
12
|
+
"@tsparticles/astro": "workspace:*",
|
|
13
|
+
"@tsparticles/engine": "workspace:*",
|
|
14
|
+
"@tsparticles/ribbons": "workspace:*",
|
|
15
|
+
|
|
15
16
|
"astro": "^5.0.0"
|
|
16
17
|
}
|
|
17
18
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "{{
|
|
2
|
+
"name": "{{packageName}}",
|
|
3
3
|
"private": true,
|
|
4
4
|
"version": "1.0.0",
|
|
5
5
|
"scripts": {
|
|
@@ -9,10 +9,10 @@
|
|
|
9
9
|
"dev": "ember serve"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@tsparticles/ember": "
|
|
13
|
-
"@tsparticles/engine": "
|
|
14
|
-
"@tsparticles/ribbons": "
|
|
15
|
-
|
|
12
|
+
"@tsparticles/ember": "workspace:*",
|
|
13
|
+
"@tsparticles/engine": "workspace:*",
|
|
14
|
+
"@tsparticles/ribbons": "workspace:*"
|
|
15
|
+
},
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"ember-cli": "~6.4.0",
|
|
18
18
|
"ember-source": "~6.4.0"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "{{
|
|
2
|
+
"name": "{{packageName}}",
|
|
3
3
|
"private": true,
|
|
4
4
|
"version": "1.0.0",
|
|
5
5
|
"type": "module",
|
|
@@ -9,9 +9,10 @@
|
|
|
9
9
|
"preview": "vite preview"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@tsparticles/engine": "
|
|
13
|
-
"@tsparticles/
|
|
14
|
-
"@tsparticles/
|
|
12
|
+
"@tsparticles/engine": "workspace:*",
|
|
13
|
+
"@tsparticles/ribbons": "workspace:*",
|
|
14
|
+
"@tsparticles/inferno": "workspace:*",
|
|
15
|
+
|
|
15
16
|
"inferno": "^8.2.0"
|
|
16
17
|
},
|
|
17
18
|
"devDependencies": {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "{{
|
|
2
|
+
"name": "{{packageName}}",
|
|
3
3
|
"private": true,
|
|
4
4
|
"version": "1.0.0",
|
|
5
5
|
"type": "module",
|
|
@@ -9,9 +9,10 @@
|
|
|
9
9
|
"preview": "vite preview"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@tsparticles/engine": "
|
|
13
|
-
"@tsparticles/
|
|
14
|
-
"@tsparticles/
|
|
12
|
+
"@tsparticles/engine": "workspace:*",
|
|
13
|
+
"@tsparticles/ribbons": "workspace:*",
|
|
14
|
+
"@tsparticles/jquery": "workspace:*",
|
|
15
|
+
|
|
15
16
|
"jquery": "^3.7.1"
|
|
16
17
|
},
|
|
17
18
|
"devDependencies": {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "{{
|
|
2
|
+
"name": "{{packageName}}",
|
|
3
3
|
"private": true,
|
|
4
4
|
"version": "1.0.0",
|
|
5
5
|
"type": "module",
|
|
@@ -9,9 +9,10 @@
|
|
|
9
9
|
"preview": "vite preview"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@tsparticles/engine": "
|
|
13
|
-
"@tsparticles/
|
|
14
|
-
"@tsparticles/
|
|
12
|
+
"@tsparticles/engine": "workspace:*",
|
|
13
|
+
"@tsparticles/ribbons": "workspace:*",
|
|
14
|
+
"@tsparticles/lit": "workspace:*",
|
|
15
|
+
|
|
15
16
|
"lit": "^3.1.0"
|
|
16
17
|
},
|
|
17
18
|
"devDependencies": {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "{{
|
|
2
|
+
"name": "{{packageName}}",
|
|
3
3
|
"private": true,
|
|
4
4
|
"version": "1.0.0",
|
|
5
5
|
"type": "module",
|
|
@@ -10,9 +10,10 @@
|
|
|
10
10
|
"preview": "next start"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@tsparticles/engine": "
|
|
14
|
-
"@tsparticles/ribbons": "
|
|
15
|
-
|
|
13
|
+
"@tsparticles/engine": "workspace:*",
|
|
14
|
+
"@tsparticles/ribbons": "workspace:*",
|
|
15
|
+
|
|
16
|
+
"@tsparticles/react": "workspace:*",
|
|
16
17
|
"next": "^15.0.0",
|
|
17
18
|
"react": "^19.2.5",
|
|
18
19
|
"react-dom": "^19.2.5"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "{{
|
|
2
|
+
"name": "{{packageName}}",
|
|
3
3
|
"private": true,
|
|
4
4
|
"version": "1.0.0",
|
|
5
5
|
"scripts": {
|
|
@@ -10,9 +10,10 @@
|
|
|
10
10
|
"generate": "nuxt generate"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@tsparticles/engine": "
|
|
14
|
-
"@tsparticles/
|
|
15
|
-
"@tsparticles/
|
|
13
|
+
"@tsparticles/engine": "workspace:*",
|
|
14
|
+
"@tsparticles/ribbons": "workspace:*",
|
|
15
|
+
"@tsparticles/nuxt2": "workspace:*",
|
|
16
|
+
|
|
16
17
|
"nuxt": "^2.18.0"
|
|
17
18
|
}
|
|
18
19
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "{{
|
|
2
|
+
"name": "{{packageName}}",
|
|
3
3
|
"private": true,
|
|
4
4
|
"version": "1.0.0",
|
|
5
5
|
"type": "module",
|
|
@@ -10,9 +10,10 @@
|
|
|
10
10
|
"preview": "nuxt start"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@tsparticles/engine": "
|
|
14
|
-
"@tsparticles/
|
|
15
|
-
"@tsparticles/
|
|
13
|
+
"@tsparticles/engine": "workspace:*",
|
|
14
|
+
"@tsparticles/ribbons": "workspace:*",
|
|
15
|
+
"@tsparticles/nuxt3": "workspace:*",
|
|
16
|
+
|
|
16
17
|
"nuxt": "^3.15.0"
|
|
17
18
|
}
|
|
18
19
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "{{
|
|
2
|
+
"name": "{{packageName}}",
|
|
3
3
|
"private": true,
|
|
4
4
|
"version": "1.0.0",
|
|
5
5
|
"type": "module",
|
|
@@ -10,9 +10,10 @@
|
|
|
10
10
|
"preview": "nuxt start"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@tsparticles/engine": "
|
|
14
|
-
"@tsparticles/
|
|
15
|
-
"@tsparticles/
|
|
13
|
+
"@tsparticles/engine": "workspace:*",
|
|
14
|
+
"@tsparticles/ribbons": "workspace:*",
|
|
15
|
+
"@tsparticles/nuxt4": "workspace:*",
|
|
16
|
+
|
|
16
17
|
"nuxt": "^4.0.0"
|
|
17
18
|
},
|
|
18
19
|
"devDependencies": {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "{{
|
|
2
|
+
"name": "{{packageName}}",
|
|
3
3
|
"private": true,
|
|
4
4
|
"version": "1.0.0",
|
|
5
5
|
"type": "module",
|
|
@@ -9,9 +9,10 @@
|
|
|
9
9
|
"preview": "vite preview"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@tsparticles/engine": "
|
|
13
|
-
"@tsparticles/
|
|
14
|
-
"@tsparticles/
|
|
12
|
+
"@tsparticles/engine": "workspace:*",
|
|
13
|
+
"@tsparticles/ribbons": "workspace:*",
|
|
14
|
+
"@tsparticles/preact": "workspace:*",
|
|
15
|
+
|
|
15
16
|
"preact": "^10.25.0"
|
|
16
17
|
},
|
|
17
18
|
"devDependencies": {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "{{
|
|
2
|
+
"name": "{{packageName}}",
|
|
3
3
|
"private": true,
|
|
4
4
|
"version": "1.0.0",
|
|
5
5
|
"type": "module",
|
|
@@ -10,10 +10,10 @@
|
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@builder.io/qwik": "^1.12.0",
|
|
13
|
-
"@tsparticles/engine": "
|
|
14
|
-
"@tsparticles/
|
|
15
|
-
"@tsparticles/
|
|
16
|
-
|
|
13
|
+
"@tsparticles/engine": "workspace:*",
|
|
14
|
+
"@tsparticles/ribbons": "workspace:*",
|
|
15
|
+
"@tsparticles/qwik": "workspace:*"
|
|
16
|
+
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"typescript": "~5.8.2"
|
|
19
19
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "{{
|
|
2
|
+
"name": "{{packageName}}",
|
|
3
3
|
"private": true,
|
|
4
4
|
"version": "1.0.0",
|
|
5
5
|
"type": "module",
|
|
@@ -11,7 +11,9 @@
|
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"react": "^19.2.5",
|
|
13
13
|
"react-dom": "^19.2.5",
|
|
14
|
-
"@tsparticles/
|
|
14
|
+
"@tsparticles/engine": "workspace:*",
|
|
15
|
+
"@tsparticles/ribbons": "workspace:*",
|
|
16
|
+
"@tsparticles/react": "workspace:*"
|
|
15
17
|
},
|
|
16
18
|
"devDependencies": {
|
|
17
19
|
"@vitejs/plugin-react": "^6.0.1"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "{{
|
|
2
|
+
"name": "{{packageName}}",
|
|
3
3
|
"private": true,
|
|
4
4
|
"version": "1.0.0",
|
|
5
5
|
"type": "module",
|
|
@@ -9,9 +9,10 @@
|
|
|
9
9
|
"preview": "vite preview"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@tsparticles/engine": "
|
|
13
|
-
"@tsparticles/ribbons": "
|
|
14
|
-
|
|
12
|
+
"@tsparticles/engine": "workspace:*",
|
|
13
|
+
"@tsparticles/ribbons": "workspace:*",
|
|
14
|
+
|
|
15
|
+
"@tsparticles/riot": "workspace:*",
|
|
15
16
|
"riot": "^9.0.0"
|
|
16
17
|
},
|
|
17
18
|
"devDependencies": {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "{{
|
|
2
|
+
"name": "{{packageName}}",
|
|
3
3
|
"private": true,
|
|
4
4
|
"version": "1.0.0",
|
|
5
5
|
"type": "module",
|
|
@@ -10,7 +10,9 @@
|
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"solid-js": "^1.8.11",
|
|
13
|
-
"@tsparticles/
|
|
13
|
+
"@tsparticles/engine": "workspace:*",
|
|
14
|
+
"@tsparticles/ribbons": "workspace:*",
|
|
15
|
+
"@tsparticles/solid": "workspace:*"
|
|
14
16
|
},
|
|
15
17
|
"devDependencies": {
|
|
16
18
|
"vite-plugin-solid": "^2.8.2"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "{{
|
|
2
|
+
"name": "{{packageName}}",
|
|
3
3
|
"private": true,
|
|
4
4
|
"version": "1.0.0",
|
|
5
5
|
"scripts": {
|
|
@@ -10,8 +10,9 @@
|
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@stencil/core": "^4.20.0",
|
|
13
|
-
"@tsparticles/engine": "
|
|
14
|
-
"@tsparticles/ribbons": "
|
|
15
|
-
|
|
13
|
+
"@tsparticles/engine": "workspace:*",
|
|
14
|
+
"@tsparticles/ribbons": "workspace:*",
|
|
15
|
+
|
|
16
|
+
"@tsparticles/stencil": "workspace:*"
|
|
16
17
|
}
|
|
17
18
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "{{
|
|
2
|
+
"name": "{{packageName}}",
|
|
3
3
|
"private": true,
|
|
4
4
|
"version": "1.0.0",
|
|
5
5
|
"type": "module",
|
|
@@ -9,7 +9,9 @@
|
|
|
9
9
|
"preview": "vite preview"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@tsparticles/
|
|
12
|
+
"@tsparticles/engine": "workspace:*",
|
|
13
|
+
"@tsparticles/ribbons": "workspace:*",
|
|
14
|
+
"@tsparticles/svelte": "workspace:*"
|
|
13
15
|
},
|
|
14
16
|
"devDependencies": {
|
|
15
17
|
"@sveltejs/vite-plugin-svelte": "^5.0.3",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "{{
|
|
2
|
+
"name": "{{packageName}}",
|
|
3
3
|
"private": true,
|
|
4
4
|
"version": "1.0.0",
|
|
5
5
|
"type": "module",
|
|
@@ -7,5 +7,9 @@
|
|
|
7
7
|
"dev": "vite",
|
|
8
8
|
"build": "tsc && vite build",
|
|
9
9
|
"preview": "vite preview"
|
|
10
|
+
},
|
|
11
|
+
"dependencies": {
|
|
12
|
+
"@tsparticles/engine": "workspace:*",
|
|
13
|
+
"@tsparticles/ribbons": "workspace:*"
|
|
10
14
|
}
|
|
11
15
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "{{
|
|
2
|
+
"name": "{{packageName}}",
|
|
3
3
|
"private": true,
|
|
4
4
|
"version": "1.0.0",
|
|
5
5
|
"type": "module",
|
|
@@ -9,9 +9,10 @@
|
|
|
9
9
|
"preview": "vite preview"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@tsparticles/engine": "
|
|
13
|
-
"@tsparticles/ribbons": "
|
|
14
|
-
|
|
12
|
+
"@tsparticles/engine": "workspace:*",
|
|
13
|
+
"@tsparticles/ribbons": "workspace:*",
|
|
14
|
+
|
|
15
|
+
"@tsparticles/vue2": "workspace:*",
|
|
15
16
|
"vue": "^2.7.16"
|
|
16
17
|
},
|
|
17
18
|
"devDependencies": {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "{{
|
|
2
|
+
"name": "{{packageName}}",
|
|
3
3
|
"private": true,
|
|
4
4
|
"version": "1.0.0",
|
|
5
5
|
"type": "module",
|
|
@@ -10,7 +10,9 @@
|
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"vue": "^3.5.32",
|
|
13
|
-
"@tsparticles/
|
|
13
|
+
"@tsparticles/engine": "workspace:*",
|
|
14
|
+
"@tsparticles/ribbons": "workspace:*",
|
|
15
|
+
"@tsparticles/vue3": "workspace:*"
|
|
14
16
|
},
|
|
15
17
|
"devDependencies": {
|
|
16
18
|
"@vitejs/plugin-vue": "^6.0.5",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "{{
|
|
2
|
+
"name": "{{packageName}}",
|
|
3
3
|
"private": true,
|
|
4
4
|
"version": "1.0.0",
|
|
5
5
|
"type": "module",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"preview": "vite preview"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@tsparticles/engine": "
|
|
13
|
-
"@tsparticles/ribbons": "
|
|
14
|
-
|
|
12
|
+
"@tsparticles/engine": "workspace:*",
|
|
13
|
+
"@tsparticles/ribbons": "workspace:*"
|
|
14
|
+
}
|
|
15
15
|
}
|