forked from VandyHacks/vaken
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
214 lines (214 loc) · 7.24 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
{
"name": "vaken",
"description": "Next-gen hacker registration system",
"version": "0.2.0",
"license": "MIT",
"main": "dist/index.js",
"engines": {
"node": ">=12.0.0",
"npm": ">=6.0.0"
},
"engineStrict": true,
"repository": {
"type": "git",
"url": "git+https://github.com/VandyHacks/vaken.git"
},
"homepage": "https://vaken.vandyhacks.org",
"keywords": [
"hackathon",
"graphql",
"typescript",
"express",
"react",
"mongodb",
"registration"
],
"contributors": [
"Matt Leon <[email protected]> (https://mattleon.com)",
"Irfaan Khalid <[email protected]> (https://irfaan.me)",
"Felix Tiet <[email protected]> (http://ftiet.com)",
"Alan Wilms <[email protected]>",
"Benjamin Cooper <[email protected]> (https://benc.io)",
"Kwuang Tang <[email protected]> (https://github.com/cktang88)"
],
"bugs": {
"url": "https://github.com/VandyHacks/vaken/issues"
},
"scripts": {
"generate": "graphql-codegen --config codegen.json",
"generate:watch": "npm run generate -- --watch",
"generate:docs": "typedoc",
"predev": "npm run generate",
"prebuild": "npm run generate",
"precheck:types": "npm run generate",
"dev:server": "ts-node-dev -r dotenv/config --respawn --transpile-only ./src/server/index.ts",
"dev:server:debug": "npm run dev:server -- --inspect",
"dev:client": "webpack-dev-server --config webpack.dev.js --color",
"dev": "concurrently -n client,server,codegen -c bgBlue.bold,bgMagenta.bold,bgYellow.bold \"npm:dev:client\" \"npm:dev:server:debug\" \"npm:generate:watch\"",
"start": "node dist/server",
"build:server": "tsc",
"build:client": "webpack --config webpack.prod.js --colors",
"build": "concurrently -n client,server -c bgBlue.bold,bgMagenta.bold \"npm:build:client\" \"npm:build:server\"",
"prod": "npm run build && node ./dist/server/index.js",
"format": "prettier --config .prettierrc.json --write \"./**/*.ts*(x)\"",
"check:test": "jest --onlyChanged",
"check:test:ci": "jest --ci --runInBand",
"check:types": "tsc -p tsconfig.json --noEmit",
"check:lint": "eslint --cache --report-unused-disable-directives --ext .js,.jsx,.ts,.tsx src/",
"check:lint:fix": "npm run check:lint -- --fix",
"check:lint:ci": "eslint --ext .js,.jsx,.ts,.tsx src/ --format junit --output-file ./reports/lint/eslint/results.xml",
"check": "concurrently -c bgBlue.bold,bgMagenta.bold,bgGreen.bold \"npm:check:lint\" \"npm:check:types\" \"npm:check:test\""
},
"dependencies": {
"@apollo/react-common": "^3.1.3",
"@apollo/react-hooks": "^3.1.3",
"@apollo/react-testing": "^3.1.3",
"@google-cloud/storage": "^4.0.0",
"@graphql-codegen/cli": "^1.8.3",
"@graphql-codegen/typescript": "^1.11.2",
"@graphql-codegen/typescript-mongodb": "^1.11.2",
"@graphql-codegen/typescript-operations": "^1.11.2",
"@graphql-codegen/typescript-react-apollo": "^1.11.2",
"@graphql-codegen/typescript-resolvers": "^1.11.2",
"@packtracker/webpack-plugin": "^2.2.0",
"@sentry/browser": "^5.7.1",
"@svgr/webpack": "^4.3.3",
"@types/request": "^2.48.3",
"@types/tmp": "^0.1.0",
"apollo-cache-inmemory": "^1.6.3",
"apollo-client": "^2.6.4",
"apollo-link": "^1.2.13",
"apollo-link-error": "^1.1.12",
"apollo-link-http": "^1.5.16",
"apollo-server-express": "^2.9.7",
"aws-sdk": "^2.556.0",
"case": "^1.6.2",
"chart.js": "^2.9.1",
"chartjs-plugin-datalabels": "^0.7.0",
"connect-mongo": "^3.1.0",
"csstype": "^2.6.7",
"dotenv": "^8.2.0",
"escape-html": "^1.0.3",
"express": "^4.17.1",
"express-session": "^1.17.0",
"faker": "^4.1.0",
"fuse.js": "^3.4.5",
"gaxios": "^2.1.0",
"googleapis": "^44.0.0",
"graphql": "^14.5.8",
"graphql-tag": "^2.10.1",
"helmet": "^3.21.2",
"immer": "^4.0.2",
"jest-junit": "^9.0.0",
"mongodb": "^3.3.3",
"mongodb-memory-server": "^6.0.1",
"node-ical": "^0.10.0",
"passport": "^0.4.0",
"passport-azure-ad": "^4.1.0",
"passport-github2": "^0.1.11",
"passport-google-oauth20": "^2.0.0",
"passport-oauth2": "^1.5.0",
"pino": "^5.13.5",
"react": "^16.11.0",
"react-chartjs-2": "^2.8.0",
"react-confetti": "^5.0.1",
"react-csv": "^1.1.1",
"react-dom": "^16.11.0",
"react-router-dom": "^5.1.2",
"react-select": "^3.0.8",
"react-selectable-fast": "^3.0.0",
"react-toastify": "^5.4.0",
"react-virtualized": "^9.21.1",
"styled-components": "^4.4.0",
"styled-reset": "^4.0.2",
"use-immer": "^0.3.4",
"webpack-cli": "^3.3.9",
"webpack-subresource-integrity": "^1.3.4"
},
"devDependencies": {
"@babel/core": "^7.7.4",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-proposal-export-namespace-from": "^7.7.4",
"@babel/plugin-proposal-object-rest-spread": "^7.7.4",
"@babel/plugin-proposal-throw-expressions": "^7.7.4",
"@babel/plugin-syntax-dynamic-import": "^7.7.4",
"@babel/preset-env": "^7.7.4",
"@babel/preset-react": "^7.7.4",
"@babel/preset-typescript": "^7.7.4",
"@types/chart.js": "^2.8.9",
"@types/connect-mongo": "0.0.44",
"@types/dotenv": "^6.1.1",
"@types/escape-html": "0.0.20",
"@types/express": "^4.17.1",
"@types/express-session": "^1.15.15",
"@types/faker": "^4.1.6",
"@types/helmet": "0.0.45",
"@types/jest": "^24.0.20",
"@types/mongodb": "^3.3.6",
"@types/node": "^12.11.7",
"@types/passport-azure-ad": "^4.0.3",
"@types/passport-github2": "^1.2.4",
"@types/passport-google-oauth20": "^2.0.3",
"@types/pino": "^5.8.12",
"@types/react": "16.9.11",
"@types/react-csv": "^1.1.1",
"@types/react-dom": "^16.9.3",
"@types/react-router": "^5.1.2",
"@types/react-router-dom": "^5.1.0",
"@types/react-select": "^3.0.5",
"@types/react-test-renderer": "^16.9.1",
"@types/react-virtualized": "^9.21.5",
"@types/styled-components": "4.1.8",
"@types/supertest": "^2.0.8",
"@types/yup": "^0.26.24",
"@typescript-eslint/eslint-plugin": "^2.6.0",
"@typescript-eslint/parser": "^2.5.0",
"babel-jest": "^24.9.0",
"babel-loader": "^8.0.6",
"concurrently": "^5.0.0",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.2.0",
"error-overlay-webpack-plugin": "^0.4.1",
"eslint": "^6.6.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.5.0",
"eslint-import-resolver-typescript": "^2.0.0",
"eslint-import-resolver-webpack": "^0.11.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^23.0.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-hooks": "^2.2.0",
"eslint_d": "^8.0.0",
"file-loader": "^4.2.0",
"fork-ts-checker-webpack-plugin": "^3.0.1",
"friendly-errors-webpack-plugin": "^1.7.0",
"html-webpack-plugin": "^3.2.0",
"jest": "^24.9.0",
"jest-transform-css": "^2.0.0",
"pino-pretty": "^3.2.2",
"prettier": "^1.18.2",
"react-test-renderer": "^16.11.0",
"style-loader": "^1.0.0",
"supertest": "^4.0.2",
"svg-inline-loader": "^0.8.0",
"thread-loader": "^2.1.3",
"ts-jest": "^24.1.0",
"ts-node-dev": "^1.0.0-pre.44",
"typedoc": "^0.15.0",
"typescript": "^3.6.4",
"webpack": "^4.41.2",
"webpack-dev-server": "^3.9.0",
"webpack-merge": "^4.2.2"
},
"browserslist": [
"last 2 chrome versions",
"last 2 firefox versions",
"last 2 safari versions",
"last 2 edge versions",
"last 2 ios versions",
"last 2 chromeandroid versions"
]
}