-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1017 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": "onlinefondet-new",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"postinstall": "prisma generate",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write \"./**/*.{js,jsx,ts,tsx}\""
},
"dependencies": {
"@prisma/client": "^5.20.0",
"@supabase/supabase-js": "^2.45.4",
"@vercel/analytics": "^1.4.1",
"chart.js": "^4.4.5",
"clsx": "^2.1.1",
"framer-motion": "^11.5.4",
"googleapis": "^144.0.0",
"hamburger-react": "^2.5.1",
"lucide-react": "^0.441.0",
"next": "15.1.3",
"next-auth": "^4.24.10",
"prettier": "^3.3.3",
"prisma": "^5.20.0",
"react": "^18",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18",
"react-hot-toast": "^2.4.1",
"swr": "^2.2.5"
},
"devDependencies": {
"@types/react": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.11",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}