forked from arshad-yaseen/markdx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
114 lines (114 loc) · 3.37 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
{
"name": "markdx",
"version": "0.1.0",
"private": true,
"license": "MIT",
"author": {
"name": "arshad yaseen",
"url": "https://twitter.com/arshadyaseeen"
},
"scripts": {
"dev": "next dev",
"turbo": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write .",
"preview": "next build && next start",
"postinstall": "prisma generate"
},
"dependencies": {
"@hookform/resolvers": "^3.1.0",
"@monaco-editor/react": "^4.5.1",
"@next-auth/prisma-adapter": "^1.0.6",
"@prisma/client": "^5.2.0",
"@radix-ui/react-alert-dialog": "^1.0.4",
"@radix-ui/react-avatar": "^1.0.2",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.4",
"@radix-ui/react-tooltip": "^1.0.6",
"@react-email/button": "^0.0.10",
"@react-email/components": "^0.0.7",
"@react-email/html": "^0.0.4",
"@t3-oss/env-nextjs": "^0.3.1",
"@types/node": "20.1.0",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"@vercel/analytics": "^1.0.1",
"@vercel/kv": "^1.0.0",
"autoprefixer": "10.4.14",
"class-variance-authority": "^0.6.0",
"clsx": "^1.2.1",
"copy-to-clipboard": "^3.3.3",
"crypto": "^1.0.1",
"eslint": "8.40.0",
"eslint-config-next": "13.4.1",
"eventsource-parser": "^1.0.0",
"framer-motion": "^10.12.8",
"geist": "^1.0.0",
"highlight.js": "^11.8.0",
"install": "^0.13.0",
"ioredis": "^5.3.2",
"jotai": "^2.1.0",
"katex": "^0.16.9",
"lucide-react": "^0.214.0",
"marked": "^5.0.2",
"monaco-editor": "^0.38.0",
"next": "13.4.12",
"next-auth": "^4.22.1",
"next-themes": "^0.2.1",
"nodemailer": "^6.9.2",
"openai": "^4.14.0",
"postcss": "8.4.23",
"postmark": "^3.0.18",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-email": "^1.9.4",
"react-hook-form": "^7.43.9",
"react-intersection-observer": "^9.5.2",
"react-loading-skeleton": "^3.3.1",
"react-markdown": "^8.0.7",
"react-textarea-autosize": "^8.5.3",
"react-wrap-balancer": "^1.1.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-katex": "^7.0.0",
"rehype-mathjax": "^5.0.0",
"rehype-raw": "^6.1.1",
"rehype-slug": "^5.1.0",
"remark-emoji": "^3.1.1",
"remark-gfm": "^3.0.1",
"remark-math": "^5.0.0",
"resend": "^1.1.0",
"server-only": "^0.0.1",
"sharp": "^0.32.1",
"shiki": "^0.14.2",
"sonner": "^1.0.3",
"stripe": "^12.6.0",
"tailwind-merge": "^1.12.0",
"tailwindcss": "3.3.2",
"tailwindcss-animate": "^1.0.5",
"typescript": "5.0.4",
"usehooks-ts": "^2.9.1",
"zod": "^3.21.4"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^3.7.2",
"@types/marked": "^4.3.0",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-tailwindcss": "^3.11.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.8",
"prisma": "^5.2.0"
}
}