-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
69 lines (69 loc) · 1.86 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
{
"name": "vote.stuysu.org",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@apollo/client": "^3.3.15",
"@date-io/moment": "^1.3.13",
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@material-ui/pickers": "^3.3.10",
"@mui/icons-material": "^5.0.3",
"@mui/lab": "^5.0.0-alpha.50",
"@mui/material": "^5.0.3",
"@tinymce/tinymce-react": "^3.12.2",
"apollo-server-micro": "^3.8.1",
"array-move": "^3.0.1",
"axios": "^0.28.0",
"cloudinary": "^1.25.1",
"cookie": "^0.4.1",
"csv-stringify": "^5.6.5",
"dataloader": "^2.0.0",
"escape-string-regexp": "^4.0.0",
"form-data": "^4.0.0",
"formik": "^2.2.6",
"google-auth-library": "^7.0.4",
"graphql": "^15.5.0",
"graphql-scalars": "^1.9.3",
"graphql-validation-complexity": "^0.4.2",
"jsonwebtoken": "^8.5.1",
"material-ui-popup-state": "^1.8.3",
"moment-timezone": "^0.5.35",
"mongoose": "^5.13.20",
"multer": "^1.4.4",
"nanoid": "^3.1.31",
"next": "12.1.0",
"next-connect": "^0.10.2",
"next-images": "^1.7.0",
"next-with-apollo": "^5.2.1",
"node-html-parser": "^5.0.0",
"nodemailer": "^6.9.13",
"notistack": "^2.0.2",
"prettier-plugin-organize-imports": "^2.3.3",
"react": "17.0.2",
"react-confetti": "^6.0.1",
"react-dom": "17.0.2",
"react-ga4": "^2.1.0",
"react-google-charts": "^3.0.15",
"react-sortable-hoc": "^2.0.0",
"sanitize-html": "^2.12.1",
"sharp": "^0.32.6",
"streamifier": "^0.1.1",
"url-join": "^4.0.1"
},
"devDependencies": {
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"esm": "^3.2.25",
"prettier": "^2.2.1"
},
"resolutions": {
"**/**/fs-capacitor": "^6.2.0",
"**/graphql-upload": "^11.0.0"
}
}