forked from nrwl/nx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
282 lines (282 loc) · 9.32 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
277
278
279
280
281
282
{
"name": "@nrwl/nx-source",
"version": "11.0.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",
"check-commit": "node ./scripts/commit-lint.js",
"check-format": "nx format:check --all",
"check-imports": "node ./scripts/check-imports.js",
"check-versions": "ts-node -P ./scripts/tsconfig.scripts.json ./scripts/check-versions.ts",
"check-documentation-map": "ts-node -P ./scripts/tsconfig.scripts.json ./scripts/documentation/map-link-checker.ts",
"e2e": "./scripts/e2e.sh",
"e2e-ci": "./scripts/e2e-ci.sh",
"format": "nx format",
"nx-release": "./scripts/nx-release.js",
"test": "nx run-many --target=test --all --parallel",
"lint": "nx run-many --target=lint --all --parallel",
"depcheck": "ts-node -P ./scripts/tsconfig.scripts.json ./scripts/depcheck",
"local-registry": "./scripts/local-registry.sh",
"documentation": "./scripts/documentation/documentation.sh && ./scripts/documentation/check-documentation.sh && npm run check-documentation-map",
"submit-plugin": "node ./scripts/submit-plugin.js"
},
"devDependencies": {
"@angular-devkit/architect": "~0.1100.1",
"@angular-devkit/build-angular": "~0.1100.1",
"@angular-devkit/build-optimizer": "~0.1100.1",
"@angular-devkit/build-webpack": "~0.1100.1",
"@angular-devkit/core": "~11.0.1",
"@angular-devkit/schematics": "~11.0.1",
"@angular-eslint/eslint-plugin": "0.8.0-beta.1",
"@angular-eslint/eslint-plugin-template": "0.8.0-beta.1",
"@angular-eslint/template-parser": "0.8.0-beta.1",
"@angular/cli": "~11.0.1",
"@angular/common": "~11.0.0",
"@angular/compiler": "~11.0.0",
"@angular/compiler-cli": "~11.0.0",
"@angular/core": "~11.0.0",
"@angular/forms": "~11.0.0",
"@angular/platform-browser": "~11.0.0",
"@angular/platform-browser-dynamic": "~11.0.0",
"@angular/router": "~11.0.0",
"@angular/service-worker": "~11.0.0",
"@angular/upgrade": "~11.0.0",
"@babel/core": "7.9.6",
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/plugin-proposal-decorators": "7.8.3",
"@babel/plugin-transform-regenerator": "7.8.7",
"@babel/preset-env": "7.9.6",
"@babel/preset-react": "7.9.4",
"@babel/preset-typescript": "7.10.4",
"@cypress/webpack-preprocessor": "~4.1.2",
"@nestjs/common": "^7.0.0",
"@nestjs/core": "^7.0.0",
"@nestjs/platform-express": "^7.0.0",
"@nestjs/schematics": "^7.0.0",
"@nestjs/testing": "^7.0.0",
"@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": "~10.1.3",
"@nrwl/cli": "11.0.0-beta.11",
"@nrwl/tao": "11.0.0-beta.11",
"@nrwl/cypress": "11.0.0-beta.11",
"@nrwl/eslint-plugin-nx": "11.0.0-beta.11",
"@nrwl/jest": "11.0.0-beta.11",
"@nrwl/node": "11.0.0-beta.11",
"@nrwl/nx-cloud": "10.1.9",
"@nrwl/web": "11.0.0-beta.11",
"@nrwl/workspace": "11.0.0-beta.11",
"@reduxjs/toolkit": "1.3.2",
"@rollup/plugin-babel": "5.0.2",
"@rollup/plugin-commonjs": "11.0.2",
"@rollup/plugin-image": "2.0.4",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "7.1.1",
"@schematics/angular": "~11.0.1",
"@storybook/addon-knobs": "^6.0.21",
"@storybook/angular": "^6.0.21",
"@storybook/core": "^6.0.21",
"@storybook/react": "^6.0.21",
"@svgr/webpack": "^5.4.0",
"@testing-library/react": "9.4.0",
"@types/copy-webpack-plugin": "6.0.0",
"@types/d3": "^5.7.2",
"@types/eslint": "^7.2.2",
"@types/express": "4.17.0",
"@types/fs-extra": "7.0.0",
"@types/jasmine": "~2.8.6",
"@types/jasminewd2": "~2.0.3",
"@types/jest": "26.0.8",
"@types/lodash": "^4.14.165",
"@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/webpack-dev-server": "^3.11.1",
"@types/yargs": "^15.0.5",
"@typescript-eslint/eslint-plugin": "^4.3.0",
"@typescript-eslint/experimental-utils": "^4.3.0",
"@typescript-eslint/parser": "^4.3.0",
"@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.8.0",
"app-root-path": "^2.0.1",
"autoprefixer": "9.7.4",
"axios": "0.19.2",
"babel-loader": "8.1.0",
"babel-plugin-const-enum": "^1.0.1",
"babel-plugin-emotion": "^10.0.29",
"babel-plugin-macros": "^2.8.0",
"babel-plugin-styled-components": "^1.10.7",
"babel-plugin-transform-async-to-promises": "^0.8.15",
"browserslist": "^4.14.6",
"cacache": "12.0.2",
"caniuse-lite": "^1.0.30001030",
"chalk": "4.1.0",
"circular-dependency-plugin": "5.2.0",
"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": "6.0.3",
"core-js": "^3.6.5",
"cosmiconfig": "^4.0.0",
"css-loader": "3.4.2",
"cypress": "^5.5.0",
"cz-conventional-changelog": "^3.0.2",
"cz-customizable": "^6.2.0",
"d3": "^6.1.1",
"d3-zoom": "^2.0.0",
"dagre-d3": "^0.6.4",
"depcheck": "^1.3.1",
"document-register-element": "^1.13.1",
"dotenv": "6.2.0",
"eslint": "7.10.0",
"eslint-config-prettier": "6.0.0",
"eslint-plugin-cypress": "^2.10.3",
"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",
"file-loader": "4.2.0",
"find-cache-dir": "3.0.0",
"flat": "^5.0.2",
"fork-ts-checker-webpack-plugin": "^3.1.1",
"fs-extra": "7.0.1",
"glob": "7.1.4",
"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",
"injection-js": "^2.3.1",
"jasmine-core": "~2.99.1",
"jasmine-marbles": "~0.6.0",
"jasmine-spec-reporter": "~4.2.1",
"jest": "26.2.2",
"jest-preset-angular": "8.2.1",
"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.12.2",
"less-loader": "5.0.0",
"license-webpack-plugin": "2.1.2",
"loader-utils": "1.2.3",
"lodash": "^4.17.20",
"memfs": "^3.0.1",
"mime": "2.4.4",
"mini-css-extract-plugin": "0.8.0",
"minimatch": "3.0.4",
"minimist": "^1.2.5",
"next": "9.5.2",
"ng-packagr": "10.1.2",
"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.1.2",
"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",
"rimraf": "^3.0.2",
"rollup": "1.31.1",
"rollup-plugin-copy": "3.3.0",
"rollup-plugin-filesize": "^9.0.0",
"rollup-plugin-local-resolve": "1.0.7",
"rollup-plugin-peer-deps-external": "2.2.2",
"rollup-plugin-postcss": "^3.1.1",
"rollup-plugin-typescript2": "^0.27.1",
"rxjs": "6.6.3",
"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.16",
"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.7",
"tippy.js": "^6.2.6",
"tmp": "0.0.33",
"tree-kill": "1.2.2",
"ts-jest": "26.4.0",
"ts-loader": "5.4.5",
"ts-node": "^8.0.2",
"tsconfig-paths-webpack-plugin": "3.2.0",
"tsickle": "^0.38.1",
"tslib": "^2.0.0",
"tslint": "6.0.0",
"typescript": "4.0.3",
"url-loader": "^3.0.0",
"verdaccio": "^4.4.2",
"webpack": "4.42.0",
"webpack-dev-middleware": "3.7.0",
"webpack-dev-server": "3.11.0",
"webpack-merge": "4.2.1",
"webpack-node-externals": "1.7.2",
"webpack-sources": "1.4.3",
"webpack-subresource-integrity": "^1.5.1",
"worker-plugin": "3.2.0",
"yargs": "15.4.1",
"yargs-parser": "20.0.0",
"zone.js": "^0.10.0",
"ejs": "^3.1.5",
"tsconfig-paths": "^3.9.0",
"node-watch": "0.7.0",
"http-server": "0.12.3"
},
"author": "Victor Savkin",
"license": "MIT",
"config": {
"commitizen": {
"path": "./node_modules/cz-customizable"
}
},
"husky": {
"hooks": {
"pre-push": "yarn check-commit && yarn documentation && pretty-quick --check"
}
},
"dependencies": {},
"resolutions": {
"ng-packagr/rxjs": "6.6.3"
}
}