-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
276 lines (276 loc) · 8.98 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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
{
"name": "@nrwl/nx-source",
"version": "9.3.0",
"description": "Extensible Dev Tools for Monorepos",
"homepage": "https://nx.dev",
"main": "index.js",
"private": true,
"scripts": {
"build": "./scripts/package.sh --local",
"commit": "git-cz",
"checkcommit": "node ./scripts/commit-lint.js",
"e2e": "./scripts/e2e.sh",
"e2e-rerun": "./scripts/e2e-rerun.sh",
"create-playground": "./scripts/create-playground.sh",
"update-playground": "./scripts/update-playground.sh",
"e2e-ci1": "./scripts/e2e-ci1.sh",
"e2e-ci2": "./scripts/e2e-ci2.sh",
"e2e-ci3": "./scripts/e2e-ci3.sh",
"e2e-ci4": "./scripts/e2e-ci4.sh",
"test-create-nx-workspace": "./scripts/test-create-nx-workspace.sh",
"format": "./scripts/format.sh",
"linknpm": "./scripts/link.sh --local",
"nx-release": "./scripts/nx-release.js",
"copy": "./scripts/copy.sh",
"test": "yarn linknpm fast && ./scripts/test.sh",
"test:all": "yarn linknpm fast && scripts/test-angular-runtime.sh && ./scripts/test.sh",
"checkformat": "scripts/check-format.sh",
"checkimports": "node ./scripts/check-imports.js",
"checkversions": "ts-node ./scripts/check-versions.ts",
"local-registry": "./scripts/local-registry.sh",
"documentation": "./scripts/documentation/documentation.sh && ./scripts/documentation/check-documentation.sh",
"submit-plugin": "node ./scripts/submit-plugin.js"
},
"devDependencies": {
"@angular-devkit/architect": "~0.901.0",
"@angular-devkit/build-angular": "~0.901.0",
"@angular-devkit/build-ng-packagr": "~0.901.0",
"@angular-devkit/build-optimizer": "~0.901.0",
"@angular-devkit/build-webpack": "~0.901.0",
"@angular-devkit/core": "~9.1.0",
"@angular-devkit/schematics": "~9.1.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/platform-browser": "^9.1.0",
"@angular/platform-browser-dynamic": "^9.1.0",
"@angular/router": "^9.1.0",
"@angular/service-worker": "^9.1.0",
"@angular/upgrade": "^9.1.0",
"@babel/core": "7.8.4",
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/plugin-proposal-decorators": "7.8.3",
"@babel/plugin-transform-regenerator": "7.8.3",
"@babel/preset-env": "7.8.4",
"@babel/preset-react": "7.8.3",
"@babel/preset-typescript": "7.8.3",
"@bazel/bazel": "^1.2.0",
"@bazel/ibazel": "^0.10.3",
"@cypress/webpack-preprocessor": "^4.1.2",
"@nestjs/common": "^6.2.4",
"@nestjs/core": "^6.2.4",
"@nestjs/platform-express": "^6.2.4",
"@nestjs/schematics": "^6.3.0",
"@nestjs/testing": "^6.2.4",
"@ngrx/effects": "9.1.0",
"@ngrx/entity": "9.1.0",
"@ngrx/router-store": "9.1.0",
"@ngrx/schematics": "9.1.0",
"@ngrx/store": "9.1.0",
"@ngrx/store-devtools": "9.1.0",
"@ngtools/webpack": "~9.1.0",
"@reduxjs/toolkit": "1.3.2",
"@rollup/plugin-commonjs": "11.0.2",
"@rollup/plugin-image": "2.0.4",
"@rollup/plugin-node-resolve": "7.1.1",
"@schematics/angular": "~9.1.0",
"@storybook/addon-knobs": "5.3.9",
"@storybook/angular": "5.3.9",
"@storybook/core": "5.3.9",
"@storybook/react": "5.3.9",
"@svgr/webpack": "^5.2.0",
"@testing-library/react": "9.4.0",
"@types/eslint": "^6.1.8",
"@types/express": "4.17.0",
"@types/fast-levenshtein": "^0.0.1",
"@types/fs-extra": "7.0.0",
"@types/jasmine": "~2.8.6",
"@types/jasminewd2": "~2.0.3",
"@types/jest": "25.1.4",
"@types/node": "12.12.38",
"@types/prettier": "2.0.0",
"@types/react": "16.9.17",
"@types/react-dom": "16.9.4",
"@types/react-redux": "7.1.5",
"@types/react-router-dom": "5.1.3",
"@types/webpack": "^4.4.24",
"@types/yargs": "^11.0.0",
"@typescript-eslint/eslint-plugin": "^2.19.2",
"@typescript-eslint/experimental-utils": "^2.19.2",
"@typescript-eslint/parser": "^2.19.2",
"@zeit/next-css": "1.0.1",
"@zeit/next-less": "1.0.1",
"@zeit/next-sass": "1.0.1",
"@zeit/next-stylus": "1.0.1",
"ajv": "6.10.2",
"angular": "1.7.9",
"app-root-path": "^2.0.1",
"autoprefixer": "9.7.4",
"axios": "^0.19.0",
"babel-loader": "8.0.6",
"babel-plugin-const-enum": "^0.0.5",
"babel-plugin-emotion": "^10.0.29",
"babel-plugin-macros": "2.6.1",
"babel-plugin-styled-components": "^1.10.7",
"babel-plugin-transform-async-to-promises": "0.8.15",
"browserslist": "4.8.7",
"cacache": "12.0.2",
"caniuse-lite": "^1.0.30001030",
"circular-dependency-plugin": "^5.0.2",
"clean-css": "4.2.1",
"codelyzer": "~5.0.1",
"commitizen": "^4.0.3",
"confusing-browser-globals": "^1.0.9",
"conventional-changelog-cli": "^2.0.23",
"copy-webpack-plugin": "5.1.1",
"core-js": "^2.6.9",
"cosmiconfig": "^4.0.0",
"css-loader": "3.4.2",
"cypress": "^4.1.0",
"cz-conventional-changelog": "^3.0.2",
"cz-customizable": "^6.2.0",
"document-register-element": "^1.13.1",
"dotenv": "6.2.0",
"eslint": "6.8.0",
"eslint-config-prettier": "6.0.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-react-hooks": "^2.4.0",
"express": "4.17.1",
"fast-levenshtein": "^2.0.6",
"file-loader": "4.2.0",
"find-cache-dir": "3.0.0",
"fork-ts-checker-webpack-plugin": "^3.1.1",
"fs-extra": "7.0.1",
"glob": "7.1.4",
"hasha": "5.1.0",
"html-webpack-plugin": "^3.2.0",
"husky": "^3.0.3",
"identity-obj-proxy": "3.0.0",
"ignore": "^5.0.4",
"import-fresh": "^3.1.0",
"jasmine-core": "~2.99.1",
"jasmine-marbles": "~0.6.0",
"jasmine-spec-reporter": "~4.2.1",
"jest": "^25.2.3",
"jest-jasmine2": "^25.1.0",
"jest-preset-angular": "8.1.2",
"jest-worker": "^25.1.0",
"karma": "~4.0.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.0.1",
"karma-jasmine": "~1.1.1",
"karma-jasmine-html-reporter": "^0.2.2",
"karma-source-map-support": "1.4.0",
"karma-webpack": "4.0.2",
"less": "3.11.1",
"less-loader": "5.0.0",
"license-webpack-plugin": "2.1.2",
"loader-utils": "1.2.3",
"memfs": "^3.0.1",
"mime": "2.4.4",
"mini-css-extract-plugin": "0.8.0",
"minimatch": "3.0.4",
"next": "9.3.3",
"ng-packagr": "9.1.0",
"ngrx-store-freeze": "0.2.4",
"npm-run-all": "^4.1.5",
"open": "6.4.0",
"opn": "^5.3.0",
"parse5": "4.0.0",
"postcss": "7.0.27",
"postcss-import": "12.0.1",
"postcss-loader": "3.0.0",
"precise-commits": "1.0.2",
"prettier": "2.0.4",
"pretty-quick": "^2.0.1",
"protractor": "5.4.3",
"raw-loader": "3.1.0",
"react": "16.10.2",
"react-dom": "16.10.2",
"react-redux": "7.1.3",
"react-router-dom": "5.1.2",
"regenerator-runtime": "0.13.3",
"release-it": "^7.4.0",
"rollup": "1.31.1",
"rollup-plugin-babel": "4.3.3",
"rollup-plugin-copy": "3.3.0",
"rollup-plugin-filesize": "6.2.1",
"rollup-plugin-local-resolve": "1.0.7",
"rollup-plugin-peer-deps-external": "2.2.2",
"rollup-plugin-postcss": "2.1.1",
"rollup-plugin-typescript2": "0.26.0",
"rxjs": "6.5.4",
"sass": "1.26.3",
"sass-loader": "8.0.2",
"semver": "6.3.0",
"shelljs": "^0.8.3",
"source-map": "0.7.3",
"source-map-loader": "0.2.4",
"source-map-support": "^0.5.12",
"speed-measure-webpack-plugin": "1.3.1",
"strip-json-comments": "2.0.1",
"style-loader": "1.0.0",
"styled-components": "5.0.0",
"stylus": "0.54.5",
"stylus-loader": "3.0.2",
"tar": "5.0.5",
"terser": "4.3.8",
"terser-webpack-plugin": "2.3.1",
"tmp": "0.0.33",
"tree-kill": "1.2.2",
"ts-loader": "^5.3.1",
"ts-node": "^8.0.2",
"tsconfig-paths-webpack-plugin": "^3.2.0",
"tsickle": "^0.38.1",
"tslib": "^1.9.3",
"tslint": "6.0.0",
"typescript": "~3.8.3",
"url-loader": "^3.0.0",
"verdaccio": "^4.4.2",
"webpack": "4.42.0",
"webpack-dev-middleware": "3.7.0",
"webpack-dev-server": "3.9.0",
"webpack-merge": "4.2.1",
"webpack-node-externals": "^1.7.2",
"webpack-sources": "1.4.3",
"webpack-subresource-integrity": "1.1.0-rc.6",
"worker-plugin": "3.2.0",
"yargs": "^11.0.0",
"yargs-parser": "10.0.0",
"zone.js": "^0.10.0"
},
"author": "Victor Savkin",
"license": "MIT",
"jest": {
"modulePathIgnorePatterns": [
"tmp",
"<rootDir>/test",
"<rootDir>/packages",
"collection/.*/files"
],
"testPathIgnorePatterns": [
"node_modules",
"<rootDir>/build/packages/angular/spec",
"packages/web/src/utils/third-party/cli-files/models/webpack-configs"
],
"coverageReporters": [
"html"
],
"coverageDirectory": "coverage"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-customizable"
}
},
"husky": {
"hooks": {
"pre-push": "yarn checkcommit && yarn documentation && pretty-quick --check"
}
}
}