We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be7976e commit 5a089c9Copy full SHA for 5a089c9
packages/angular-10/package.json
@@ -0,0 +1,25 @@
1
+{
2
+ "name": "@tsparticles/angular-10",
3
+ "version": "1.0.0",
4
+ "description": "Angular 10 compatibility package for tsParticles",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "keywords": [
10
+ "tsParticles",
11
+ "Angular",
12
+ "Angular 10"
13
+ ],
14
+ "author": "Your Name",
15
+ "license": "MIT",
16
+ "dependencies": {
17
+ "@angular/common": "^10.0.0",
18
+ "@angular/compiler": "^10.0.0",
19
+ "@angular/core": "^10.0.0",
20
+ "@angular/forms": "^10.0.0",
21
+ "@angular/platform-browser": "^10.0.0",
22
+ "@angular/platform-browser-dynamic": "^10.0.0",
23
+ "tsParticles": "^1.0.0"
24
+ }
25
+}
0 commit comments