forked from nrwl/nx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
255 lines (255 loc) · 8.31 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
{
"name": "@nrwl/nx-source",
"version": "10.2.1",
"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-ci": "./scripts/e2e-ci.sh",
"format": "./scripts/format.sh",
"nx-release": "./scripts/nx-release.js",
"test": "nx run-many --target=test --all --parallel",
"checkformat": "scripts/check-format.sh",
"checkimports": "node ./scripts/check-imports.js",
"checkversions": "ts-node -P ./scripts/tsconfig.scripts.json ./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.1000.3",
"@angular-devkit/build-angular": "0.1000.3",
"@angular-devkit/build-ng-packagr": "0.1000.3",
"@angular-devkit/build-optimizer": "0.1000.3",
"@angular-devkit/build-webpack": "0.1000.3",
"@angular-devkit/core": "10.0.3",
"@angular-devkit/schematics": "10.0.3",
"@angular/cli": "10.0.3",
"@angular/common": "10.0.4",
"@angular/compiler": "10.0.4",
"@angular/compiler-cli": "10.0.4",
"@angular/core": "10.0.4",
"@angular/forms": "10.0.4",
"@angular/platform-browser": "10.0.4",
"@angular/platform-browser-dynamic": "10.0.4",
"@angular/router": "10.0.4",
"@angular/service-worker": "10.0.4",
"@angular/upgrade": "10.0.4",
"@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.9.0",
"@bazel/bazel": "^1.2.0",
"@bazel/ibazel": "^0.10.3",
"@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.0.0",
"@nrwl/eslint-plugin-nx": "10.2.1-beta.1",
"@nrwl/jest": "10.2.1-beta.1",
"@nrwl/node": "10.2.1-beta.1",
"@nrwl/nx-cloud": "^10.1.1",
"@nrwl/workspace": "10.2.1-beta.1",
"@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": "10.0.3",
"@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/copy-webpack-plugin": "6.0.0",
"@types/eslint": "^6.1.8",
"@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/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": "^15.0.5",
"@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.8.0",
"app-root-path": "^2.0.1",
"autoprefixer": "9.7.4",
"axios": "^0.19.0",
"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.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": "6.0.3",
"core-js": "^3.6.5",
"cosmiconfig": "^4.0.0",
"css-loader": "3.4.2",
"cypress": "^4.1.0",
"cz-conventional-changelog": "^3.0.2",
"cz-customizable": "^6.2.0",
"depcheck": "^1.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",
"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",
"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.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.5.2",
"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",
"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.26.0",
"rxjs": "6.5.5",
"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-jest": "26.1.4",
"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.9.6",
"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.1.0-rc.6",
"worker-plugin": "3.2.0",
"yargs": "15.4.1",
"yargs-parser": "20.0.0",
"zone.js": "^0.10.0"
},
"author": "Victor Savkin",
"license": "MIT",
"config": {
"commitizen": {
"path": "./node_modules/cz-customizable"
}
},
"husky": {
"hooks": {
"pre-push": "yarn checkcommit && yarn documentation && pretty-quick --check"
}
}
}