-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.78 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
{
"name": "among-us",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"gen": "graphql-codegen --config codegen.yml"
},
"dependencies": {
"@chakra-ui/react": "^1.7.3",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@heroicons/react": "^1.0.5",
"@tailwindcss/line-clamp": "^0.3.0",
"@tailwindcss/typography": "^0.5.0",
"@uiw/react-md-editor": "^3.9.1",
"@urql/exchange-graphcache": "^4.3.6",
"apollo-server-micro": "^3.6.1",
"bcryptjs": "^2.4.3",
"cookie": "^0.4.1",
"dayjs": "^1.10.7",
"formik": "^2.2.9",
"framer-motion": "^5.5.5",
"graphql": "^16.2.0",
"jsonwebtoken": "^8.5.1",
"micro": "^9.3.4",
"micro-cors": "^0.1.1",
"mongoose": "^6.1.4",
"next": "12.0.7",
"next-remove-imports": "^1.0.6",
"nodemailer": "^6.7.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-markdown": "^7.1.1",
"react-modal": "^3.14.4",
"remark-gfm": "^3.0.1",
"slugify": "^1.6.4",
"urql": "^2.0.6",
"yup": "^0.32.11"
},
"devDependencies": {
"@graphql-codegen/cli": "2.3.1",
"@graphql-codegen/typescript": "2.4.2",
"@graphql-codegen/typescript-operations": "2.2.2",
"@graphql-codegen/typescript-urql": "^3.4.2",
"@types/bcryptjs": "^2.4.2",
"@types/cookie": "^0.4.1",
"@types/graphql": "^14.5.0",
"@types/jsonwebtoken": "^8.5.6",
"@types/micro-cors": "^0.1.2",
"@types/node": "17.0.6",
"@types/nodemailer": "^6.4.4",
"@types/react": "17.0.38",
"@types/react-modal": "^3.13.1",
"autoprefixer": "^10.4.1",
"eslint": "8.6.0",
"eslint-config-next": "^12.0.7",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.8",
"typescript": "4.5.4"
}
}