-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
218 lines (218 loc) · 7 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
{
"name": "codelab",
"workspaces": {
"packages": [
"dist/libs/tools/plugins/*"
],
"nohoist": []
},
"engines": {
"node": ">=14.0.0",
"yarn": "1.22.4"
},
"version": "0.0.0",
"license": "MIT",
"scripts": {
"postinstall": "nx run-many --target=build --projects=tools-eslint-config-codelab,tools-plugins-codelab",
"docker": "docker-compose -f .docker/docker-compose.yaml up",
"local-registry": "./scripts/local-registry.sh",
"publish": "./scripts/publish.sh",
"nx": "nx",
"commit": "git-cz",
"start": "nx run-many --target=serve --parallel --projects=core,api",
"build": "./scripts/build.sh",
"test": "./scripts/test.sh",
"eslint": "node ./scripts/eslint.js",
"commitlint": "./scripts/commitlint.sh",
"lint": "nx workspace-lint && nx lint",
"e2e": "nx 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": "nx migrate latest",
"workspace-schematic": "nx workspace-schematic",
"dep-graph": "nx dep-graph",
"help": "nx help"
},
"private": true,
"dependencies": {
"@ant-design/compatible": "1.0.5",
"@ant-design/icons": "4.2.2",
"@apidevtools/json-schema-ref-parser": "9.0.6",
"@emotion/core": "10.0.28",
"@emotion/styled": "10.0.27",
"@hapi/joi": "17.1.1",
"@nestjs/common": "7.4.2",
"@nestjs/config": "0.5.0",
"@nestjs/core": "7.4.2",
"@nestjs/mongoose": "7.0.2",
"@nestjs/platform-express": "7.4.2",
"@nrwl/nx-cloud": "10.1.0",
"@types/lodash": "4.14.158",
"@xstate/react": "^0.8.1",
"ajv": "6.12.3",
"antd": "4.4.3",
"axios": "0.19.2",
"body-parser": "^1.19.0",
"commitizen": "4.2.1",
"convert-json-schema-to-mongoose": "0.3.1",
"d3": "5.16.0",
"d3-force": "2.0.1",
"d3-selection": "1.4.2",
"deepdash-es": "5.2.1",
"document-register-element": "1.13.1",
"emotion-server": "10.0.27",
"express": "4.17.1",
"express-restify-mongoose": "6.1.2",
"fp-ts": "2.8.2",
"gatsby": "2.24.23",
"gatsby-image": "2.4.14",
"gatsby-plugin-manifest": "2.4.21",
"gatsby-plugin-offline": "3.2.21",
"gatsby-plugin-react-helmet": "3.3.10",
"gatsby-plugin-sharp": "2.6.24",
"gatsby-plugin-svgr": "2.0.2",
"gatsby-plugin-typescript": "2.4.16",
"gatsby-source-filesystem": "2.3.23",
"gatsby-transformer-sharp": "2.5.12",
"glob": "7.1.6",
"io-ts": "2.2.10",
"io-ts-types": "0.5.11",
"json-schema": "0.2.5",
"lodash": "4.17.19",
"master": "0.0.14",
"method-override": "^3.0.0",
"mongoose": "5.10.3",
"next": "9.5.3",
"prop-types": "15.7.2",
"ramda": "0.27.0",
"rc-field-form": "1.10.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-grid-layout": "1.0.0",
"react-helmet": "5.2.1",
"react-resizable": "1.11.0",
"reflect-metadata": "0.1.13",
"require-from-string": "2.0.2",
"rxjs": "6.5.5",
"ts-toolbelt": "6.13.33",
"utility-types": "3.10.0",
"uuid": "8.2.0",
"voca": "1.4.0",
"xstate": "^4.13.0"
},
"devDependencies": {
"@angular-devkit/core": "10.0.6",
"@angular-devkit/schematics": "10.0.6",
"@babel/core": "7.10.5",
"@babel/plugin-proposal-export-namespace-from": "7.10.4",
"@babel/plugin-transform-typescript": "7.10.5",
"@babel/preset-env": "7.10.4",
"@babel/preset-react": "7.10.4",
"@babel/preset-typescript": "7.10.4",
"@commitlint/cli": "9.1.1",
"@commitlint/config-conventional": "9.1.1",
"@emotion/babel-preset-css-prop": "10.0.27",
"@nestjs/schematics": "7.0.1",
"@nestjs/testing": "7.4.2",
"@nrwl/cli": "10.1.0",
"@nrwl/cypress": "10.1.0",
"@nrwl/eslint-plugin-nx": "10.1.0",
"@nrwl/gatsby": "0.10.0",
"@nrwl/jest": "10.1.0",
"@nrwl/nest": "10.1.0",
"@nrwl/next": "10.1.0",
"@nrwl/node": "10.1.0",
"@nrwl/nx-plugin": "10.1.0",
"@nrwl/react": "10.1.0",
"@nrwl/storybook": "10.1.0",
"@nrwl/tao": "10.1.0",
"@nrwl/web": "10.1.0",
"@nrwl/workspace": "10.1.0",
"@storybook/addon-knobs": "5.3.19",
"@storybook/react": "5.3.19",
"@testing-library/dom": "7.22.5",
"@testing-library/jest-dom": "5.11.3",
"@testing-library/react": "10.4.8",
"@testing-library/user-event": "12.1.2",
"@types/d3": "5.7.2",
"@types/d3-force": "1.2.1",
"@types/d3-selection": "1.4.2",
"@types/enzyme": "^3.10.6",
"@types/express": "^4.17.8",
"@types/findup-sync": "^2.0.2",
"@types/hapi__joi": "^17.1.4",
"@types/jest": "26.0.10",
"@types/js-yaml": "3.12.5",
"@types/method-override": "^0.0.31",
"@types/mongoose": "5.7.36",
"@types/node": "14.0.26",
"@types/ramda": "^0.27.16",
"@types/react": "16.9.43",
"@types/react-dom": "16.9.8",
"@types/require-from-string": "^1.2.0",
"@types/testing-library__jest-dom": "5.9.2",
"@types/uuid": "8.3.0",
"@types/voca": "^1.4.0",
"@types/webpack": "4.41.21",
"@typescript-eslint/eslint-plugin": "4.0.1",
"@typescript-eslint/parser": "^4.1.0",
"babel-jest": "26.3.0",
"babel-loader": "8.1.0",
"babel-plugin-module-resolver": "4.0.0",
"babel-preset-gatsby": "0.4.9",
"cross-env": "7.0.2",
"cypress": "4.11.0",
"cz-customizable": "6.2.1",
"dotenv": "8.2.0",
"dotenv-webpack": "2.0.0",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.2",
"eslint": "7.8.1",
"eslint-config-airbnb": "18.2.0",
"eslint-config-airbnb-typescript": "9.0.0",
"eslint-config-airbnb-typescript-prettier": "3.1.0",
"eslint-config-prettier": "6.11.0",
"eslint-import-resolver-node": "0.3.4",
"eslint-import-resolver-typescript": "2.3.0",
"eslint-plugin-cypress": "2.11.1",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-jsx-a11y": "6.3.1",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-react": "7.20.6",
"eslint-plugin-react-hooks": "4.1.0",
"eslint-plugin-unused-imports": "0.1.3",
"findup-sync": "4.0.0",
"gatsby-plugin-emotion": "4.3.10",
"gatsby-plugin-sass": "2.3.12",
"gatsby-plugin-tsconfig-paths": "1.0.2",
"gatsby-remark-attr": "0.1.0",
"gatsby-remark-embed-video": "3.0.10",
"gatsby-remark-external-links": "0.0.4",
"gatsby-remark-images": "3.3.23",
"gatsby-remark-prismjs": "3.5.10",
"gatsby-source-typedoc": "1.2.2",
"gatsby-transformer-remark": "2.8.27",
"husky": "4.2.5",
"jest": "26.4.0",
"lint-staged": "10.3.0",
"mutation-observer": "1.0.3",
"next-compose-plugins": "2.2.0",
"next-transpile-modules": "4.1.0",
"prettier": "2.1.1",
"shelljs": "0.8.4",
"ts-jest": "26.2.0",
"ts-node": "8.10.2",
"tsconfig-paths-webpack-plugin": "3.3.0",
"typedoc": "0.17.8",
"typescript": "3.9.7"
}
}