forked from hypertunehq/vercel-examples-fork
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.6 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
{
"name": "platforms-slate-supabase",
"repository": "https://github.com/vercel/examples.git",
"license": "MIT",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.13",
"@next-auth/prisma-adapter": "^1.0.5",
"@prisma/client": "^3.15.2",
"@supabase/supabase-js": "^1.35.7",
"array-to-image": "^1.0.0",
"blurhash": "^1.1.5",
"clsx": "^1.2.1",
"cuid": "^2.1.8",
"date-fns": "^2.29.3",
"escape-html": "^1.0.3",
"fs": "0.0.1-security",
"gray-matter": "^4.0.3",
"is-hotkey": "^0.2.0",
"js-cookie": "^3.0.1",
"next": "canary",
"next-auth": "^4.20.1",
"next-mdx-remote": "^3.0.8",
"next-plausible": "^3.7.2",
"plaiceholder": "^2.5.0",
"react": "latest",
"react-confetti": "^6.1.0",
"react-dom": "latest",
"react-highlight": "^0.14.0",
"react-hot-toast": "^2.4.0",
"react-textarea-autosize": "^8.4.0",
"remark": "^13.0.0",
"remark-html": "^13.0.2",
"sharp": "^0.29.3",
"sitemap": "^7.1.1",
"slate": "^0.72.8",
"slate-history": "^0.66.0",
"slate-react": "^0.72.9",
"swr": "^1.3.0",
"use-debounce": "^7.0.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"@tailwindcss/forms": "^0.4.1",
"@tailwindcss/line-clamp": "^0.3.1",
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.14",
"eslint": "^8.36.0",
"eslint-config-next": "canary",
"postcss": "^8.4.21",
"prisma": "^3.15.2",
"tailwindcss": "^3.2.7",
"turbo": "^1.8.3"
}
}