Skip to content

Commit 5a089c9

Browse files
feat: Add package.json for Angular 10 compatibilit
1 parent be7976e commit 5a089c9

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

packages/angular-10/package.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)