-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1004 Bytes
/
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
{
"name": "mdown",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@headlessui/react": "^1.7.7",
"@heroicons/react": "^2.0.13",
"@next-auth/prisma-adapter": "^1.0.5",
"@next/font": "13.1.0",
"@octokit/auth-app": "^4.0.7",
"@prisma/client": "^4.8.0",
"@supabase/supabase-js": "^2.2.2",
"easymde": "^2.18.0",
"easymde-rtl": "^2.14.2",
"next": "13.1.0",
"next-auth": "^4.18.7",
"octokit": "^2.0.10",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-showdown": "^2.3.1",
"react-simplemde-editor": "^5.2.0",
"showdown": "^2.1.0",
"simplemde-rtl": "^2.0.3",
"swr": "^2.0.3"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.8",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.20",
"prisma": "^4.8.0",
"tailwindcss": "^3.2.4"
}
}