This repository was archived by the owner on Apr 15, 2026. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
98 lines (98 loc) · 3.74 KB
/
package.json
File metadata and controls
98 lines (98 loc) · 3.74 KB
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
{
"name": "@tsparticles/angular-demo",
"version": "3.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve -o",
"build": "ng build",
"build:ci": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular/animations": "~17.3.0",
"@angular/common": "~17.3.0",
"@angular/compiler": "~17.3.0",
"@angular/core": "~17.3.0",
"@angular/forms": "~17.3.0",
"@angular/platform-browser": "~17.3.0",
"@angular/platform-browser-dynamic": "~17.3.0",
"@angular/router": "~17.3.0",
"@tsparticles/angular": "workspace:^",
"@tsparticles/basic": "^3.3.0",
"@tsparticles/confetti": "^3.3.0",
"@tsparticles/configs": "^3.3.0",
"@tsparticles/effect-trail": "^3.3.0",
"@tsparticles/engine": "^3.3.0",
"@tsparticles/fireworks": "^3.3.0",
"@tsparticles/interaction-external-attract": "^3.3.0",
"@tsparticles/interaction-external-bounce": "^3.3.0",
"@tsparticles/interaction-external-bubble": "^3.3.0",
"@tsparticles/interaction-external-connect": "^3.3.0",
"@tsparticles/interaction-external-grab": "^3.3.0",
"@tsparticles/interaction-external-pause": "^3.3.0",
"@tsparticles/interaction-external-push": "^3.3.0",
"@tsparticles/interaction-external-remove": "^3.3.0",
"@tsparticles/interaction-external-repulse": "^3.3.0",
"@tsparticles/interaction-external-slow": "^3.3.0",
"@tsparticles/interaction-external-trail": "^3.3.0",
"@tsparticles/interaction-particles-attract": "^3.3.0",
"@tsparticles/interaction-particles-collisions": "^3.3.0",
"@tsparticles/interaction-particles-links": "^3.3.0",
"@tsparticles/move-base": "^3.3.0",
"@tsparticles/move-parallax": "^3.3.0",
"@tsparticles/pjs": "^3.3.0",
"@tsparticles/plugin-absorbers": "^3.3.0",
"@tsparticles/plugin-easing-quad": "^3.3.0",
"@tsparticles/plugin-emitters": "^3.3.0",
"@tsparticles/plugin-emitters-shape-circle": "^3.3.0",
"@tsparticles/plugin-emitters-shape-square": "^3.3.0",
"@tsparticles/plugin-motion": "^3.3.0",
"@tsparticles/plugin-polygon-mask": "^3.3.0",
"@tsparticles/plugin-sounds": "^3.3.0",
"@tsparticles/shape-cards": "^3.3.0",
"@tsparticles/shape-circle": "^3.3.0",
"@tsparticles/shape-emoji": "^3.3.0",
"@tsparticles/shape-heart": "^3.3.0",
"@tsparticles/shape-image": "^3.3.0",
"@tsparticles/shape-line": "^3.3.0",
"@tsparticles/shape-polygon": "^3.3.0",
"@tsparticles/shape-square": "^3.3.0",
"@tsparticles/shape-star": "^3.3.0",
"@tsparticles/shape-text": "^3.3.0",
"@tsparticles/slim": "^3.3.0",
"@tsparticles/updater-color": "^3.3.0",
"@tsparticles/updater-destroy": "^3.3.0",
"@tsparticles/updater-life": "^3.3.0",
"@tsparticles/updater-opacity": "^3.3.0",
"@tsparticles/updater-out-modes": "^3.3.0",
"@tsparticles/updater-roll": "^3.3.0",
"@tsparticles/updater-rotate": "^3.3.0",
"@tsparticles/updater-size": "^3.3.0",
"@tsparticles/updater-stroke-color": "^3.3.0",
"@tsparticles/updater-tilt": "^3.3.0",
"@tsparticles/updater-twinkle": "^3.3.0",
"@tsparticles/updater-wobble": "^3.3.0",
"angular-confetti": "workspace:^",
"angular-fireworks": "workspace:^",
"rxjs": "~7.8.1",
"tslib": "^2.6.2",
"tsparticles": "^3.3.0",
"zone.js": "~0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~17.3.0",
"@angular/cli": "~17.3.0",
"@angular/compiler-cli": "~17.3.0",
"@types/jasmine": "~5.1.4",
"@types/node": "^20.12.2",
"jasmine-core": "~5.13.0",
"karma": "~6.4.3",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.4.0"
}
}