-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.14 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.14 KB
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
{
"name": "selfmap",
"version": "3.0.0",
"private": true,
"scripts": {
"dev": "next dev --webpack",
"build": "prisma generate && next build --webpack",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@clerk/localizations": "4.7.0",
"@clerk/nextjs": "7.4.2",
"@prisma/client": "5.22.0",
"@radix-ui/react-popover": "1.1.15",
"@radix-ui/react-select": "2.2.6",
"@swisseph/browser": "1.1.1",
"@tanstack/react-query": "5.101.3",
"clsx": "2.1.1",
"dayjs": "1.11.21",
"framer-motion": "12.40.0",
"html-to-image": "1.11.13",
"jspdf": "4.2.1",
"lucide-react": "1.17.0",
"next": "16.2.6",
"react": "19.2.4",
"react-day-picker": "10.0.1",
"react-dom": "19.2.4",
"react-hot-toast": "2.6.0",
"tailwind-merge": "3.6.0"
},
"devDependencies": {
"@tailwindcss/postcss": "4.3.0",
"@types/node": "20.19.41",
"@types/react": "19.2.15",
"@types/react-dom": "19.2.3",
"copy-webpack-plugin": "14.0.0",
"eslint": "9.39.4",
"eslint-config-next": "16.2.6",
"prisma": "5.22.0",
"tailwindcss": "4.3.0",
"typescript": "5.9.3"
}
}