forked from vercel/platforms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.34 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
{
"private": true,
"scripts": {
"predev": "prisma generate",
"dev": "next dev",
"prebuild": "prisma generate",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prisma:migrate": "prisma migrate deploy"
},
"dependencies": {
"@headlessui/react": "^1.4.2",
"@next-auth/prisma-adapter": "^1.0.1",
"@prisma/client": "^3.8.1",
"@tailwindcss/forms": "^0.3.4",
"@tailwindcss/line-clamp": "^0.3.1",
"@tailwindcss/typography": "^0.4.1",
"array-to-image": "^1.0.0",
"blurhash": "^1.1.4",
"clsx": "^1.1.1",
"cuid": "^2.1.8",
"date-fns": "^2.26.0",
"fs": "^0.0.1-security",
"gray-matter": "^4.0.3",
"js-cookie": "^3.0.1",
"next": "^12.0.8",
"next-auth": "^4.1.2",
"next-mdx-remote": "^3.0.8",
"next-plausible": "^3.1.4",
"plaiceholder": "^2.2.0",
"prettier": "^2.5.1",
"react": "^17.0.2",
"react-confetti": "^6.0.1",
"react-dom": "^17.0.2",
"react-hot-toast": "^2.1.1",
"react-textarea-autosize": "^8.3.3",
"remark": "^13.0.0",
"remark-html": "^13.0.1",
"sharp": "^0.29.3",
"sitemap": "^7.0.0",
"swr": "^1.0.1",
"use-debounce": "^7.0.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"autoprefixer": "^10.4.0",
"postcss": "^8.3.11",
"prisma": "^3.8.1",
"tailwindcss": "^2.2.19"
}
}