-
-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 639 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 639 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "rete-angular-plugin-ng13",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"build": "ng-packagr -p ng-nested.js -c tsconfig.json"
},
"devDependencies": {
"@angular-devkit/build-angular": "^13.3.10",
"@angular/cli": "^13.3.10",
"@angular/common": "^19.2.16",
"@angular/compiler": "^13.3.12",
"@angular/compiler-cli": "^13.3.12",
"@angular/core": "^13.3.12",
"@angular/elements": "^13.3.12",
"@types/estree": "^1.0.0",
"@types/node": "^12.11.1",
"ng-packagr": "^13.3.1",
"rxjs": "~6.6.0",
"tslib": "^2.3.0",
"typescript": "~4.6.4",
"zone.js": "~0.11.4"
}
}