forked from lamnguyencse17/foodgether
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.98 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
{
"name": "my-t3-app",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"postinstall": "prisma generate",
"lint": "next lint",
"start": "next start",
"prettify": "prettier \"src/**/*\" --write"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.17",
"@chakra-ui/react": "^2.4.9",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@hookform/resolvers": "^2.9.10",
"@next-auth/prisma-adapter": "^1.0.5",
"@prisma/client": "^4.9.0",
"@sentry/nextjs": "^7.38.0",
"@tanstack/react-query": "^4.24.4",
"@trpc/client": "^10.9.1",
"@trpc/next": "^10.9.1",
"@trpc/react-query": "^10.9.1",
"@trpc/server": "^10.9.1",
"@vercel/analytics": "^0.1.10",
"axios": "^1.3.0",
"camelcase-keys": "^8.0.2",
"date-fns": "^2.29.3",
"deep-equal": "^2.2.0",
"framer-motion": "^8.5.5",
"i18next": "^22.4.9",
"immer": "^9.0.19",
"ioredis": "^5.3.0",
"nanoid": "^4.0.0",
"next": "^13.2.1",
"next-auth": "^4.20.1",
"next-superjson-plugin": "^0.5.4",
"pusher": "^5.1.2",
"pusher-js": "^8.0.1",
"radash": "^10.7.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.0",
"react-i18next": "^12.1.4",
"react-icons": "^4.7.1",
"react-virtuoso": "4.0.6",
"sharp": "^0.31.3",
"superjson": "^1.12.2",
"zod": "^3.20.2",
"zustand": "^4.3.2"
},
"devDependencies": {
"@types/deep-equal": "^1.0.1",
"@types/ioredis": "^5.0.0",
"@types/node": "^18.11.18",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.5",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"@welldone-software/why-did-you-render": "^7.0.1",
"eslint": "^8.33.0",
"eslint-config-next": "^13.2.1",
"eslint-plugin-unused-imports": "^2.0.0",
"prisma": "^4.10.1",
"typescript": "^5.0.0"
},
"ct3aMetadata": {
"initVersion": "6.12.0"
}
}