-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
153 lines (153 loc) · 4.67 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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
{
"name": "babdev",
"version": "0.0.0",
"author": {
"email": "[email protected]",
"name": "Braulio Barahona",
"url": "https://brauliobarahona.com/"
},
"bugs": {
"url": "https://github.com/bab2683/babdev/issues"
},
"license": "MIT",
"scripts": {
"ng": "ng",
"nx": "nx",
"start:main": "npm run generate-apps-tsconfig && ng serve main-angular --open=true --port 4400",
"start:mainr": "npm run generate-apps-tsconfig && ng serve main-react --open=true --port 4500",
"build": "ng build",
"test": "ng test",
"test:cov": "ng test --codeCoverage=true",
"test:update": "ng test -u",
"lint": "nx workspace-lint && ng lint",
"e2e": "ng e2e",
"affected:apps": "nx affected:apps",
"affected:libs": "nx affected:libs",
"affected:build": "nx affected:build",
"affected:e2e": "nx affected:e2e",
"affected:test": "nx affected:test",
"affected:lint": "nx affected:lint",
"affected:dep-graph": "nx affected:dep-graph",
"affected": "nx affected",
"format": "nx format:write",
"format:write": "nx format:write",
"format:check": "nx format:check",
"update": "ng update @nrwl/workspace",
"update:check": "ng update",
"workspace-schematic": "nx workspace-schematic",
"dep-graph": "nx dep-graph",
"cz": "git-cz",
"help": "nx help",
"prettier": "pretty-quick",
"generate-apps-tsconfig": "node ./scripts/generate-app-tsconfig.js",
"lib-publish": "node ./scripts/publish.js",
"postinstall": "ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points"
},
"private": true,
"dependencies": {
"@angular/animations": "~9.1.9",
"@angular/cdk": "~9.2.4",
"@angular/common": "~9.1.9",
"@angular/compiler": "~9.1.9",
"@angular/core": "~9.1.9",
"@angular/forms": "~9.1.9",
"@angular/material": "^9.2.4",
"@angular/platform-browser": "~9.1.9",
"@angular/platform-browser-dynamic": "~9.1.9",
"@angular/router": "~9.1.9",
"@fortawesome/angular-fontawesome": "^0.5.0",
"@fortawesome/fontawesome-svg-core": "^1.2.27",
"@fortawesome/free-brands-svg-icons": "^5.12.1",
"@fortawesome/free-regular-svg-icons": "^5.12.1",
"@fortawesome/free-solid-svg-icons": "^5.12.1",
"@ngrx/effects": "9.1.2",
"@ngrx/router-store": "^9.1.2",
"@ngrx/store": "9.1.2",
"@ngrx/store-devtools": "9.1.2",
"@nrwl/angular": "^9.3.0",
"core-js": "^2.5.4",
"core-js3": "npm:core-js@^3.4.0",
"document-register-element": "1.13.1",
"ismobilejs": "^1.0.3",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-router-dom": "5.1.2",
"rxjs": "~6.5.5",
"tslib": "^1.10.0",
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^8.2.0",
"@angular-builders/dev-server": "^7.3.1",
"@angular-devkit/build-angular": "~0.901.7",
"@angular/cli": "~9.1.7",
"@angular/compiler-cli": "~9.1.9",
"@angular/language-service": "~9.1.9",
"@babel/preset-react": "7.0.0",
"@nrwl/cypress": "9.3.0",
"@nrwl/jest": "9.3.0",
"@nrwl/react": "9.3.0",
"@nrwl/web": "9.3.0",
"@nrwl/workspace": "9.3.0",
"@testing-library/react": "9.4.0",
"@types/jest": "25.1.4",
"@types/node": "^12.11.1",
"@types/react": "16.9.17",
"@types/react-dom": "16.9.4",
"@types/react-router-dom": "5.1.3",
"codelyzer": "^5.1.2",
"commitizen": "^4.1.2",
"cypress": "4.6.0",
"cz-conventional-changelog": "git+https://github.com/Ryanair/cz-conventional-changelog.git",
"dotenv": "6.2.0",
"eslint": "6.8.0",
"jest": "25.2.4",
"jest-preset-angular": "8.1.3",
"prettier": "^2.0.5",
"pretty-quick": "^2.0.1",
"rxjs-marbles": "^6.0.0",
"rxjs-tslint-rules": "^4.26.1",
"stylelint": "^11.1.1",
"stylelint-config-prettier": "^6.0.0",
"stylelint-order": "^3.1.1",
"stylelint-prettier": "^1.1.1",
"stylelint-selector-bem-pattern": "^2.1.0",
"ts-jest": "25.2.1",
"ts-node": "~7.0.0",
"tslint": "6.0.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "~3.7.5"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog",
"scopeList": [
"animations",
"config",
"contacts",
"data structures",
"dependencies",
"documentation",
"experiences page",
"external libraries",
"home page",
"layout",
"linter",
"notes",
"page-list",
"requests",
"routing",
"scripts",
"setup",
"sidebar",
"ssr",
"styleguide",
"styling",
"tests",
"translation",
"utils",
"workflows"
]
}
}
}