-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.08 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
{
"name": "waza",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"prisma": "npx prisma studio",
"prisma migrate": "npx prisma migrate dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@giscus/react": "^2.2.0",
"@headlessui/react": "^1.7.3",
"@next-auth/prisma-adapter": "^1.0.4",
"@prisma/client": "^4.8.0",
"@tanstack/react-query": "^4.6.1",
"@tanstack/react-query-devtools": "^4.6.1",
"@vercel/analytics": "^0.1.11",
"axios": "^1.2.0",
"cloudinary": "^1.32.0",
"flowbite": "^1.5.3",
"flowbite-react": "^0.1.11",
"next": "12.2.5",
"next-auth": "^4.18.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.4.0",
"react-loading-skeleton": "^3.2.0",
"react-transition-group": "^4.4.5",
"ua-parser-js": "^1.0.34"
},
"devDependencies": {
"autoprefixer": "^10.4.8",
"eslint": "8.23.0",
"eslint-config-next": "12.2.5",
"postcss": "^8.4.16",
"prisma": "^4.4.0",
"tailwindcss": "^3.1.8"
}
}