-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.43 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
49
{
"name": "autowired",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "ng build --prod",
"build:lib": "ng build autowired --prod",
"e2e": "ng e2e",
"lint": "ng lint",
"ng": "ng",
"sort": "npx sort-package-json",
"start": "ng serve --aot=true --open",
"test": "jest --config ./jest.config.js --maxConcurrency=4",
"test:ci": "yarn jest:ci --config ./jest.config.js --coverage --maxConcurrency=3"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.901.0",
"@angular-devkit/build-ng-packagr": "0.901.0",
"@angular/animations": "9.1.0",
"@angular/cdk": "9.2.0",
"@angular/cli": "9.1.0",
"@angular/common": "9.1.0",
"@angular/compiler": "9.1.0",
"@angular/compiler-cli": "9.1.0",
"@angular/core": "9.1.0",
"@angular/forms": "9.1.0",
"@angular/language-service": "9.1.0",
"@angular/material": "9.2.0",
"@angular/platform-browser": "9.1.0",
"@angular/platform-browser-dynamic": "9.1.0",
"@angular/router": "9.1.0",
"@types/jest": "25.1.2",
"@types/node": "12.11.1",
"codelyzer": "5.1.2",
"core-js": "3.4.7",
"jest": "25.1.0",
"jest-preset-angular": "8.0.0",
"ng-packagr": "9.0.0",
"npx": "10.2.2",
"prettier": "1.19.1",
"rxjs": "6.5.4",
"sort-package-json": "1.39.1",
"ts-jest": "25.2.0",
"ts-node": "8.5.4",
"tslib": "1.10.0",
"typescript": "3.7.3",
"zone.js": "0.10.2"
}
}