-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.37 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
41
42
43
44
45
46
47
48
{
"name": "ngx-drawer-layout-app",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve --project=demo-app",
"build": "ng build",
"test": "jest --config ./projects/ngx-drawer-layout/jest.config.js",
"test:demo": "jest --config ./projects/demo-app/jest.config.js",
"lint": "ng lint",
"e2e": "ng e2e",
"watch": "ng build --watch"
},
"private": true,
"dependencies": {
"@angular/animations": "~11.2.7",
"@angular/cdk": "~11.2.6",
"@angular/common": "~11.2.7",
"@angular/compiler": "~11.2.7",
"@angular/core": "~11.2.7",
"@angular/forms": "~11.2.7",
"@angular/material": "^11.2.6",
"@angular/platform-browser": "~11.2.7",
"@angular/platform-browser-dynamic": "~11.2.7",
"@angular/router": "~11.2.7",
"rxjs": "~6.5.5",
"tslib": "^2.0.0",
"zone.js": "~0.10.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.1102.6",
"@angular-devkit/core": "^11.2.6",
"@angular/cli": "~11.2.6",
"@angular/compiler-cli": "~11.2.7",
"@angular/language-service": "~11.2.7",
"@types/jest": "^26.0.13",
"@types/node": "^14.0.5",
"codelyzer": "^6.0.0",
"jest": "^26.4.2",
"jest-preset-angular": "^8.3.1",
"ng-packagr": "^11.2.4",
"protractor": "~7.0.0",
"ts-jest": "^26.3.0",
"ts-node": "~8.10.2",
"tslint": "~6.1.0",
"typescript": "~4.0.2"
}
}