-
-
Notifications
You must be signed in to change notification settings - Fork 41
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 721 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 721 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
25
26
{
"name": "rete-angular-plugin-ng20",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"prebuild": "node ../scripts/patch.js",
"build": "ng-packagr -p ng-nested.js -c tsconfig.json",
"postbuild": "rm ../dist/20/.npmignore"
},
"devDependencies": {
"@angular-devkit/build-angular": "^20.0.2",
"@angular/cli": "^20.0.2",
"@angular/common": "^20.3.14",
"@angular/compiler": "^20.0.3",
"@angular/compiler-cli": "^20.0.3",
"@angular/core": "^20.0.3",
"@angular/elements": "^20.0.3",
"@types/estree": "^1.0.5",
"@types/node": "^22.5.5",
"ng-packagr": "^20.0.0",
"rxjs": "^7.8.1",
"tslib": "^2.7.0",
"typescript": "~5.8.3",
"zone.js": "^0.15.1"
}
}