-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
117 lines (117 loc) · 3.51 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "wallaby-2434",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ArtemGovorov/wallaby-2434.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ArtemGovorov/wallaby-2434/issues"
},
"homepage": "https://github.com/ArtemGovorov/wallaby-2434#readme",
"dependencies": {
"@angular/animations": "^9.1.0",
"@angular/cdk": "^9.2.0",
"@angular/common": "^9.1.0",
"@angular/compiler": "^9.1.0",
"@angular/core": "^9.1.0",
"@angular/flex-layout": "^9.0.0-beta.29",
"@angular/forms": "^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",
"@ngrx/effects": "^9.0.0",
"@ngrx/router-store": "^9.0.0",
"@ngrx/store": "^9.0.0",
"@ngx-pwa/local-storage": "^9.0.3",
"@ngx-translate/core": "^11.0.1",
"angular2-notifications": "^3.0.0",
"applicationinsights-js": "1.0.20",
"babel-loader": "8.0.5",
"core-js": "2.6.2",
"date-fns": "2.0.0-alpha.7",
"iban": "0.0.11",
"jsvat": "^2.2.0",
"node-sass": "^4.13.1",
"rxjs": "^6.5.4",
"tslib": "^1.10.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.901.0",
"@angular-devkit/core": "^9.1.0",
"@angular-devkit/schematics": "^9.1.0",
"@angular/cli": "^9.1.0",
"@angular/compiler-cli": "^9.1.0",
"@angular/language-service": "^9.1.0",
"@babel/core": "7.2.2",
"@compodoc/compodoc": "^1.1.10",
"@ngrx/schematics": "9.0.0",
"@ngrx/store-devtools": "9.0.0",
"@storybook/addon-actions": "5.2.0",
"@storybook/addon-jest": "5.2.0",
"@storybook/addon-knobs": "5.2.0",
"@storybook/addon-links": "5.2.0",
"@storybook/addon-notes": "5.2.0",
"@storybook/addon-options": "5.2.0",
"@storybook/addon-storysource": "5.2.0",
"@storybook/addons": "5.2.0",
"@storybook/angular": "5.2.0",
"@types/applicationinsights-js": "1.0.9",
"@types/faker": "4.1.5",
"@types/jest": "23.3.13",
"@types/node": "^12.11.1",
"@types/react": "16.9.2",
"angular2-template-loader": "0.6.2",
"angular2-uuid": "1.1.1",
"autoprefixer": "^8.1.0",
"babel-core": "6.26.3",
"babel-jest": "^25.1.0",
"codelyzer": "^5.1.2",
"commitizen": "^3.0.7",
"connect": "3.6.6",
"cypress": "^3.8.3",
"cz-conventional-changelog": "2.1.0",
"electron": "4.0.1",
"faker": "4.1.0",
"husky": "^4.2.3",
"increase-memory-limit": "1.0.6",
"jest": "^25.1.0",
"jest-junit": "^10.0.0",
"jest-preset-angular": "7.1.1",
"lint-staged": "8.1.0",
"mocha": "5.2.0",
"ng-apimock": "^1.4.9",
"ng2-mock-component": "0.1.1",
"ngx-wallaby-jest": "0.0.1",
"npm-run-all": "4.1.5",
"prettier": "1.16.0",
"pretty-quick": "1.10.0",
"protractor": "^5.4.2",
"renamer": "^1.1.1",
"rxjs-tslint-rules": "4.15.0",
"standard-version": "^7.1.0",
"svg-sprite": "1.5.0",
"to-string-loader": "1.1.5",
"ts-helpers": "1.1.2",
"ts-node": "7.0.1",
"tslint": "5.12.1",
"tslint-config-airbnb": "5.11.1",
"tslint-config-prettier": "1.17.0",
"tslint-consistent-codestyle": "1.15.0",
"tslint-eslint-rules": "5.4.0",
"typescript": "^3.7.5",
"validate-commit-message": "3.0.1",
"wait-on": "3.2.0",
"wallaby-webpack": "3.9.13",
"watch": "1.0.2",
"zone.js": "~0.10.2"
}
}