-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
74 lines (74 loc) · 2.07 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
{
"name": "my-t3-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@meilisearch/instant-meilisearch": "^0.8.2",
"@next-auth/prisma-adapter": "^1.0.4",
"@nivo/bullet": "^0.80.0",
"@nivo/circle-packing": "^0.80.0",
"@nivo/core": "^0.80.0",
"@nivo/geo": "^0.80.0",
"@nivo/line": "^0.80.0",
"@nivo/pie": "^0.80.0",
"@nivo/radar": "^0.80.0",
"@prisma/client": "^4.3.1",
"@react-spring/web": "^9.5.4",
"@tailwindcss/forms": "^0.5.3",
"@trpc/client": "^9.27.2",
"@trpc/next": "^9.27.2",
"@trpc/react": "^9.27.2",
"@trpc/server": "^9.27.2",
"@vercel/og": "^0.0.20",
"daisyui": "^2.25.0",
"flowbite": "^1.5.3",
"hast-util-to-html": "^8.0.3",
"next": "^13.0.1",
"next-auth": "^4.10.3",
"next-plausible": "^3.6.4",
"next-sitemap": "^3.1.32",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.4.0",
"react-instantsearch-dom": "^6.32.1",
"react-modal": "^3.15.1",
"react-query": "^3.39.2",
"react-tiny-popover": "^7.1.0",
"react-toastify": "^9.0.8",
"superjson": "^1.9.1",
"svg-parser": "^2.0.4",
"zod": "^3.18.0"
},
"devDependencies": {
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.7",
"@types/dom-to-image": "^2.6.4",
"@types/node": "18.0.0",
"@types/react": "18.0.14",
"@types/react-dom": "18.0.5",
"@types/react-instantsearch-dom": "^6.12.3",
"@types/react-modal": "^3.13.1",
"@types/svg-parser": "^2.0.3",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"autoprefixer": "^10.4.8",
"eslint": "8.22.0",
"eslint-config-next": "^13.0.1",
"postcss": "^8.4.16",
"prisma": "^4.3.1",
"tailwindcss": "^3.1.8",
"tailwindcss-bg-patterns": "^0.2.0",
"typescript": "4.7.4"
},
"ct3aMetadata": {
"initVersion": "5.10.0"
}
}