-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.13 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
{
"name": "tool-database",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@prisma/client": "^4.0.0",
"@sentry/nextjs": "^7.4.1",
"@supabase/auth-helpers-nextjs": "^0.2.1",
"@supabase/auth-helpers-react": "^0.2.1",
"@supabase/supabase-js": "^1.35.3",
"axios": "^0.27.2",
"flowbite": "^1.4.5",
"flowbite-react": "^0.0.24",
"next": "^12.2.0",
"next-seo": "^5.4.0",
"node-vibrant": "^3.1.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.2.0",
"react-icons": "^4.3.1",
"react-markdown": "^8.0.3",
"rehype-raw": "^6.1.1",
"remark-gfm": "^3.0.1",
"swr": "^1.3.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.2",
"@types/node": "17.0.34",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.4",
"autoprefixer": "^10.4.7",
"eslint": "8.15.0",
"eslint-config-next": "12.1.6",
"postcss": "^8.4.14",
"prisma": "^4.0.0",
"tailwindcss": "^3.0.24",
"typescript": "4.6.4"
}
}