-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.25 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
46
47
48
49
{
"name": "pathforge",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@auth/core": "^0.34.2",
"@headlessui/react": "^2.0.0",
"@heroicons/react": "^2.0.18",
"@monaco-editor/react": "^4.6.0",
"@prisma/client": "^6.0.0",
"@tailwindcss/typography": "^0.5.15",
"chart.js": "^4.4.6",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^2.30.0",
"framer-motion": "^10.16.4",
"gsap": "^3.12.5",
"lucide-react": "^0.462.0",
"next": "14.2.15",
"next-auth": "^4.24.10",
"next-themes": "^0.4.3",
"prisma": "^6.0.0",
"react": "^18",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18",
"react-icons": "^5.3.0",
"recharts": "^2.13.3",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@playwright/test": "^1.49.0",
"@types/node": "^20.17.9",
"@types/react": "^18.3.12",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.15",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5.7.2"
}
}