This repository has been archived by the owner on May 27, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
57 lines (57 loc) · 1.56 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
50
51
52
53
54
55
56
57
{
"name": "testing",
"version": "0.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/ngxs-labs/testing.git"
},
"license": "MIT",
"scripts": {
"ng": "ng",
"lint": "ng lint",
"test": "jest --config ./jest.config.js --coverage",
"build": "ng build testing && ts-node --project tsconfig.node.json ./tools/copy-readme",
"// - UTILS": "Utility scripts",
"format": "prettier src/**/*.ts --write"
},
"private": true,
"dependencies": {
"@angular/common": "9.1.7",
"@angular/compiler": "9.1.7",
"@angular/core": "9.1.7",
"@angular/platform-browser": "9.1.7",
"@angular/platform-browser-dynamic": "9.1.7",
"@ngxs/store": "3.6.2",
"core-js": "2.6.5",
"rxjs": "6.5.5",
"zone.js": "~0.10.3"
},
"devDependencies": {
"jest-preset-angular": "^7.1.1",
"@angular-devkit/build-angular": "~0.901.7",
"@angular-devkit/build-ng-packagr": "~0.901.7",
"@angular/cli": "9.1.7",
"@angular/compiler-cli": "9.1.9",
"@commitlint/cli": "7.6.1",
"@commitlint/config-angular": "7.6.0",
"@types/jest": "24.9.1",
"@types/node": "11.10.0",
"@types/semver": "5.5.0",
"@types/yargs": "12.0.11",
"codelyzer": "^5.2.2",
"husky": "2.7.0",
"jest": "24.9.0",
"lint-staged": "8.2.1",
"ng-packagr": "^5.7.1",
"npm-run-all": "4.1.5",
"prettier": "1.19.1",
"semver": "5.6.0",
"ts-node": "8.10.1",
"tsickle": "^0.38.1",
"tslib": "1.12.0",
"tslint": "5.20.1",
"tslint-sonarts": "1.9.0",
"typescript": "3.7.5",
"yargs": "13.3.0"
}
}