-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 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
{
"name": "pulth",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.418.0",
"@editorjs/editorjs": "^2.26.4",
"@editorjs/header": "^2.7.0",
"@editorjs/image": "^2.8.1",
"@editorjs/list": "^1.8.0",
"@headlessui/react": "^1.6.6",
"@headlessui/tailwindcss": "^0.1.2",
"@heroicons/react": "^2.0.12",
"@next-auth/prisma-adapter": "^1.0.3",
"@prisma/client": "^5.4.2",
"@sendgrid/mail": "^8.1.0",
"@tanstack/react-query": "^4.28.0",
"@trpc/client": "^10.18.0",
"@trpc/next": "^10.18.0",
"@trpc/react-query": "^10.18.0",
"@trpc/server": "^10.18.0",
"@types/formidable": "^2.0.5",
"@vercel/speed-insights": "^1.0.2",
"@upstash/redis": "^1.28.0",
"algoliasearch": "^4.17.0",
"bson": "^5.0.1",
"dayjs": "^1.11.7",
"eslint-config-next": "^13.3.0",
"formidable": "^3.2.4",
"framer-motion": "^10.11.2",
"heroicons": "^2.0.12",
"next": "^14.2.22",
"next-auth": "^4.24.5",
"nodemailer": "^6.9.9",
"react": "18.2.0",
"react-div-100vh": "^0.7.0",
"react-dom": "18.2.0",
"react-instantsearch": "^7.0.1",
"react-query": "^3.39.2",
"rehype-parse": "^8.0.4",
"slugify": "^1.6.5",
"superjson": "^1.9.1",
"tailwind-merge": "^1.10.0",
"unified": "^10.1.2",
"zod": "^3.17.3"
},
"devDependencies": {
"@next/eslint-plugin-next": "^13.3.0",
"@types/node": "^18.15.11",
"@types/prettier": "^2.7.2",
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"@types/react-instantsearch-dom": "^6.12.3",
"autoprefixer": "^10.4.14",
"concurrently": "^8.0.1",
"eslint": "^8.38.0",
"postcss": "^8.4.21",
"prettier": "^2.8.7",
"prettier-plugin-tailwindcss": "^0.2.5",
"prisma": "^5.4.2",
"tailwindcss": "^3.3.3",
"typescript": "^5.0.4"
}
}