-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
156 lines (156 loc) · 4.52 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
{
"name": "vulcan-sql",
"version": "0.0.0",
"license": "Apache-2.0",
"scripts": {
"test": "jest",
"graphql:generator": "graphql-codegen --config packages/catalog-server/codegen.yml"
},
"private": true,
"dependencies": {
"@apollo/client": "^3.6.9",
"@google-cloud/bigquery": "^6.0.3",
"@google-cloud/storage": "^6.10.1",
"@koa/cors": "^3.3.0",
"@nrwl/next": "14.0.3",
"antd": "4.22.6",
"apollo-server-micro": "^3.10.2",
"axios": "^0.27.2",
"bcryptjs": "^2.4.3",
"bluebird": "^3.7.2",
"bytes": "^3.1.2",
"chokidar": "^3.5.3",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"commander": "^9.4.0",
"core-js": "^3.6.5",
"cors": "^2.8.5",
"dayjs": "^1.11.2",
"duckdb": "0.7.1",
"glob": "^8.0.1",
"graphql": "^16.6.0",
"graphql-type-json": "^0.3.2",
"inquirer": "^8.0.0",
"inversify": "^6.0.1",
"joi": "^17.6.0",
"js-yaml": "^4.1.0",
"jsonwebtoken": "^8.5.1",
"koa": "^2.13.4",
"koa-bodyparser": "^4.3.0",
"koa-compose": "^4.1.0",
"koa-router": "^10.1.1",
"koa-sslify": "^5.0.0",
"koa2-ratelimit": "^1.1.1",
"lodash": "^4.17.21",
"md5": "^2.3.0",
"micro": "^9.4.1",
"micro-cors": "^0.1.1",
"moment": "^2.29.4",
"ms": "3.0.0-canary.1",
"next": "12.1.5",
"next-plugin-antd-less": "^1.8.0",
"nunjucks": "^3.2.3",
"openapi3-ts": "^2.0.2",
"ora": "^5.4.1",
"pg": "^8.8.0",
"pg-cursor": "^2.7.4",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-is": "18.0.0",
"redoc": "2.0.0-rc.76",
"reflect-metadata": "^0.1.13",
"regenerator-runtime": "0.13.7",
"semver": "^7.3.7",
"styled-components": "5.3.5",
"toad-scheduler": "^2.2.0",
"tslib": "^2.3.0",
"tslog": "^3.3.3",
"uuid": "^9.0.0"
},
"devDependencies": {
"@faker-js/faker": "^6.3.1",
"@graphql-codegen/cli": "2.12.0",
"@graphql-codegen/introspection": "2.2.1",
"@graphql-codegen/near-operation-file-preset": "^2.4.1",
"@graphql-codegen/typescript": "2.7.3",
"@graphql-codegen/typescript-operations": "^2.5.3",
"@graphql-codegen/typescript-react-apollo": "3.3.3",
"@nrwl/cli": "14.0.3",
"@nrwl/cypress": "14.0.3",
"@nrwl/eslint-plugin-nx": "14.0.3",
"@nrwl/jest": "14.0.3",
"@nrwl/js": "14.0.3",
"@nrwl/linter": "14.0.3",
"@nrwl/react": "14.0.3",
"@nrwl/web": "14.0.3",
"@nrwl/workspace": "14.0.3",
"@testing-library/react": "13.1.1",
"@types/bcryptjs": "^2.4.2",
"@types/bytes": "^3.1.1",
"@types/cors": "^2.8.12",
"@types/dockerode": "^3.3.9",
"@types/from2": "^2.3.1",
"@types/glob": "^7.2.0",
"@types/inquirer": "^8.0.0",
"@types/is-base64": "^1.1.1",
"@types/jest": "27.4.1",
"@types/js-yaml": "^4.0.5",
"@types/jsonwebtoken": "^8.5.9",
"@types/koa": "^2.13.4",
"@types/koa-bodyparser": "^4.3.8",
"@types/koa-compose": "^3.2.5",
"@types/koa-router": "^7.4.4",
"@types/koa-sslify": "^4.0.3",
"@types/koa2-ratelimit": "^0.9.3",
"@types/koa__cors": "^3.3.0",
"@types/lodash": "^4.14.182",
"@types/md5": "^2.3.2",
"@types/node": "16.11.7",
"@types/pg": "^8.6.5",
"@types/pg-cursor": "^2.7.0",
"@types/react": "18.0.1",
"@types/react-dom": "18.0.0",
"@types/react-is": "17.0.3",
"@types/semver": "^7.3.12",
"@types/styled-components": "5.1.25",
"@types/supertest": "^2.0.12",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "~5.18.0",
"@typescript-eslint/parser": "~5.18.0",
"babel-jest": "27.5.1",
"babel-plugin-import": "^1.13.5",
"babel-plugin-styled-components": "1.10.7",
"commitizen": "^4.2.5",
"cypress": "^9.1.0",
"cz-conventional-changelog": "^3.3.0",
"dockerode": "^3.3.4",
"dotenv": "^16.1.1",
"eslint": "~8.12.0",
"eslint-config-next": "12.1.5",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-react": "7.29.4",
"eslint-plugin-react-hooks": "4.4.0",
"from2": "^2.3.0",
"jest": "27.5.1",
"less-loader": "10.2.0",
"mongoose": "^6.5.2",
"nx": "14.0.3",
"pg-mem": "^2.6.3",
"prettier": "^2.5.1",
"react-test-renderer": "18.0.0",
"supertest": "^6.2.3",
"ts-essentials": "^9.1.2",
"ts-jest": "27.1.4",
"ts-node": "9.1.1",
"ts-sinon": "^2.0.2",
"typescript": "~4.6.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}