-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
126 lines (126 loc) · 4 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
{
"name": "@acmutd/portal",
"private": true,
"scripts": {
"dev": "doppler run -- next dev -p 4200",
"build": "next build",
"start": "next start",
"lint": "next lint",
"generate:schema": "ts-node -O '{\"module\":\"commonjs\"}' lib/graphql/emitSchemaSDL.ts",
"prisma:generate": "prisma generate",
"prisma:push": "doppler run -- prisma db push"
},
"dependencies": {
"@apollo/server": "^4.9.5",
"@as-integrations/next": "^1.2.0",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@google-cloud/pubsub": "^4.0.7",
"@google-cloud/storage": "^7.7.0",
"@headlessui/react": "^1.7.17",
"@hookform/resolvers": "^3.9.0",
"@mui/material": "^5.15.0",
"@mui/x-date-pickers": "^5.0.0-beta.0",
"@next-auth/mongodb-adapter": "^1.0.1",
"@next-auth/prisma-adapter": "^1.0.1",
"@prisma/client": "^5.7.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@sendgrid/mail": "^8.1.3",
"@typeform/embed-react": "^3.9.0",
"@typegoose/typegoose": "^12.0.0",
"aws-sdk": "^2.1640.0",
"axios": "^1.6.2",
"chart.js": "^4.4.1",
"class-validator": "^0.14.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"content-disposition": "^0.5.4",
"cookies-next": "^2.1.1",
"dataloader": "^2.2.2",
"dayjs": "^1.11.12",
"firebase": "^10.7.1",
"firebase-admin": "^12.0.0",
"framer-motion": "^10.16.16",
"fuse.js": "^7.0.0",
"googleapis": "^105.0.0",
"graphql": "^16.8.1",
"graphql-fields": "^2.0.3",
"graphql-scalars": "^1.22.4",
"lodash.debounce": "^4.0.8",
"lucide-react": "^0.408.0",
"micro": "^10.0.1",
"mime-types": "^2.1.35",
"moment": "^2.29.4",
"mongodb": "^5.9.2",
"mongoose": "^8.0.3",
"next": "^12.1.0",
"next-auth": "4.20.1",
"qrcode": "^1.5.3",
"react-dom": "^18.2.0",
"react-hook-form": "^7.52.2",
"react-is": "^18.2.0",
"react-responsive": "^9.0.2",
"reflect-metadata": "^0.2.0",
"styled-components": "^6.1.1",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
"tslib": "^2.6.2",
"tsyringe": "^4.8.0",
"type-graphql": "^2.0.0-beta.1",
"uuid": "^9.0.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/typescript-graphql-request": "^6.0.1",
"@graphql-codegen/typescript-operations": "^4.0.1",
"@tailwindcss/forms": "^0.5.7",
"@types/content-disposition": "^0.5.8",
"@types/estree": "^1.0.5",
"@types/graphql-fields": "^1.3.9",
"@types/lodash.debounce": "^4.0.9",
"@types/mime-types": "^2.1.4",
"@types/node": "^20.10.4",
"@types/qrcode": "^1.5.5",
"@types/react": "18.2.45",
"@types/styled-components": "^5.1.34",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"autoprefixer": "10.4.16",
"eslint": "^8.55.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-next": "^12.1.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.32",
"prettier": "^3.1.1",
"prettier-eslint": "^16.1.2",
"prisma": "^5.7.0",
"react": "^18.2.0",
"react-query": "^3.39.3",
"react-test-renderer": "18.2.0",
"styled-components": "^6.1.1",
"tailwindcss": "^3.3.6",
"typegraphql-prisma": "^0.27.1",
"typescript": "^5.3.3"
},
"overrides": {
"autoprefixer": "10.4.16"
},
"packageManager": "[email protected]"
}