-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.33 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.33 KB
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
41
42
43
44
45
46
47
48
49
50
{
"name": "ldap-admin-api",
"version": "1.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build-prod": "ng build --prod",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "^8.2.12",
"@angular/cdk": "^8.2.3",
"@angular/common": "^8.2.12",
"@angular/compiler": "^8.2.12",
"@angular/core": "^8.2.12",
"@angular/forms": "^8.2.12",
"@angular/platform-browser": "^8.2.12",
"@angular/platform-browser-dynamic": "^8.2.12",
"@angular/router": "^8.2.12",
"@nebular/auth": "^4.4.0",
"@nebular/eva-icons": "^4.4.0",
"@nebular/theme": "^4.4.0",
"@types/xregexp": "^3.0.29",
"eva-icons": "^1.1.0",
"font-awesome": "^4.7.0",
"ionicons": "^4.6.3",
"rxjs": "~6.5.3",
"tslib": "~1.10.0",
"xregexp": "^4.2.4",
"zone.js": "~0.9.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.803.14",
"@angular/cli": "^8.3.14",
"@angular/compiler-cli": "^8.2.12",
"@angular/language-service": "^8.2.12",
"@types/node": "~12.11.1",
"codelyzer": "^5.1.2",
"protractor": "~5.4.0",
"rxjs-tslint-rules": "~4.25.0",
"ts-node": "~7.0.0",
"tslint": "~5.20.0",
"tslint-config-prettier": "~1.18.0",
"typescript": "~3.5.3"
}
}