-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.05 KB
/
package.json
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
{
"name": "ids-enterprise-ng-quickstart",
"version": "13.4.1",
"author": "Infor Design",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "^14.0.0",
"@angular/common": "^14.0.0",
"@angular/compiler": "^14.0.0",
"@angular/core": "^14.0.0",
"@angular/forms": "^14.0.0",
"@angular/platform-browser": "^14.0.0",
"@angular/platform-browser-dynamic": "^14.0.0",
"@angular/router": "^14.0.0",
"classlist.js": "^1.1.20150312",
"ids-enterprise-ng": "^14.0.1",
"ids-enterprise-typings": "^14.0.1",
"rxjs": "^7.5.5",
"tslib": "^2.3.1",
"zone.js": "^0.11.5"
},
"devDependencies": {
"@angular-devkit/build-angular": "~14.0.0",
"@angular/cli": "~14.0.0",
"@angular/compiler-cli": "14.0.0",
"@angular/language-service": "~14.0.0",
"@types/node": "^17.0.40",
"codelyzer": "^6.0.2",
"ts-node": "~10.8.1",
"typescript": "~4.7.3"
}
}