-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
198 lines (198 loc) · 6.64 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
{
"name": "pnpm-ts-monorepo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"engines": {
"node": "16.4.2"
},
"resolutions": {
"@kubernetes/client-node": "0.14.3",
"@pulumi/auth0": "2.8.0",
"@pulumi/azure": "5.1.0",
"@pulumi/azure-native": "1.62.0",
"@pulumi/kubernetes": "3.18.2",
"@pulumi/pulumi": "3.29.1",
"@pulumi/random": "4.4.2",
"class-transformer": "0.4.0",
"class-validator": "0.13.1",
"css-what": "5.0.1",
"graphql": "15.8.0",
"html-webpack-plugin": "5.3.2",
"jspdf": "2.3.1",
"multicast-dns": "7.2.3",
"normalize-url": "6.0.1",
"tar": "6.1.11",
"trim-newlines": "^3.0.0",
"axios": "0.26.1",
"set-value": "4.0.1",
"follow-redirects": "1.14.7",
"@astrumu/templates-modules-sendgrid": "^1.30.0",
"@astrumu/templates-modules-core": "^1.109.0",
"node-fetch": "2.6.7",
"minimist": "1.2.6",
"moment": "2.29.2",
"async": "3.2.2"
},
"scripts": {
"clean": "pnpm -r exec rm -rf {node_modules,dist,tsconfig.tsbuildinfo} --filter ./packages/**",
"build:ts": "tsc --build tsconfig.json",
"watch:ts": "pnpm build:ts -w --preserveWatchOutput"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "7.15.0",
"@babel/helper-builder-react-jsx": "7.14.5",
"@babel/helper-module-transforms": "7.15.0",
"@babel/plugin-proposal-class-properties": "7.14.5",
"@babel/plugin-proposal-throw-expressions": "7.14.5",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.14.0",
"@babel/preset-react": "7.14.5",
"@babel/preset-typescript": "7.15.0",
"@changesets/cli": "2.21.1",
"@changesets/get-release-plan": "3.0.7",
"@changesets/parse": "0.3.13",
"@commitlint/cli": "13.2.1",
"@commitlint/config-conventional": "13.2.0",
"@cypress/react": "5.10.3",
"@cypress/webpack-dev-server": "1.7.0",
"@emotion/babel-plugin": "11.3.0",
"@emotion/eslint-plugin": "11.5.0",
"@emotion/react": "11.5.0",
"@graphql-codegen/cli": "2.3.0",
"@graphql-codegen/fragment-matcher": "2.0.1",
"@graphql-codegen/named-operations-object": "2.1.0",
"@graphql-codegen/schema-ast": "1.18.1",
"@graphql-codegen/typescript": "1.21.1",
"@graphql-codegen/typescript-operations": "1.17.15",
"@graphql-codegen/typescript-react-apollo": "2.2.3",
"@nestjs/testing": "8.2.3",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.5",
"@storybook/addon-a11y": "6.4.22",
"@storybook/addon-actions": "6.4.22",
"@storybook/addon-docs": "6.4.22",
"@storybook/addon-jest": "6.4.22",
"@storybook/addon-knobs": "6.4.0",
"@storybook/addon-links": "6.4.22",
"@storybook/addons": "6.4.22",
"@storybook/builder-webpack5": "6.4.22",
"@storybook/manager-webpack5": "6.4.22",
"@storybook/preset-create-react-app": "4.1.0",
"@storybook/react": "6.4.22",
"@storybook/storybook-deployer": "2.8.11",
"@svgr/cli": "5.5.0",
"@testing-library/jest-dom": "5.14.1",
"@testing-library/react": "12.0.0",
"@testing-library/react-hooks": "7.0.1",
"@testing-library/user-event": "13.2.1",
"@types/amplitude-js": "8.0.1",
"@types/apollo-upload-client": "14.1.0",
"@types/auth0": "2.34.2",
"@types/auth0-js": "9.14.5",
"@types/bluebird": "^3.5.36",
"@types/bluebird-global": "3.5.13",
"@types/bull": "3.15.3",
"@types/chance": "1.1.1",
"@types/connect-redis": "0.0.17",
"@types/copy-webpack-plugin": "8.0.1",
"@types/crypto-js": "4.0.2",
"@types/d3-scale": "4.0.1",
"@types/dompurify": "2.2.2",
"@types/dotenv-webpack": "7.0.3",
"@types/draft-js": "0.11.4",
"@types/draftjs-to-html": "0.8.1",
"@types/emoji-mart": "3.0.5",
"@types/express": "^4.17.13",
"@types/graphql-upload": "8.0.7",
"@types/html-to-draftjs": "1.4.0",
"@types/ioredis": "4.26.6",
"@types/jest": "26.0.23",
"@types/jsonwebtoken": "^8.5.8",
"@types/lodash": "4.14.172",
"@types/mime-types": "2.1.0",
"@types/next-tick": "1.0.0",
"@types/node": "16.4.12",
"@types/papaparse": "5.2.5",
"@types/parse-conflict-json": "^1.1.0",
"@types/passport-jwt": "3.0.6",
"@types/pluralize": "0.0.29",
"@types/react": "17.0.15",
"@types/react-animate-on-scroll": "2.1.4",
"@types/react-datepicker": "4.4.1",
"@types/react-dom": "17.0.9",
"@types/react-helmet": "6.1.2",
"@types/react-router-dom": "5.3.3",
"@types/react-slick": "0.23.5",
"@types/react-stripe-elements": "6.0.5",
"@types/react-text-mask": "5.4.9",
"@types/react-transition-group": "4.4.2",
"@types/redux-logger": "3.0.9",
"@types/request-ip": "0.0.37",
"@types/rimraf": "3.0.0",
"@types/swagger-ui-express": "4.1.3",
"@types/tar": "^6.1.1",
"@types/uuid": "8.3.0",
"@types/webpack-bundle-analyzer": "4.4.1",
"@types/ws": "^8.5.3",
"@typescript-eslint/eslint-plugin": "4.25.0",
"@typescript-eslint/parser": "4.25.0",
"babel-jest": "27.0.6",
"babel-loader": "8.2.2",
"babel-plugin-import": "1.13.3",
"babel-plugin-lodash": "3.3.4",
"babel-plugin-recharts": "2.0.0",
"babel-preset-react-app": "10.0.0",
"chance": "1.1.8",
"css-to-string-loader": "0.1.3",
"cypress": "9.1.0",
"cz-conventional-changelog": "3.3.0",
"elasticdump": "6.58.0",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-babel": "5.3.1",
"eslint-plugin-compat": "3.13.0",
"eslint-plugin-graphql": "4.0.0",
"eslint-plugin-import": "2.24.0",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-promise": "5.1.0",
"eslint-plugin-react": "7.24.0",
"eslint-plugin-react-hooks": "4.2.0",
"eslint-plugin-security": "1.4.0",
"eslint-plugin-unicorn": "35.0.0",
"git-date-extractor": "4.0.1",
"graphql-cli": "4.1.0",
"husky": "4.3.0",
"jest": "27.0.6",
"jest-canvas-mock": "2.3.1",
"jest-chain": "1.1.5",
"jest-expect-message": "1.0.2",
"jest-extended": "0.11.5",
"jest-junit": "12.2.0",
"lerna": "4.0.0",
"license-checker": "25.0.1",
"nest-commander": "2.3.4",
"nodemon": "2.0.4",
"npm-run-all": "4.1.5",
"npm-scripts-info": "0.3.9",
"pino-pretty": "4.2.0",
"prettier": "2.3.2",
"prettier-eslint": "13.0.0",
"react-refresh": "0.12.0",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
"storybook-addon-performance": "0.16.1",
"ts-jest": "27.0.5",
"ts-loader": "9.2.5",
"tslib": "2.2.0",
"typescript": "4.6.4",
"webpack": "5.72.0",
"webpack-bundle-analyzer": "4.5.0",
"webpack-cli": "4.9.1",
"webpack-dev-server": "4.7.4"
}
}